Re: [PATCH net-next] selftests: netconsole: ensure required log level is set on netcons_basic

From: Breno Leitao

Date: Fri Nov 21 2025 - 10:18:54 EST


On Fri, Nov 21, 2025 at 03:00:22PM +0000, Andre Carvalho wrote:
> This commit ensures that the required log level is set at the start of
> the test iteration.
>
> Part of the cleanup performed at the end of each test iteration resets
> the log level (do_cleanup in lib_netcons.sh) to the values defined at the
> time test script started. This may cause further test iterations to fail
> if the default values are not sufficient.
>
> Signed-off-by: Andre Carvalho <asantostc@xxxxxxxxx>

Reviewed-by: Breno Leitao <leitao@xxxxxxxxxx>