]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: add transaction stress test with parallel delete/add/flush and netns deletion
authorFlorian Westphal <fw@strlen.de>
Tue, 15 Aug 2023 12:26:50 +0000 (14:26 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 15 Aug 2023 12:41:08 +0000 (14:41 +0200)
commitb8c26c8fecbbe563d6f57baac47bbd7c5dbec278
tree6d0a252f694d742cd2500c7c9ee8d687a2d5fb95
parent8b92ee8cd1e8fe9fff1fa8763644a0e118a226ec
tests: add transaction stress test with parallel delete/add/flush and netns deletion

Based on nft_trans_stress.sh from kernel selftests, changed to run from
run-tests.sh, plus additional ideas from Pablo Neira, such as del+readd
of the netns.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/shell/testcases/transactions/30s-stress [new file with mode: 0755]