summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains
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/chains
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/chains')
-rw-r--r--tests/shell/testcases/chains/dumps/0031priority_variable_0.nft5
-rw-r--r--tests/shell/testcases/chains/dumps/0035policy_variable_0.nft5
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/shell/testcases/chains/dumps/0031priority_variable_0.nft b/tests/shell/testcases/chains/dumps/0031priority_variable_0.nft
new file mode 100644
index 00000000..f4093097
--- /dev/null
+++ b/tests/shell/testcases/chains/dumps/0031priority_variable_0.nft
@@ -0,0 +1,5 @@
+table inet global {
+ chain prerouting {
+ type filter hook prerouting priority filter; policy accept;
+ }
+}
diff --git a/tests/shell/testcases/chains/dumps/0035policy_variable_0.nft b/tests/shell/testcases/chains/dumps/0035policy_variable_0.nft
new file mode 100644
index 00000000..f4093097
--- /dev/null
+++ b/tests/shell/testcases/chains/dumps/0035policy_variable_0.nft
@@ -0,0 +1,5 @@
+table inet global {
+ chain prerouting {
+ type filter hook prerouting priority filter; policy accept;
+ }
+}