From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6xP-0004GA-U5 for qemu-devel@nongnu.org; Mon, 10 Dec 2012 12:16:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti6xN-0007Z6-J2 for qemu-devel@nongnu.org; Mon, 10 Dec 2012 12:15:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6xN-0007Yi-AE for qemu-devel@nongnu.org; Mon, 10 Dec 2012 12:15:53 -0500 Message-ID: <50C618A6.4070508@redhat.com> Date: Mon, 10 Dec 2012 18:15:18 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1354776711-12449-1-git-send-email-wdongxu@linux.vnet.ibm.com> <1354776711-12449-7-git-send-email-wdongxu@linux.vnet.ibm.com> In-Reply-To: <1354776711-12449-7-git-send-email-wdongxu@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V17 6/6] qemu-iotests: add add-cow iotests support. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dong Xu Wang Cc: qemu-devel@nongnu.org Am 06.12.2012 07:51, schrieb Dong Xu Wang: > This patch will use qemu-iotests to test add-cow file format. > > Signed-off-by: Dong Xu Wang > --- > tests/qemu-iotests/017 | 2 +- > tests/qemu-iotests/020 | 2 +- > tests/qemu-iotests/common | 6 ++++++ > tests/qemu-iotests/common.rc | 15 ++++++++++++++- > 4 files changed, 22 insertions(+), 3 deletions(-) I think at least tests 037 and 038 would work as well. Kevin