summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2023-02-07 15:06:23 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-02-09 00:32:55 +0100
commita08a589ce494fffccefadc4a767197796d30da2f (patch)
tree05a4460e923881b0dc3f7cb64826d4dc9c069d20 /tests
parentd57299fc6cb3fc802faaa56e41514f28b87477de (diff)
downloadopenvswitch-a08a589ce494fffccefadc4a767197796d30da2f.tar.gz
netdev-offload-tc: If the flow has not been used, report it as such.
If a tc flow was installed but has not yet been used, report it as such. In addition, add a delay to the "IGMP - flood under normal action" test case to make it work with many repetitions. This delay is also present in other ICMP/IGMP tests. Fixes: f98e418fbdb6 ("tc: Add tc flower functions") Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Roi Dayan <roid@nvidia.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Tested-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, 0 insertions, 1 deletions
diff --git a/tests/system-traffic.at b/tests/system-traffic.at
index ce0f14cf1..76f1f39a2 100644
--- a/tests/system-traffic.at
+++ b/tests/system-traffic.at
@@ -7207,7 +7207,6 @@ AT_CLEANUP
AT_BANNER([IGMP])
AT_SETUP([IGMP - flood under normal action])
-CHECK_NO_TC_OFFLOAD()
OVS_TRAFFIC_VSWITCHD_START()
ADD_NAMESPACES(at_ns0, at_ns1)