]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: py: move meter tests to tests/shell
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 13 Mar 2024 16:08:43 +0000 (17:08 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 13 Mar 2024 17:01:10 +0000 (18:01 +0100)
commitc4c740117f6fbf39dd67dd87635ea8b497718ad7
treef9c47dd562d9179a947a1a8cd18aa264192bb60f
parentc92ec3b21979fe446fafa139c06ee99cb17ffd54
tests: py: move meter tests to tests/shell

Userspace performs an translation to dynamic set which does not fit well
into tests/py, move them to tests/shell.

Fixes: b8f8ddfff733 ("evaluate: translate meter into dynamic set")
Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/ip/flowtable.t [deleted file]
tests/py/ip/flowtable.t.json [deleted file]
tests/py/ip/flowtable.t.payload [deleted file]
tests/py/ip6/flowtable.t [deleted file]
tests/py/ip6/flowtable.t.json [deleted file]
tests/py/ip6/flowtable.t.json.output [deleted file]
tests/py/ip6/flowtable.t.payload [deleted file]
tests/shell/testcases/sets/dumps/meter_0.json-nft [new file with mode: 0644]
tests/shell/testcases/sets/dumps/meter_0.nft [new file with mode: 0644]
tests/shell/testcases/sets/meter_0 [new file with mode: 0755]