Re: [PATCH net-next v10] selftests/vsock: add initial vmtest.sh for vsock

2025-06-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 09 Jun 2025 09:39:24 -0700 you wrote: > This commit introduces a new vmtest.sh runner for vsock. > > It uses virtme-ng/qemu to run tests in a VM. The tests validate G2H, > H2G, and loopback. The testing tools

Re: [PATCH net-next v10] selftests/vsock: add initial vmtest.sh for vsock

2025-06-11 Thread Stefano Garzarella
On Mon, Jun 09, 2025 at 09:39:24AM -0700, Bobby Eshleman wrote: This commit introduces a new vmtest.sh runner for vsock. It uses virtme-ng/qemu to run tests in a VM. The tests validate G2H, H2G, and loopback. The testing tools from tools/testing/vsock/ are reused. Currently, only vsock_test is u