]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: add test with concatenation, vmap and timeout
authorFlorian Westphal <fw@strlen.de>
Thu, 10 Aug 2023 19:48:01 +0000 (21:48 +0200)
committerFlorian Westphal <fw@strlen.de>
Sun, 13 Aug 2023 18:59:14 +0000 (20:59 +0200)
commit8b92ee8cd1e8fe9fff1fa8763644a0e118a226ec
tree22b5aece546a05ef830ec578277780d7c3eee14b
parentcd9bf74eacc15a3ec2719b6a62cc6b1060734764
tests: add test with concatenation, vmap and timeout

Add 4k elements to map, with timeouts in range 1..3s, also add a
catchall element with timeout.

Check that all elements are no longer included in set list after 4s.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/shell/testcases/maps/dumps/vmap_timeout.nft [new file with mode: 0644]
tests/shell/testcases/maps/vmap_timeout [new file with mode: 0755]