From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH1vu-0006Ad-0A for qemu-devel@nongnu.org; Wed, 26 Sep 2012 20:26:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TH1vt-00053i-3m for qemu-devel@nongnu.org; Wed, 26 Sep 2012 20:26:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH1vs-00053c-Rf for qemu-devel@nongnu.org; Wed, 26 Sep 2012 20:26:25 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8R0QNBo030095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 26 Sep 2012 20:26:23 -0400 Message-ID: <50639D2C.4080408@redhat.com> Date: Wed, 26 Sep 2012 18:26:20 -0600 From: Eric Blake MIME-Version: 1.0 References: <1348675011-8794-1-git-send-email-pbonzini@redhat.com> <1348675011-8794-30-git-send-email-pbonzini@redhat.com> In-Reply-To: <1348675011-8794-30-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigE6E95B9D7373DE47E3257218" Subject: Re: [Qemu-devel] [PATCH v2 29/45] 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 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE6E95B9D7373DE47E3257218 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09/26/2012 09:56 AM, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > tests/qemu-iotests/040 | 353 +++++++++++++++++++++++++++++++++++++= ++++++++ > tests/qemu-iotests/040.out | 5 + > tests/qemu-iotests/group | 3 +- > 3 file modificati, 360 inserzioni(+). 1 rimozione(-) > create mode 100755 tests/qemu-iotests/040 > create mode 100644 tests/qemu-iotests/040.out >=20 > diff --git a/tests/qemu-iotests/040 b/tests/qemu-iotests/040 > new file mode 100755 > index 0000000..44f1e56 > --- /dev/null > +++ b/tests/qemu-iotests/040 > @@ -0,0 +1,353 @@ > +#!/usr/bin/env python > +# > +# Tests for image mirroring. > +# > +# Copyright (C) 2012 IBM Corp. > +# While you are copying material from IBM, I think you have enough original content to also claim a Red Hat copyright on this file. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigE6E95B9D7373DE47E3257218 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://www.enigmail.net/ iQEcBAEBCAAGBQJQY50tAAoJEKeha0olJ0Nqp0IIAIsKEyz2SimLtzW/kjrmCtM/ qvwqhCxILpqwN5i/l82DrUKuSZy3ZJrEwkwVc8VGCC6l92FwNIPs/CfyNIX8kMfp SslNHTEST5UbfegfJq+aT2wArZWP/ZTKRbSaw1wxkBmEXPoPU2zCm6pN7CcpjYgf toh29c2xLa6ktXSW1RjDwtjYNib2aYmahw8D4d6G+EFq2Tan7694wQKOWbtzjGj2 UzJalossFkGyALoYhI/XmTpfh4bICqnxLVwdK+L1V1RPSpq2UDmRg3vkhZJjQYoV BO55bMKNfas5eHfArtn7N2+Amc468jqKbGwy1ktC7EXsWBNkItMGJ3bYmcTrZoA= =bYHT -----END PGP SIGNATURE----- --------------enigE6E95B9D7373DE47E3257218--