From 6e5661d17d908c20c570a5210c2948537ea01b06 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 25 Jan 2023 10:45:10 +0100 Subject: system-traffic: Remove unnecessary dependency on nc. The conntrack - ICMP related to original direction" test does not use nc and therefore does not need to be skipped if nc is not present. Fixes: d0e4206230b3 ("tests: ICMP related to original direction test.") Reported-by: David Marchand Reviewed-by: Louis Peens Signed-off-by: Simon Horman Acked-by: Ilya Maximets Reviewed-by: David Marchand --- tests/system-traffic.at | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/system-traffic.at b/tests/system-traffic.at index fa605d16d..6d8651a44 100644 --- a/tests/system-traffic.at +++ b/tests/system-traffic.at @@ -3384,7 +3384,6 @@ OVS_TRAFFIC_VSWITCHD_STOP AT_CLEANUP AT_SETUP([conntrack - ICMP related to original direction]) -AT_SKIP_IF([test $HAVE_NC = no]) CHECK_CONNTRACK() OVS_TRAFFIC_VSWITCHD_START() -- cgit v1.2.1