From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai6Cz-0000eC-51 for qemu-devel@nongnu.org; Mon, 21 Mar 2016 16:13:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ai6Cv-000254-8s for qemu-devel@nongnu.org; Mon, 21 Mar 2016 16:13:49 -0400 References: <1458569512-22970-1-git-send-email-berrange@redhat.com> <1458569512-22970-10-git-send-email-berrange@redhat.com> From: Eric Blake Message-ID: <56F055F2.8010608@redhat.com> Date: Mon, 21 Mar 2016 14:13:38 -0600 MIME-Version: 1.0 In-Reply-To: <1458569512-22970-10-git-send-email-berrange@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="P40hW28IFN9jFi9COr4mGor8icjrogrqo" Subject: Re: [Qemu-devel] [PATCH v6 09/11] block: add support for encryption secrets in block I/O tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: Kevin Wolf , Fam Zheng , qemu-block@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --P40hW28IFN9jFi9COr4mGor8icjrogrqo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 03/21/2016 08:11 AM, Daniel P. Berrange wrote: > The LUKS block driver tests will require the ability to specify > encryption secrets with block devices. This requires using the > --object argument to qemu-img/qemu-io to create a 'secret' > object. >=20 > When the IMGKEYSECRET env variable is set, it provides the > password to be associated with a secret called 'keysec0' >=20 > Signed-off-by: Daniel P. Berrange > --- > tests/qemu-iotests/common | 1 + > tests/qemu-iotests/common.config | 6 ++++++ > tests/qemu-iotests/common.filter | 3 ++- > tests/qemu-iotests/common.rc | 16 +++++++++++++--- > 4 files changed, 22 insertions(+), 4 deletions(-) >=20 > diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common > index 05c9df2..75ca4a7 100644 > --- a/tests/qemu-iotests/common > +++ b/tests/qemu-iotests/common > @@ -53,6 +53,7 @@ export QEMU_IO_OPTIONS=3D"" > export CACHEMODE_IS_DEFAULT=3Dtrue > export QEMU_OPTIONS=3D"-nodefaults" > export VALGRIND_QEMU=3D > +export IMGKEYSECRET=3D As with the previous patch, maybe IMG_KEY_SECRET is more legible, and fits in with other variable names. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --P40hW28IFN9jFi9COr4mGor8icjrogrqo 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/ iQEcBAEBCAAGBQJW8FXyAAoJEKeha0olJ0Nql7wH/R2XDG//va1hdutRwniwh/5x mcExyaHrkGiLu4OdoPIka/bF2HsnnCfnk2VlesUQd4KIlm6aW4sg9UZIqaAHUaaR 3mzTHKzSZWJnX158e/hGLZhilulwz4F+IFroRRAHnxCg7FnYK5tnCK71pSfEdNZQ 48FxKHIqS0DKUoe4ynVgg7yICx5E2ORVs5lMKF44mPcFDs8Wuk9nG3nkBEtiy+01 /fL4rwvesfm579j61TYGemAfAEXl4ilu6ma9fpVlmMlLBi9i6avOlbOGOAcZjKSG iTtzUoXRUr4Ym3/0uZb7VeeGbvDcIMs3l5lC4yiWuhjrALc05eBM0duajmfRDvU= =eqp7 -----END PGP SIGNATURE----- --P40hW28IFN9jFi9COr4mGor8icjrogrqo--