diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2024-06-13 00:09:56 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2024-06-13 02:26:43 +0200 |
commit | b385d8f215b833e03d7a1997cfc6544f1d4d31ea (patch) | |
tree | ddfff82571bfb785db7fc85d1b28e28bf132c94f /tests/shell/testcases/maps/named_ct_objects | |
parent | be055af5c58d9a4751990684d8f83b85082ca443 (diff) |
tests: shell: add dependencies to skip unsupported tests in older kernels
Update tests which contain unsupported features in older kernels.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell/testcases/maps/named_ct_objects')
-rwxr-xr-x | tests/shell/testcases/maps/named_ct_objects | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shell/testcases/maps/named_ct_objects b/tests/shell/testcases/maps/named_ct_objects index 61b87c1a..518140b0 100755 --- a/tests/shell/testcases/maps/named_ct_objects +++ b/tests/shell/testcases/maps/named_ct_objects @@ -1,6 +1,7 @@ #!/bin/bash # NFT_TEST_REQUIRES(NFT_TEST_HAVE_cttimeout) +# NFT_TEST_REQUIRES(NFT_TEST_HAVE_ctexpect) $NFT -f /dev/stdin <<EOF || exit 1 table inet t { |