summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-09-13 19:05:04 +0200
committerFlorian Westphal <fw@strlen.de>2023-09-15 16:03:41 +0200
commit5a4bcf77ed8cbb3819379aa0f0fc9fd1bd5fa383 (patch)
treef718f374f7d5accefba8fee828cd11ad94489094 /tests/shell/testcases/nft-f
parente4f4cd8b4f7fea54e0d9c2aabb52b972a9b5ab5d (diff)
tests/shell: remove spurious .nft dump files
These are left-over dumps ([1]), or dumps generated with the wrong name ([2]). Remove the files. [1] commit eb14363d44ce ('tests: shell: move chain priority and policy to chain folder') [2] commit b4775dec9f80 ('src: ingress inet support') Signed-off-by: Thomas Haller <thaller@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/shell/testcases/nft-f')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0026policy_variable_0.nft5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0026policy_variable_0.nft b/tests/shell/testcases/nft-f/dumps/0026policy_variable_0.nft
deleted file mode 100644
index d729e1ea..00000000
--- a/tests/shell/testcases/nft-f/dumps/0026policy_variable_0.nft
+++ /dev/null
@@ -1,5 +0,0 @@
-table inet global {
- chain prerouting {
- type filter hook prerouting priority filter; policy drop;
- }
-}