]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: shell: maps/{vmap_unary,named_limits} require pipapo set backend
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 8 Apr 2024 20:56:00 +0000 (22:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 8 Apr 2024 21:07:11 +0000 (23:07 +0200)
... sets/typeof_sets_concat needs it too.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/shell/testcases/maps/named_limits
tests/shell/testcases/maps/vmap_unary
tests/shell/testcases/packetpath/set_lookups
tests/shell/testcases/sets/typeof_sets_concat

index 5604f6caeda6b247d05665cc2d88ba74c9da8fb0..ac8e434cce050dbda728e5bbd5c04913dd4449da 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_pipapo)
+
 dumpfile=$(dirname $0)/dumps/$(basename $0).nft
 
 $NFT -f "$dumpfile" || exit 1
index 4038d1c109ffce1902d97bd8387f2833067c9d48..f4e1f01215ec95c12987b52297bb0a7286fd512e 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_pipapo)
+
 set -e
 
 RULESET="table ip filter {
index 84a0000af6658973d818315045f2162858954d4a..851598580796bc3ea2421f902e178ae437cb97fb 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_pipapo)
+
 set -e
 
 $NFT -f /dev/stdin <<"EOF"
index 07820b7c4fdd80716baa3bb40ea156d1a9eb392a..34465f1da0bec3138d84ddd0bfd20ed12ecb17ef 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_pipapo)
+
 set -e
 dumpfile=$(dirname $0)/dumps/$(basename $0).nft