From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve8e0-0001bL-2f for qemu-devel@nongnu.org; Wed, 06 Nov 2013 14:20:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve8dt-0007Xg-VN for qemu-devel@nongnu.org; Wed, 06 Nov 2013 14:20:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve8dt-0007X0-NT for qemu-devel@nongnu.org; Wed, 06 Nov 2013 14:19:53 -0500 Message-ID: <527A9652.6050102@redhat.com> Date: Wed, 06 Nov 2013 20:19:46 +0100 From: Max Reitz MIME-Version: 1.0 References: <1383609689-4417-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1383609689-4417-7-git-send-email-xiawenc@linux.vnet.ibm.com> In-Reply-To: <1383609689-4417-7-git-send-email-xiawenc@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V5 6/6] 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, pbonzini@redhat.com, stefanha@gmail.com On 05.11.2013 01:01, 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/070 | 214 ++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/070.out | 35 ++++++ > tests/qemu-iotests/common.filter | 7 ++ > tests/qemu-iotests/group | 1 + > 4 files changed, 257 insertions(+), 0 deletions(-) > create mode 100755 tests/qemu-iotests/070 > create mode 100644 tests/qemu-iotests/070.out Reviewed-by: Max Reitz