Message ID | 20240414225729.18451-1-fw@strlen.de (mailing list archive) |
---|---|
Headers | show |
Series | selftests: netfilter: move to lib.sh infra | expand |
On Mon, Apr 15, 2024 at 12:57:12AM +0200, Florian Westphal wrote: > This is the second batch of the netfilter selftest move. > > scripts are moved to lib.sh infra. This allows to use busywait helper > and ditch various 'sleep 2' all over the place. > > Last patch updates the makefile with the missing bits to make > 'kselftest-install' target work as intended again and adds more required > config settings. > > Missing/work in progress: > 1. nft_concat_range.sh: it runs for a very long time and also has > a few remaining issues. > 2. some scripts still generate lots of warnings when fed to shellcheck. > > Both issues work-in-progress, no point in waiting because its not > essential and series should not grow too large. Acked-by: Pablo Neira Ayuso <pablo@netfilter.org> Thanks Florian