From 50692377c1ba014720dee1db9f0e5beee6f16f27 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 3 Feb 2021 19:42:25 +0100 Subject: 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 --- tests/shell/testcases/chains/dumps/0031priority_variable_0.nft | 5 +++++ tests/shell/testcases/chains/dumps/0035policy_variable_0.nft | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 tests/shell/testcases/chains/dumps/0031priority_variable_0.nft create mode 100644 tests/shell/testcases/chains/dumps/0035policy_variable_0.nft (limited to 'tests/shell/testcases/chains') 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; + } +} -- cgit v1.2.3