Re: [Qemu-devel] [PATCH v3 0/3] docker: Add test-block

2017-09-01 Thread Eric Blake
On 09/01/2017 10:21 AM, Fam Zheng wrote: > A few tweaks to the docker images and running commands allow us to run > qemu-iotests in the fedora container. This will be added to the patchew test > cases later. > > v3: Add nbd, luks and limit to quick group. > > v2: Add nettle-devel because a few io

Re: [Qemu-devel] [PATCH v3 0/3] docker: Add test-block

2017-09-01 Thread Kashyap Chamarthy
On Fri, Sep 01, 2017 at 11:21:57PM +0800, Fam Zheng wrote: > A few tweaks to the docker images and running commands allow us to run > qemu-iotests in the fedora container. This will be added to the patchew test > cases later. > > v3: Add nbd, luks and limit to quick group. > > v2: Add nettle-deve

[Qemu-devel] [PATCH v3 0/3] docker: Add test-block

2017-09-01 Thread Fam Zheng
A few tweaks to the docker images and running commands allow us to run qemu-iotests in the fedora container. This will be added to the patchew test cases later. v3: Add nbd, luks and limit to quick group. v2: Add nettle-devel because a few iotest cases blindly assumes the support is there. Fam Z