Re: [PATCH net-next 03/10] selftests: forwarding: bail_on_lldpad() should SKIP

2024-04-15 Thread Hangbin Liu
On Fri, Apr 12, 2024 at 07:03:06PM +0200, Petr Machata wrote: > $ksft_skip is used to mark selftests that have tooling issues. The fact > that LLDPad is running, but shouldn't, is one such issue. Therefore have > bail_on_lldpad() bail with $ksft_skip. > > Signed-off-by: Petr Machata >

[PATCH net-next 03/10] selftests: forwarding: bail_on_lldpad() should SKIP

2024-04-12 Thread Petr Machata
$ksft_skip is used to mark selftests that have tooling issues. The fact that LLDPad is running, but shouldn't, is one such issue. Therefore have bail_on_lldpad() bail with $ksft_skip. Signed-off-by: Petr Machata Reviewed-by: Benjamin Poirier --- tools/testing/selftests/net/forwarding/lib.sh |