summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-02-03 19:42:25 +0100
committerFlorian Westphal <fw@strlen.de>2021-02-05 12:35:36 +0100
commit50692377c1ba014720dee1db9f0e5beee6f16f27 (patch)
tree8860ff0f1d9c2303aa82180ce0f3b25e54f30c22 /tests/shell/testcases/nft-f/dumps
parent8cf50997500978844f6069189d63f2e809a4abed (diff)
testcases: move two dump files to correct location
The test cases were moved but the dumps remained in the old location. Fixes: eb14363d44cea5 ("tests: shell: move chain priority and policy to chain folder") Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft5
-rw-r--r--tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft5
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft b/tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft
deleted file mode 100644
index f4093097..00000000
--- a/tests/shell/testcases/nft-f/dumps/0021priority_variable_0.nft
+++ /dev/null
@@ -1,5 +0,0 @@
-table inet global {
- chain prerouting {
- type filter hook prerouting priority filter; policy accept;
- }
-}
diff --git a/tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft b/tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft
deleted file mode 100644
index f4093097..00000000
--- a/tests/shell/testcases/nft-f/dumps/0025policy_variable_0.nft
+++ /dev/null
@@ -1,5 +0,0 @@
-table inet global {
- chain prerouting {
- type filter hook prerouting priority filter; policy accept;
- }
-}