From baf85d485f91f82d54b3cac3ab5d4893c9c930f8 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 15 Nov 2023 11:29:19 +0100 Subject: 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 --- tests/shell/testcases/sets/sets_with_ifnames | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3