From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr3ig-0006DJ-Ae for qemu-devel@nongnu.org; Thu, 12 Dec 2013 05:42:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vr3ia-0002C6-W1 for qemu-devel@nongnu.org; Thu, 12 Dec 2013 05:42:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr3ia-0002C2-Nl for qemu-devel@nongnu.org; Thu, 12 Dec 2013 05:42:08 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBCAg7OX031883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Dec 2013 05:42:07 -0500 Message-ID: <52A992F2.6050906@redhat.com> Date: Thu, 12 Dec 2013 18:41:54 +0800 From: Fam Zheng MIME-Version: 1.0 References: <1386785473-26157-1-git-send-email-mreitz@redhat.com> <1386785473-26157-22-git-send-email-mreitz@redhat.com> In-Reply-To: <1386785473-26157-22-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 21/21] iotests: Test new blkdebug/blkverify interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi On 2013=E5=B9=B412=E6=9C=8812=E6=97=A5 02:11, Max Reitz wrote: > Add a test for the new blkdebug/blkverify interface. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/071 | 201 ++++++++++++++++++++++++++++++++++++= +++++++++ > tests/qemu-iotests/071.out | 73 ++++++++++++++++ > tests/qemu-iotests/group | 1 + > 3 files changed, 275 insertions(+) > create mode 100755 tests/qemu-iotests/071 > create mode 100644 tests/qemu-iotests/071.out > > diff --git a/tests/qemu-iotests/071 b/tests/qemu-iotests/071 > new file mode 100755 > index 0000000..4be525e > --- /dev/null > +++ b/tests/qemu-iotests/071 > @@ -0,0 +1,201 @@ > +#!/bin/bash Is is intended to use hand coded json instead of iotests.py for QMP test=20 here? Fam