Re: [PATCH 0/5] VSOCK: add vsock_test test suite

2018-01-03 Thread Jorgen S. Hansen
> On Jan 2, 2018, at 1:05 PM, Stefan Hajnoczi wrote: > > On Wed, Dec 20, 2017 at 02:48:43PM +, Jorgen S. Hansen wrote: >> >>> On Dec 13, 2017, at 3:49 PM, Stefan Hajnoczi wrote: >>> >>> The vsock_diag.ko module already has a test suite but the core AF_VSOCK >>> functionality has no tests.

Re: [PATCH 0/5] VSOCK: add vsock_test test suite

2018-01-02 Thread Stefan Hajnoczi
On Wed, Dec 20, 2017 at 02:48:43PM +, Jorgen S. Hansen wrote: > > > On Dec 13, 2017, at 3:49 PM, Stefan Hajnoczi wrote: > > > > The vsock_diag.ko module already has a test suite but the core AF_VSOCK > > functionality has no tests. This patch series adds several test cases that > > exercise

Re: [PATCH 0/5] VSOCK: add vsock_test test suite

2017-12-20 Thread Jorgen S. Hansen
> On Dec 13, 2017, at 3:49 PM, Stefan Hajnoczi wrote: > > The vsock_diag.ko module already has a test suite but the core AF_VSOCK > functionality has no tests. This patch series adds several test cases that > exercise AF_VSOCK SOCK_STREAM socket semantics (send/recv, connect/accept, > half-clos

[PATCH 0/5] VSOCK: add vsock_test test suite

2017-12-13 Thread Stefan Hajnoczi
The vsock_diag.ko module already has a test suite but the core AF_VSOCK functionality has no tests. This patch series adds several test cases that exercise AF_VSOCK SOCK_STREAM socket semantics (send/recv, connect/accept, half-closed connections, simultaneous connections). The test suite is modes