From a3b6a92de6fa05802e90a70be0a287a90fb1a657 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 7 Nov 2023 11:30:32 +0100 Subject: tests: shell: skip if kernel does not support bitshift A few tests are missing bitshift checks that has been added to 885845468408 ("tests/shell: skip bitshift tests if kernel lacks support"). Signed-off-by: Pablo Neira Ayuso --- tests/shell/testcases/maps/vmap_mark_bitwise_0 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/shell/testcases/maps/vmap_mark_bitwise_0') diff --git a/tests/shell/testcases/maps/vmap_mark_bitwise_0 b/tests/shell/testcases/maps/vmap_mark_bitwise_0 index 0d933553..2f305b27 100755 --- a/tests/shell/testcases/maps/vmap_mark_bitwise_0 +++ b/tests/shell/testcases/maps/vmap_mark_bitwise_0 @@ -1,5 +1,7 @@ #!/bin/bash +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_bitshift) + set -e RULESET="table ip x { -- cgit v1.2.3