On Mon, 05/19 13:46, Eric Blake wrote: > On 05/11/2014 07:35 PM, Fam Zheng wrote: > > 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 <f...@redhat.com> > > --- > > tests/qemu-iotests/055 | 275 > > ++++++++++++++++++++++++++++++++++++++------- > > tests/qemu-iotests/055.out | 4 +- > > 2 files changed, 235 insertions(+), 44 deletions(-) > > > > diff --git a/tests/qemu-iotests/055 b/tests/qemu-iotests/055 > > index 451b67d..1fab088 100755 > > --- a/tests/qemu-iotests/055 > > +++ b/tests/qemu-iotests/055 > > @@ -1,6 +1,6 @@ > > #!/usr/bin/env python > > # > > -# Tests for drive-backup > > +# Tests for drive-backup and blockdev-backup > > # > > # Copyright (C) 2013 Red Hat, Inc. > > Worth bumping the copyright year? >
OK. Fam