diff options
| author | Florian Westphal <fw@strlen.de> | 2025-09-08 11:06:35 +0200 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2025-09-08 11:08:28 +0200 |
| commit | 083c532a2e179ec350881ff5444f35c58b99937f (patch) | |
| tree | 483e887c4a9561d0e1a618175f7ec16eaae39f83 | |
| parent | 9c1474a97da3d7f0d71c61c85e0a8fc77c9577a7 (diff) | |
tests: shell: skip two bitwise tests if multi-register support isn't available
These tests fail in case kernel requires bitwise RHS to be a constant
value.
Fixes: 67d2a8d4c86f ("tests: shell: add parser and packetpath test")
Reported-by: Yi Chen <yiche@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
| -rwxr-xr-x | tests/shell/testcases/bitwise/bitwise_in_sets_and_maps | 1 | ||||
| -rwxr-xr-x | tests/shell/testcases/packetpath/bitwise_with_map | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/shell/testcases/bitwise/bitwise_in_sets_and_maps b/tests/shell/testcases/bitwise/bitwise_in_sets_and_maps index 4f5044f5..e574f78e 100755 --- a/tests/shell/testcases/bitwise/bitwise_in_sets_and_maps +++ b/tests/shell/testcases/bitwise/bitwise_in_sets_and_maps @@ -1,5 +1,6 @@ #!/bin/bash +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_bitwise_multireg) # NFT_TEST_REQUIRES(NFT_TEST_HAVE_bitshift) set -e diff --git a/tests/shell/testcases/packetpath/bitwise_with_map b/tests/shell/testcases/packetpath/bitwise_with_map index 33419e42..127b3413 100755 --- a/tests/shell/testcases/packetpath/bitwise_with_map +++ b/tests/shell/testcases/packetpath/bitwise_with_map @@ -1,5 +1,6 @@ #!/bin/bash +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_bitwise_multireg) # NFT_TEST_REQUIRES(NFT_TEST_HAVE_bitshift) set -e |
