diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-07-27 23:27:14 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-07-29 02:50:22 +0200 |
commit | 249c6979819a5f061b24e53c2f2bd5dab679da0d (patch) | |
tree | 848a687466c770ae43fa0fa8a345224fb0f6f0ac /tests/shell/testcases/nft-f/dumps/0015defines_1.json-nft | |
parent | ea27c55ebfaecb4ab1dc62c5b8fccdf8f0c98b61 (diff) |
Backport nftables tests/shell from 2a38f458f12b
Originally, the plan was to use tests/shell from git HEAD, but this
does not work well in practise because slight changes in the test
output break checks resulting in lots of [DUMP FAIL] errors.
It is easier to test infrastructure self-contained in this 1.0.6.y
branch.
However, backporting the tests/shell into 1.0.6.y turns out to be more
complicated than expected, so I decided to follow the opposite, which is
to (brute) force a copy of tests/shell from
2a38f458f12bc032dac1b3ba63f95ca5a3c03fbd into this branch.
This also requires a number follow up partial reverts on tests/shell
updates to work with 1.0.6.y.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0015defines_1.json-nft')
-rw-r--r-- | tests/shell/testcases/nft-f/dumps/0015defines_1.json-nft | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0015defines_1.json-nft b/tests/shell/testcases/nft-f/dumps/0015defines_1.json-nft new file mode 100644 index 00000000..546cc597 --- /dev/null +++ b/tests/shell/testcases/nft-f/dumps/0015defines_1.json-nft @@ -0,0 +1,11 @@ +{ + "nftables": [ + { + "metainfo": { + "version": "VERSION", + "release_name": "RELEASE_NAME", + "json_schema_version": 1 + } + } + ] +} |