Re: [Qemu-devel] [PATCH v2 4/4] qemu-iotests: Test 0-length image for mirror

2014-06-10 Thread Eric Blake
On 06/08/2014 08:56 PM, Fam Zheng wrote: > All behavior and invariant should hold for images with 0 length, so > add a class to repeat all the tests in TestSingleDrive. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/041 | 9 ++--- > tests/qemu-iotests/041.out | 4 ++-- > 2 files

[Qemu-devel] [PATCH v2 4/4] qemu-iotests: Test 0-length image for mirror

2014-06-08 Thread Fam Zheng
All behavior and invariant should hold for images with 0 length, so add a class to repeat all the tests in TestSingleDrive. Signed-off-by: Fam Zheng --- tests/qemu-iotests/041 | 9 ++--- tests/qemu-iotests/041.out | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/t