summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Horman <simon.horman@corigine.com>2023-01-25 10:45:10 +0100
committerSimon Horman <simon.horman@corigine.com>2023-01-30 14:49:16 +0100
commit6e5661d17d908c20c570a5210c2948537ea01b06 (patch)
tree51d3ffaa7a2c62bcf4a80999114868894c8e1a0d /tests
parent9117f4d54f6af76d3ba0bf2e1732cb16440b87f8 (diff)
downloadopenvswitch-6e5661d17d908c20c570a5210c2948537ea01b06.tar.gz
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 <david.marchand@redhat.com> Reviewed-by: Louis Peens <louis.peens@corigine.com> Signed-off-by: Simon Horman <simon.horman@corigine.com> Acked-by: Ilya Maximets <i.maximets@ovn.org> Reviewed-by: David Marchand <david.marchand@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/system-traffic.at1
1 files changed, 0 insertions, 1 deletions
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()