Re: [PATCH net-next 3/3] selftests: openvswitch: Be more verbose with selftest debugging.

From: Simon Horman
Date: Wed Jul 03 2024 - 12:56:19 EST


On Tue, Jul 02, 2024 at 09:28:30AM -0400, Aaron Conole wrote:
> The openvswitch selftest is difficult to debug for anyone that isn't
> directly familiar with the openvswitch module and the specifics of the
> test cases. Many times when something fails, the debug log will be
> sparsely populated and it takes some time to understand where a failure
> occured.
>
> Increase the amount of details logged to the debug log by trapping all
> 'info' logs, and all 'ovs_sbx' commands.
>
> Signed-off-by: Aaron Conole <aconole@xxxxxxxxxx>

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>