summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2023-01-23 15:05:10 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-01-27 16:57:27 +0100
commit4f0a728a590d34e65bcfcf7efe130f8905ea5857 (patch)
treed8151b4c791ad6457416c75ba50354585ca72b16 /tests
parent6ad35dd80e0c4695c6ff0ae8605738f5bb1b56e7 (diff)
downloadopenvswitch-4f0a728a590d34e65bcfcf7efe130f8905ea5857.tar.gz
system-traffic.at: Skip the 'ICMP6 Related' test if nc is missing.
Test fails is 'nc' is not available, it should be skipped instead. Fixes: b020a416e24c ("System Tests: Enhance NAT tests.") Reviewed-by: David Marchand <david.marchand@redhat.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/system-traffic.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system-traffic.at b/tests/system-traffic.at
index 503455cc6..fa605d16d 100644
--- a/tests/system-traffic.at
+++ b/tests/system-traffic.at
@@ -6432,6 +6432,7 @@ AT_CLEANUP
AT_SETUP([conntrack - IPv6 ICMP6 Related with SNAT])
AT_SKIP_IF([test $HAVE_TCPDUMP = no])
+AT_SKIP_IF([test $HAVE_NC = no])
CHECK_CONNTRACK()
CHECK_CONNTRACK_NAT()
OVS_TRAFFIC_VSWITCHD_START()