selftests: netfilter: Run nft_audit.sh in its own netns
authorPhil Sutter <phil@nwl.cc>
Fri, 13 Oct 2023 20:02:24 +0000 (22:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Oct 2023 10:03:07 +0000 (12:03 +0200)
commitd9d289b78c5116151724ceebf1eeaa7c2e3cc019
treef1a7df452c612b01d8e2d38e40701f934a1da574
parent0bb15735121d2e3f02a979cf8f4d2a1d8f221c11
selftests: netfilter: Run nft_audit.sh in its own netns

commit 2e2d9c7d4d37d74873583d7b0c94eac8b6869486 upstream.

Don't mess with the host's firewall ruleset. Since audit logging is not
per-netns, add an initial delay of a second so other selftests' netns
cleanups have a chance to finish.

Fixes: e8dbde59ca3f ("selftests: netfilter: Test nf_tables audit logging")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/netfilter/nft_audit.sh