From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuXla-00063j-9L for qemu-devel@nongnu.org; Thu, 26 Jul 2012 19:46:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuXlY-0005bv-L3 for qemu-devel@nongnu.org; Thu, 26 Jul 2012 19:46:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuXlX-0005bk-Ul for qemu-devel@nongnu.org; Thu, 26 Jul 2012 19:46:48 -0400 Message-ID: <5011D6E5.9090705@redhat.com> Date: Thu, 26 Jul 2012 17:46:45 -0600 From: Eric Blake MIME-Version: 1.0 References: <1343127865-16608-1-git-send-email-pbonzini@redhat.com> <1343127865-16608-32-git-send-email-pbonzini@redhat.com> In-Reply-To: <1343127865-16608-32-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig94A42B2E71320DB9146504D8" 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: Paolo Bonzini Cc: kwolf@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig94A42B2E71320DB9146504D8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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. >=20 > 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 >=20 > 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? --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig94A42B2E71320DB9146504D8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQEdblAAoJEKeha0olJ0NqJgoH/AutROYeIHUiz4fJ0xAFWewO P32NHEBwHFPp4ldmCVi+IB953MBwK2IyycclL5gne6cZmaylO9ghdWKKdX5DWlsE H4DLvpDDtl9nsdDBiYQ2JfFd++QCQ6095Xp06FWlClJ6i7YYmlNT9eovpQ7cTkdG AXIe5qIYJC+k1L5t968yP4WbaB22RFONYBKKkE9C/VTI/j+/QQZqfz9TezZjLGKB LcdEDMoV8dPHDcxwmrlHHGiWO68E3OV5mKH+dGsk+AXKUdG38P94furQuytrARSu aA/1ckAemZpaLeecKcWXx8amEo4y3ILWCZNK/jGSn0g0G+FyrpXN6XthySUfg9s= =tQ6m -----END PGP SIGNATURE----- --------------enig94A42B2E71320DB9146504D8--