summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2023-11-15 11:29:19 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2023-11-15 13:27:20 +0100
commitbaf85d485f91f82d54b3cac3ab5d4893c9c930f8 (patch)
tree6e8ecc70c1adf11a58ec93e592e5231a347a44e8 /tests
parent110f73023497720d4161263c03d8d7cc062af7ab (diff)
tests: shell: skip sets/sets_with_ifnames if no pipapo backend is available
Skip this by now for older kernels until someone detaches the tests that require the pipapo set backend. Suggested-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/shell/testcases/sets/sets_with_ifnames2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shell/testcases/sets/sets_with_ifnames b/tests/shell/testcases/sets/sets_with_ifnames
index 9531c856..a4bc5072 100755
--- a/tests/shell/testcases/sets/sets_with_ifnames
+++ b/tests/shell/testcases/sets/sets_with_ifnames
@@ -1,5 +1,7 @@
#!/bin/bash
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_pipapo)
+
dumpfile=$(dirname $0)/dumps/$(basename $0).nft
[ -z "$NFT" ] && exit 111