Re: [Qemu-devel] [PATCH 2/4] iotests: Add dependency info to groups list

2015-05-28 Thread John Snow
On 05/27/2015 11:34 PM, Fam Zheng wrote: > On Fri, 05/22 16:17, John Snow wrote: >> Add a few external dependency groups to the iotests groups list, >> such as "qemu", "nbd", and "scm". >> >> This will assist us in knowing which tests need to be re-run >> when those dependencies are updated, or b

Re: [Qemu-devel] [PATCH 2/4] iotests: Add dependency info to groups list

2015-05-27 Thread Fam Zheng
On Fri, 05/22 16:17, John Snow wrote: > Add a few external dependency groups to the iotests groups list, > such as "qemu", "nbd", and "scm". > > This will assist us in knowing which tests need to be re-run > when those dependencies are updated, or by helping us to avoid > tests that we know are br

[Qemu-devel] [PATCH 2/4] iotests: Add dependency info to groups list

2015-05-22 Thread John Snow
Add a few external dependency groups to the iotests groups list, such as "qemu", "nbd", and "scm". This will assist us in knowing which tests need to be re-run when those dependencies are updated, or by helping us to avoid tests that we know are broken for a certain file. qemu-img and qemu-io are