From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alGZ4-0007NU-Ns for qemu-devel@nongnu.org; Wed, 30 Mar 2016 09:53:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alGZ3-0001iv-DY for qemu-devel@nongnu.org; Wed, 30 Mar 2016 09:53:42 -0400 From: "Daniel P. Berrange" Date: Wed, 30 Mar 2016 14:53:14 +0100 Message-Id: <1459345997-1610-1-git-send-email-berrange@redhat.com> Subject: [Qemu-devel] [PATCH v7 0/3] Tests for LUKS driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-block@nongnu.org, Max Reitz This series contains the 3 test suite patches that had to be dropped from the v6 series during merge with the block tree: v6: https://lists.gnu.org/archive/html/qemu-devel/2016-03/msg04935.html Changed in v7: - Avoid setting TEST_IMG_FILE when IMGPROTO=file in common.rc for traditional (not --image-opts) variable setup Daniel P. Berrange (3): block: add support for --image-opts in block I/O tests block: add support for encryption secrets in block I/O tests block: enable testing of LUKS driver with block I/O tests tests/qemu-iotests/004 | 2 +- tests/qemu-iotests/012 | 2 +- tests/qemu-iotests/039.out | 20 +++++------ tests/qemu-iotests/048 | 22 ++++++++---- tests/qemu-iotests/048.out | 6 ++-- tests/qemu-iotests/052 | 4 +++ tests/qemu-iotests/052.out | 4 +++ tests/qemu-iotests/100 | 7 ++++ tests/qemu-iotests/100.out | 14 ++++++++ tests/qemu-iotests/common | 15 +++++++- tests/qemu-iotests/common.config | 21 ++++++++++-- tests/qemu-iotests/common.filter | 3 +- tests/qemu-iotests/common.rc | 74 +++++++++++++++++++++++++++++++--------- 13 files changed, 152 insertions(+), 42 deletions(-) -- 2.5.5