Re: [Qemu-devel] [PATCH 3/3] qemu-iotests: Test blockdev-backup in 055

2014-10-31 Thread Fam Zheng
Thanks a lot for the reviewing! I'm going to send another revision soon. On Fri, 10/10 14:07, Markus Armbruster wrote: > Fam Zheng writes: > > +try: > > +os.remove(target_img) > > +except OSError: > > +pass > > Why do you need to wrap removal of target_img

Re: [Qemu-devel] [PATCH 3/3] qemu-iotests: Test blockdev-backup in 055

2014-10-10 Thread Markus Armbruster
Fam Zheng writes: > This applies cases on drive-backup on blockdev-backup, except cases with > target format and mode. > > Also add a case to check source == target. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/055 | 277 > ++--- > tests/q

[Qemu-devel] [PATCH 3/3] qemu-iotests: Test blockdev-backup in 055

2014-09-10 Thread Fam Zheng
This applies cases on drive-backup on blockdev-backup, except cases with target format and mode. Also add a case to check source == target. Signed-off-by: Fam Zheng --- tests/qemu-iotests/055 | 277 ++--- tests/qemu-iotests/055.out | 4 +- 2 files c