From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Suebk-0005AH-4D for qemu-devel@nongnu.org; Fri, 27 Jul 2012 03:05:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Suebe-0000sf-4x for qemu-devel@nongnu.org; Fri, 27 Jul 2012 03:05:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Suebd-0000qu-Tc for qemu-devel@nongnu.org; Fri, 27 Jul 2012 03:05:02 -0400 Message-ID: <50123D98.5030906@redhat.com> Date: Fri, 27 Jul 2012 09:04:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343127865-16608-1-git-send-email-pbonzini@redhat.com> <1343127865-16608-32-git-send-email-pbonzini@redhat.com> <5011D6E5.9090705@redhat.com> In-Reply-To: <5011D6E5.9090705@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 31/47] qemu-iotests: add mirroring test case List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Il 27/07/2012 01:46, Eric Blake ha scritto: > On 07/24/2012 05:04 AM, Paolo Bonzini wrote: >> The tests are not meant to offer full coverage; in particular, there is >> no concurrent I/O going on from the guest. However, especially in the >> case of blkdebug-based tests (introduced later in the series) they do >> cover some paths that will usually be skipped by integration tests, >> for example tests running on kvm-autotest. >> >> Signed-off-by: Paolo Bonzini >> --- >> tests/qemu-iotests/039 | 352 ++++++++++++++++++++++++++++++++++++++++++++++ >> tests/qemu-iotests/group | 1 + >> 2 files changed, 353 insertions(+) >> create mode 100755 tests/qemu-iotests/039 >> >> diff --git a/tests/qemu-iotests/039 b/tests/qemu-iotests/039 >> new file mode 100755 >> index 0000000..c512f14 >> --- /dev/null >> +++ b/tests/qemu-iotests/039 >> @@ -0,0 +1,352 @@ >> +#!/usr/bin/env python >> +# >> +# Tests for image mirroring. >> +# >> +# Copyright (C) 2012 IBM Corp. > > Did you write this, or IBM? Or should it be joint copyright, because > you are adding to framework borrowed from elsewhere? The latter. Paolo