From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WStY1-0000mZ-Lb for qemu-devel@nongnu.org; Wed, 26 Mar 2014 15:31:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WStXv-0006uC-Nw for qemu-devel@nongnu.org; Wed, 26 Mar 2014 15:31:37 -0400 Message-ID: <53332B0D.9020907@redhat.com> Date: Wed, 26 Mar 2014 20:31:25 +0100 From: Max Reitz MIME-Version: 1.0 References: <1395835569-21193-1-git-send-email-stefanha@redhat.com> <1395835569-21193-3-git-send-email-stefanha@redhat.com> In-Reply-To: <1395835569-21193-3-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.0 02/47] qemu-iotests: add cloop input validation tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf , pmatouse@redhat.com, qemu-stable@nongnu.org On 26.03.2014 13:05, Stefan Hajnoczi wrote: > Add a cloop format-specific test case. Later patches add tests for > input validation to the script. > > Signed-off-by: Stefan Hajnoczi > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/075 | 53 +++++++++++++++++++++ > tests/qemu-iotests/075.out | 6 +++ > tests/qemu-iotests/group | 1 + > .../sample_images/simple-pattern.cloop.bz2 | Bin 0 -> 488 bytes > 4 files changed, 60 insertions(+) > create mode 100755 tests/qemu-iotests/075 > create mode 100644 tests/qemu-iotests/075.out > create mode 100644 tests/qemu-iotests/sample_images/simple-pattern.cloop.bz2 Reviewed-by: Max Reitz