From: Pablo Neira Ayuso Date: Wed, 15 Nov 2023 10:29:19 +0000 (+0100) Subject: tests: shell: skip sets/sets_with_ifnames if no pipapo backend is available X-Git-Tag: v1.1.0~217 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=baf85d485f91f82d54b3cac3ab5d4893c9c930f8;p=thirdparty%2Fnftables.git 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 Signed-off-by: Pablo Neira Ayuso --- 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