[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v8 15/20] iotests: enable tests 134 and 158 to work
From: |
Daniel P. Berrange |
Subject: |
[Qemu-block] [PATCH v8 15/20] iotests: enable tests 134 and 158 to work with qcow (v1) |
Date: |
Thu, 1 Jun 2017 18:27:29 +0100 |
The 138 and 158 iotests exercise the legacy qcow2 aes encryption
code path and they work fine with qcow v1 too.
Reviewed-by: Alberto Garcia <address@hidden>
Reviewed-by: Max Reitz <address@hidden>
Signed-off-by: Daniel P. Berrange <address@hidden>
---
tests/qemu-iotests/134 | 2 +-
tests/qemu-iotests/158 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/qemu-iotests/134 b/tests/qemu-iotests/134
index f851d92..9914415 100755
--- a/tests/qemu-iotests/134
+++ b/tests/qemu-iotests/134
@@ -37,7 +37,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-_supported_fmt qcow2
+_supported_fmt qcow qcow2
_supported_proto generic
_unsupported_proto vxhs
_supported_os Linux
diff --git a/tests/qemu-iotests/158 b/tests/qemu-iotests/158
index e280b79..823c120 100755
--- a/tests/qemu-iotests/158
+++ b/tests/qemu-iotests/158
@@ -37,7 +37,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-_supported_fmt qcow2
+_supported_fmt qcow qcow2
_supported_proto generic
_unsupported_proto vxhs
_supported_os Linux
--
2.9.3
- [Qemu-block] [PATCH v8 09/20] qcow: convert QCow to use QCryptoBlock for encryption, (continued)
- [Qemu-block] [PATCH v8 09/20] qcow: convert QCow to use QCryptoBlock for encryption, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 10/20] qcow2: make qcow2_encrypt_sectors encrypt in place, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 12/20] qcow2: extend specification to cover LUKS encryption, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 11/20] qcow2: convert QCow2 to use QCryptoBlock for encryption, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 13/20] qcow2: add support for LUKS encryption format, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 15/20] iotests: enable tests 134 and 158 to work with qcow (v1),
Daniel P. Berrange <=
- [Qemu-block] [PATCH v8 14/20] qcow2: add iotests to cover LUKS encryption support, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 16/20] block: rip out all traces of password prompting, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 17/20] block: remove all encryption handling APIs, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 18/20] block: pass option prefix down to crypto layer, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 19/20] qcow2: report encryption specific image information, Daniel P. Berrange, 2017/06/01
- [Qemu-block] [PATCH v8 20/20] docs: document encryption options for qcow, qcow2 and luks, Daniel P. Berrange, 2017/06/01