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
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
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