From 4f0a728a590d34e65bcfcf7efe130f8905ea5857 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Mon, 23 Jan 2023 15:05:10 +0100 Subject: 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 Reviewed-by: Simon Horman Signed-off-by: Ilya Maximets --- tests/system-traffic.at | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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() -- cgit v1.2.1