From f24f9b11a1e9701d0e428e692c99be4624e20b23 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 6 Nov 2023 19:49:00 +0100 Subject: tests: shell: skip pipapo tests if kernel lacks support Skip tests that require net/netfilter/nft_set_pipapo support. Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/maps/typeof_integer_0 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/shell/testcases/maps/typeof_integer_0') diff --git a/tests/shell/testcases/maps/typeof_integer_0 b/tests/shell/testcases/maps/typeof_integer_0 index 0deff5ee..e93604e8 100755 --- a/tests/shell/testcases/maps/typeof_integer_0 +++ b/tests/shell/testcases/maps/typeof_integer_0 @@ -1,5 +1,7 @@ #!/bin/bash +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_pipapo) + EXPECTED="table inet t { map m1 { typeof udp length . @ih,32,32 : verdict -- cgit v1.2.3