Re: [PATCH net-next 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
From: Simon Horman
Date: Mon Oct 27 2025 - 12:58:59 EST
On Wed, Oct 22, 2025 at 06:00:07PM -0700, Bobby Eshleman wrote:
> From: Bobby Eshleman <bobbyeshleman@xxxxxxxx>
>
> Add wrapper functions vm_vsock_test() and host_vsock_test() to invoke
> the vsock_test binary. This encapsulates several items of repeat logic,
> such as waiting for the server to reach listening state and
> enabling/disabling the bash option pipefail to avoid pipe-style logging
> from hiding failures.
>
> Signed-off-by: Bobby Eshleman <bobbyeshleman@xxxxxxxx>
shellcheck has some (new) things to say about this patch too.
Could you take a look over them?
...