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@xxxxxxxxxx> --- .../testcases/chains/dumps/0043chain_ingress.nft | 11 ----------- .../testcases/nft-f/dumps/0026policy_variable_0.nft | 5 ----- 2 files changed, 16 deletions(-) delete mode 100644 tests/shell/testcases/chains/dumps/0043chain_ingress.nft delete mode 100644 tests/shell/testcases/nft-f/dumps/0026policy_variable_0.nft diff --git a/tests/shell/testcases/chains/dumps/0043chain_ingress.nft b/tests/shell/testcases/chains/dumps/0043chain_ingress.nft deleted file mode 100644 index 74670423fc84..000000000000 --- a/tests/shell/testcases/chains/dumps/0043chain_ingress.nft +++ /dev/null @@ -1,11 +0,0 @@ -table inet filter { - chain ingress { - type filter hook ingress device \"lo\" priority filter; policy accept; - } - chain input { - type filter hook input priority filter; policy accept; - } - chain forward { - type filter hook forward priority filter; policy accept; - } -} 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 d729e1eab74d..000000000000 --- 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; - } -} -- 2.41.0