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

2025-05-15 Thread Bobby Eshleman
On Thu, May 15, 2025 at 11:02:00AM +0200, Stefano Garzarella wrote: > On Tue, May 13, 2025 at 11:31:13PM -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

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

2025-05-15 Thread Stefano Garzarella
On Tue, May 13, 2025 at 11:31:13PM -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

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

2025-05-13 Thread Bobby Eshleman
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 used. VMCI and hyperv support is automatically built, though not u