summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/typeof_maps_add_delete
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2023-11-20 13:56:01 +0100
committerFlorian Westphal <fw@strlen.de>2023-11-21 18:53:50 +0100
commitb757ac80d88bc161ffa793864b9219a1e16f13b8 (patch)
treebea39ff392ae96941ee5dc3923b9b6a5c4d75b9f /tests/shell/testcases/maps/typeof_maps_add_delete
parent4e8b044c30d8d3748df96925f2c8e8cf4bc76fb2 (diff)
tests: shell: skip maps delete test if dynset lacks delete op
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/shell/testcases/maps/typeof_maps_add_delete')
-rwxr-xr-xtests/shell/testcases/maps/typeof_maps_add_delete2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shell/testcases/maps/typeof_maps_add_delete b/tests/shell/testcases/maps/typeof_maps_add_delete
index 5e2f8ecc..d2ac9f1c 100755
--- a/tests/shell/testcases/maps/typeof_maps_add_delete
+++ b/tests/shell/testcases/maps/typeof_maps_add_delete
@@ -1,5 +1,7 @@
#!/bin/bash
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_dynset_op_delete)
+
CONDMATCH="ip saddr @dynmark"
NCONDMATCH="ip saddr != @dynmark"