From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsF1w-0003UP-Ob for qemu-devel@nongnu.org; Tue, 12 May 2015 14:35:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsF1v-0001mU-PG for qemu-devel@nongnu.org; Tue, 12 May 2015 14:35:48 -0400 Message-ID: <555247FC.4060009@redhat.com> Date: Tue, 12 May 2015 12:35:40 -0600 From: Eric Blake MIME-Version: 1.0 References: <1431446962-9860-1-git-send-email-berrange@redhat.com> <1431446962-9860-6-git-send-email-berrange@redhat.com> In-Reply-To: <1431446962-9860-6-git-send-email-berrange@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vRa3TLIenVA967cND4hA61EdivoLwRREj" Subject: Re: [Qemu-devel] [PATCH 5/5] tests: add test case for encrypted qcow2 read/write List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-block@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vRa3TLIenVA967cND4hA61EdivoLwRREj Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 05/12/2015 10:09 AM, Daniel P. Berrange wrote: > Add a simple test case for qemu-iotests that covers read/write > with encrypted qcow2 files. >=20 > Signed-off-by: Daniel P. Berrange > --- > tests/qemu-iotests/131 | 69 ++++++++++++++++++++++++++++++++++++++= ++++++++ > tests/qemu-iotests/131.out | 46 +++++++++++++++++++++++++++++++ > tests/qemu-iotests/group | 1 + > 3 files changed, 116 insertions(+) > create mode 100755 tests/qemu-iotests/131 > create mode 100644 tests/qemu-iotests/131.out >=20 > diff --git a/tests/qemu-iotests/131 b/tests/qemu-iotests/131 > new file mode 100755 > index 0000000..f44b0a0 > --- /dev/null > +++ b/tests/qemu-iotests/131 > @@ -0,0 +1,69 @@ > +#!/bin/bash > +# > +# Test encrypted read/write using plain bdrv_read/bdrv_write > +# > +# Copyright (C) 2009 Red Hat, Inc. Copy-and-paste strikes again; welcome to 2015. With that fixed, Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --vRa3TLIenVA967cND4hA61EdivoLwRREj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVUkf8AAoJEKeha0olJ0NqvNwH/A/pdbrn82eZ4+fBi8IeGQgM 3rkdW6+Tv5MMHC2884+yhLqD1JMSCNpj4LTw1qtAofdQ+fNjY4lSNB6z/yq1MJWA IK7TGtLOcEm4cZ3LorLY7Q8WbGHB5XJOgtXlTiANuff8+vvKi4yLw6A/3L7uk1Em KV9qAOT92uqWlxwGaEJwbV2CODkC1hfj2dheVF6eaUJ8VnXj60uPL3HAMznX56hJ l97RaIRJo5KnxoJ3Ok4lqU6LBhBHbLMpNkCUcn9z3nTI2mAF4Uas2ehOQK9KkxV1 UYejNvmbatDRTjJ5EANr67qmTI1e5kek0M/48IVXZDMnFl57wEBsQrzDFyAzShY= =OTk7 -----END PGP SIGNATURE----- --vRa3TLIenVA967cND4hA61EdivoLwRREj--