selftests: netfilter: fix transaction test script timeout handling
authorFlorian Westphal <fw@strlen.de>
Wed, 4 Jan 2023 11:54:42 +0000 (12:54 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 11 Jan 2023 18:17:40 +0000 (19:17 +0100)
commitc273289fac370b6488757236cd62cc2cf04830b7
treeeee23bd515acb95d426bff908e0b90d08517b4ea
parent8fed75653a670a4d3be0ab9949aed5e2968a03ef
selftests: netfilter: fix transaction test script timeout handling

The kselftest framework uses a default timeout of 45 seconds for
all test scripts.

Increase the timeout to two minutes for the netfilter tests, this
should hopefully be enough,

Make sure that, should the script be canceled, the net namespace and
the spawned ping instances are removed.

Fixes: 25d8bcedbf43 ("selftests: add script to stress-test nft packet path vs. control plane")
Reported-by: Mirsad Goran Todorovac <mirsad.todorovac@alu.unizg.hr>
Signed-off-by: Florian Westphal <fw@strlen.de>
Tested-by: Mirsad Goran Todorovac <mirsad.todorovac@alu.unizg.hr>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tools/testing/selftests/netfilter/nft_trans_stress.sh
tools/testing/selftests/netfilter/settings [new file with mode: 0644]