[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v6 1/5] iotests: skip 159 & 170 with luks format
From: |
Daniel P. Berrange |
Subject: |
[Qemu-block] [PATCH v6 1/5] iotests: skip 159 & 170 with luks format |
Date: |
Mon, 26 Jun 2017 13:35:06 +0100 |
While the qemu-img dd command does accept --image-opts
this is not sufficient to make it work with the LUKS
image yet. This is because bdrv_create() still always
requires the non-image-opts syntax.
Thus we must skip 159/170 with luks for now
Reviewed-by: Max Reitz <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Daniel P. Berrange <address@hidden>
---
tests/qemu-iotests/159 | 1 +
tests/qemu-iotests/170 | 1 +
2 files changed, 2 insertions(+)
diff --git a/tests/qemu-iotests/159 b/tests/qemu-iotests/159
index 825f05f..9b0e1ec 100755
--- a/tests/qemu-iotests/159
+++ b/tests/qemu-iotests/159
@@ -40,6 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt generic
_supported_proto file
_supported_os Linux
+_unsupported_fmt luks
TEST_SIZES="5 512 1024 1999 1K 64K 1M"
diff --git a/tests/qemu-iotests/170 b/tests/qemu-iotests/170
index 5b335db..b79359f 100755
--- a/tests/qemu-iotests/170
+++ b/tests/qemu-iotests/170
@@ -40,6 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt generic
_supported_proto file
_supported_os Linux
+_unsupported_fmt luks
echo
echo "== Creating image =="
--
2.9.3
- [Qemu-block] [PATCH v6 0/5] Improve I/O tests coverage of LUKS driver, Daniel P. Berrange, 2017/06/26
- [Qemu-block] [PATCH v6 1/5] iotests: skip 159 & 170 with luks format,
Daniel P. Berrange <=
- [Qemu-block] [PATCH v6 2/5] iotests: fix remainining tests to work with LUKS, Daniel P. Berrange, 2017/06/26
- [Qemu-block] [PATCH v6 4/5] iotests: add more LUKS hash combination tests, Daniel P. Berrange, 2017/06/26
- [Qemu-block] [PATCH v6 3/5] iotests: reduce PBKDF iterations when testing LUKS, Daniel P. Berrange, 2017/06/26
- [Qemu-block] [PATCH v6 5/5] iotests: chown LUKS device before qemu-io launches, Daniel P. Berrange, 2017/06/26
- Re: [Qemu-block] [Qemu-devel] [PATCH v6 0/5] Improve I/O tests coverage of LUKS driver, no-reply, 2017/06/27
- Re: [Qemu-block] [PATCH v6 0/5] Improve I/O tests coverage of LUKS driver, Max Reitz, 2017/06/30