From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W28MQ-0007r9-AS for qemu-devel@nongnu.org; Sat, 11 Jan 2014 18:53:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W28MK-0007BR-BJ for qemu-devel@nongnu.org; Sat, 11 Jan 2014 18:53:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W28MK-0007BL-3M for qemu-devel@nongnu.org; Sat, 11 Jan 2014 18:52:56 -0500 Message-ID: <52D1D9B7.8080302@redhat.com> Date: Sun, 12 Jan 2014 00:54:31 +0100 From: Max Reitz MIME-Version: 1.0 References: <1388950991-30105-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1388950991-30105-9-git-send-email-xiawenc@linux.vnet.ibm.com> In-Reply-To: <1388950991-30105-9-git-send-email-xiawenc@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V9 8/8] qemu-iotests: add test for qcow2 snapshot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia , qemu-devel@nongnu.org Cc: kwolf@redhat.com, jcody@redhat.com, peter.crosthwaite@xilinx.com, stefanha@redhat.com On 05.01.2014 20:43, Wenchao Xia wrote: > This test will focus on the low level procedure of qcow2 snapshot > operations, now it covers only the create operation. Overlap error > paths are not checked since no good way to trigger those errors. > > Signed-off-by: Wenchao Xia > --- > tests/qemu-iotests/075 | 216 ++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/075.out | 32 ++++++ > tests/qemu-iotests/common.filter | 7 ++ > tests/qemu-iotests/group | 1 + > 4 files changed, 256 insertions(+), 0 deletions(-) > create mode 100755 tests/qemu-iotests/075 > create mode 100644 tests/qemu-iotests/075.out Reviewed-by: Max Reitz