Re: [Qemu-devel] [PATCH 3/3] qemu-iotests: test NBD over UNIX domain sockets in 083

2017-08-24 Thread Eric Blake
On 08/24/2017 10:33 AM, Stefan Hajnoczi wrote: > 083 only tests TCP. Some failures might be specific to UNIX domain > sockets. > > A few adjustments are necessary: > > 1. Generating a port number and waiting for server startup is >TCP-specific. Use the new nbd-fault-injector.py startup prot

[Qemu-devel] [PATCH 3/3] qemu-iotests: test NBD over UNIX domain sockets in 083

2017-08-24 Thread Stefan Hajnoczi
083 only tests TCP. Some failures might be specific to UNIX domain sockets. A few adjustments are necessary: 1. Generating a port number and waiting for server startup is TCP-specific. Use the new nbd-fault-injector.py startup protocol to fetch the address. This is a little more elegant