Re: [PATCH net-next 7/7] netconsole: selftest: add task name append testing
From: Simon Horman
Date: Tue Feb 25 2025 - 05:29:00 EST
On Fri, Feb 21, 2025 at 05:52:12AM -0800, Breno Leitao wrote:
> Add test coverage for the netconsole task name feature to the existing
> sysdata selftest script. This extends the test infrastructure to verify
> that task names are correctly appended when enabled and absent when
> disabled.
>
> The test validates that:
> - Task names appear in the expected format "taskname=<name>"
> - Task names are included when the feature is enabled
> - Task names are excluded when the feature is disabled
> - The feature works correctly alongside other sysdata fields like CPU
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>