From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmb9z-0008Oj-5S for qemu-devel@nongnu.org; Mon, 19 May 2014 23:56:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wmb9s-0002od-TY for qemu-devel@nongnu.org; Mon, 19 May 2014 23:56:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wmb9s-0002oZ-MM for qemu-devel@nongnu.org; Mon, 19 May 2014 23:56:08 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4K3u7C5003982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 19 May 2014 23:56:07 -0400 Date: Tue, 20 May 2014 11:56:19 +0800 From: Fam Zheng Message-ID: <20140520035619.GF7688@T430.nay.redhat.com> References: <1399858555-9672-1-git-send-email-famz@redhat.com> <1399858555-9672-16-git-send-email-famz@redhat.com> <537A5F84.9030502@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <537A5F84.9030502@redhat.com> Subject: Re: [Qemu-devel] [PATCH v19 15/16] qemu-iotests: Test blockdev-backup in 055 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, armbru@redhat.com, jcody@redhat.com, hbrock@redhat.com, qemu-devel@nongnu.org, rjones@redhat.com, imain@redhat.com, stefanha@redhat.com, pbonzini@redhat.com 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 > > --- > > 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