]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: shell: skip sets/sets_with_ifnames if no pipapo backend is available
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 15 Nov 2023 10:29:19 +0000 (11:29 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 15 Nov 2023 12:27:20 +0000 (13:27 +0100)
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>
tests/shell/testcases/sets/sets_with_ifnames

index 9531c85666317af80c7bd936932c711712a7de52..a4bc5072938edbb97c841241796acaf403f3d7ba 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_pipapo)
+
 dumpfile=$(dirname $0)/dumps/$(basename $0).nft
 
 [ -z "$NFT" ] && exit 111