summaryrefslogtreecommitdiff
path: root/tests/system-userspace-macros.at
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2023-02-07 15:03:57 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-02-08 22:14:22 +0100
commitf68e757ef1f6f3b10e7d5fabdd09631f9fe20da1 (patch)
treef63bb7a329e008dea957a93cf4e23f54333f2bfe /tests/system-userspace-macros.at
parent5dfc8309d9df10075c6dd85250acda6daaeca6fd (diff)
downloadopenvswitch-f68e757ef1f6f3b10e7d5fabdd09631f9fe20da1.tar.gz
tests: Include working system-traffic tests into the system-offloads-testsuite.
Include and run the system-traffic.at tests as part of the system offload testsuite. Exclude all the tests that will not run without any special modifications. Lowered log level for "recirc_id sharing not supported" message, so tests will not fail with older kernels. This is not an error level message, but should be debug, like all other, EOPNOTSUPP, related log messages. 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/system-userspace-macros.at')
-rw-r--r--tests/system-userspace-macros.at5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/system-userspace-macros.at b/tests/system-userspace-macros.at
index b34a84775..610fa2e94 100644
--- a/tests/system-userspace-macros.at
+++ b/tests/system-userspace-macros.at
@@ -325,3 +325,8 @@ m4_define([CHECK_L3L4_CONNTRACK_REASM],
[
AT_SKIP_IF([:])
])
+
+# CHECK_NO_TC_OFFLOAD
+#
+# Userspace tests do not use TC offload.
+m4_define([CHECK_NO_TC_OFFLOAD])