summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@redhat.com>2023-04-18 14:58:07 +0200
committerSimon Horman <simon.horman@corigine.com>2023-04-19 09:14:54 +0200
commitd70688a7291edb432fd66b9230a92842fcfd3607 (patch)
tree56cba5a22f500fda436853ea2031e7935069cc5b /tests
parent9fa612959cfb37115aac2678f10f1538b755c797 (diff)
downloadopenvswitch-d70688a7291edb432fd66b9230a92842fcfd3607.tar.gz
system-offloads-traffic: Fix tc ingress pps check for meter offload.
Caught during some code review. SUPPORT_TC_INGRESS_PPS has been replaced with CHECK_TC_INGRESS_PPS(). Fixes: 5f0fdf5e2c2e ("test: Move check for tc ingress pps support to test script.") Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Simon Horman <simon.horman@corigine.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/system-offloads-traffic.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system-offloads-traffic.at b/tests/system-offloads-traffic.at
index da18597cd..ae302a294 100644
--- a/tests/system-offloads-traffic.at
+++ b/tests/system-offloads-traffic.at
@@ -240,7 +240,7 @@ AT_CLEANUP
AT_SETUP([offloads - check interface meter offloading - offloads enabled])
AT_KEYWORDS([offload-meter])
-AT_SKIP_IF([test $SUPPORT_TC_INGRESS_PPS = "no"])
+CHECK_TC_INGRESS_PPS()
AT_SKIP_IF([test $HAVE_NC = "no"])
OVS_TRAFFIC_VSWITCHD_START([], [], [-- set Open_vSwitch . other_config:hw-offload=true])