From: Thomas Haller Date: Fri, 8 Sep 2023 14:14:27 +0000 (+0200) Subject: tests/shell: add ".nft" dump files for tests without dumps/ directory X-Git-Tag: v1.0.9~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2503bf89b00b8bb0469af1a6e147841807c47af7;p=thirdparty%2Fnftables.git tests/shell: add ".nft" dump files for tests without dumps/ directory DUMPGEN=y mode skips tests that don't have a corresponding "dumps/" directory. Add the "dumps/" directory for tests that lacked it, and generate ".nft" files by running `./tests/shell/run-tests.sh -g`. Yes, they are all empty. Not very exciting, but why not check for that too? Signed-off-by: Thomas Haller Signed-off-by: Florian Westphal --- diff --git a/tests/shell/testcases/bogons/dumps/assert_failures.nft b/tests/shell/testcases/bogons/dumps/assert_failures.nft new file mode 100644 index 000000000..e69de29bb diff --git a/tests/shell/testcases/netns/dumps/0001nft-f_0.nft b/tests/shell/testcases/netns/dumps/0001nft-f_0.nft new file mode 100644 index 000000000..e69de29bb diff --git a/tests/shell/testcases/netns/dumps/0002loosecommands_0.nft b/tests/shell/testcases/netns/dumps/0002loosecommands_0.nft new file mode 100644 index 000000000..e69de29bb diff --git a/tests/shell/testcases/netns/dumps/0003many_0.nft b/tests/shell/testcases/netns/dumps/0003many_0.nft new file mode 100644 index 000000000..e69de29bb diff --git a/tests/shell/testcases/nft-i/dumps/0001define_0.nft b/tests/shell/testcases/nft-i/dumps/0001define_0.nft new file mode 100644 index 000000000..e69de29bb diff --git a/tests/shell/testcases/owner/dumps/0001-flowtable-uaf.nft b/tests/shell/testcases/owner/dumps/0001-flowtable-uaf.nft new file mode 100644 index 000000000..e69de29bb