Skip to content

Commit

Permalink
tests: Skip "IPv6 switching - megaflow check" if scapy is not installed.
Browse files Browse the repository at this point in the history
Otherwise the test blocks indefinitely.

Fixes: 2e7f318 ("Reply only for the multicast ND solicitations.")
Signed-off-by: Numan Siddique <numans@ovn.org>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from commit 7fd6c21)
  • Loading branch information
numansiddique authored and dceara committed Aug 19, 2024
1 parent 6b6bfd5 commit caa6dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ovn.at
Original file line number Diff line number Diff line change
Expand Up @@ -37901,6 +37901,7 @@ dnl don't match on IPv6 source and destination addresses for
dnl simple switching.
OVN_FOR_EACH_NORTHD([
AT_SETUP([IPv6 switching - megaflow check for IPv6 src/dst matches])
AT_SKIP_IF([test $HAVE_SCAPY = no])
ovn_start

check ovn-nbctl ls-add sw0
Expand Down

0 comments on commit caa6dc9

Please sign in to comment.