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

2017-05-08 Thread Paolo Bonzini
On 08/05/2017 17:55, Daniel P. Berrange wrote: >> >> For patch 5, I think we should revive the "quick" qemu-iotests group >> (maybe we can have support for skipping groups, and have a "slow" group >> with the very few tests that take >30 seconds?) and add the quick tests >> to "make check". > 'qu

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

2017-05-08 Thread Daniel P. Berrange
On Fri, May 05, 2017 at 09:44:04AM +0200, Paolo Bonzini wrote: > > > On 05/05/2017 05:23, 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. > > > > Fam Zhen

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

2017-05-05 Thread Fam Zheng
On Fri, 05/05 10:07, Paolo Bonzini wrote: > > > On 05/05/2017 10:05, Fam Zheng wrote: > >> Reviewed-by: Paolo Bonzini > >> > >> For patch 5, I think we should revive the "quick" qemu-iotests group > >> (maybe we can have support for skipping groups, and have a "slow" group > >> with the very few

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

2017-05-05 Thread Paolo Bonzini
On 05/05/2017 10:05, Fam Zheng wrote: >> Reviewed-by: Paolo Bonzini >> >> For patch 5, I think we should revive the "quick" qemu-iotests group >> (maybe we can have support for skipping groups, and have a "slow" group >> with the very few tests that take >30 seconds?) and add the quick tests >>

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

2017-05-05 Thread Fam Zheng
On Fri, 05/05 09:44, Paolo Bonzini wrote: > > > On 05/05/2017 05:23, 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. > > > > Fam Zheng (5): > > docker:

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

2017-05-05 Thread Paolo Bonzini
On 05/05/2017 05:23, 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. > > Fam Zheng (5): > docker: Run tests with current user > docker: Add bzip2 and hostna

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

2017-05-04 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. Fam Zheng (5): docker: Run tests with current user docker: Add bzip2 and hostname to fedora image docker: Use unconfined security p