Re: [Qemu-devel] [PATCH v5 5/6] qemu-iotests: update test cases for commit active

2013-11-25 Thread Stefan Hajnoczi
On Wed, Oct 09, 2013 at 01:19:42PM +0800, Fam Zheng wrote: > diff --git a/tests/qemu-iotests/040 b/tests/qemu-iotests/040 > index aad535a..902df0d 100755 > --- a/tests/qemu-iotests/040 > +++ b/tests/qemu-iotests/040 > @@ -63,6 +63,28 @@ class ImageCommitTestCase(iotests.QMPTestCase): >

[Qemu-devel] [PATCH v5 5/6] qemu-iotests: update test cases for commit active

2013-10-08 Thread Fam Zheng
Factor out commit test common logic into super class, and update test of committing the active image. Signed-off-by: Fam Zheng --- tests/qemu-iotests/040 | 73 +- 1 file changed, 31 insertions(+), 42 deletions(-) diff --git a/tests/qemu-iotests/04