[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v3 06/18] iotests: skip 048 with qcow which doesn't
From: |
Daniel P. Berrange |
Subject: |
[Qemu-block] [PATCH v3 06/18] iotests: skip 048 with qcow which doesn't support resize |
Date: |
Thu, 26 Jan 2017 10:18:15 +0000 |
Test 048 is designed to verify data preservation during an
image resize. The qcow (v1) format impl has never supported
resize so always fails.
Reviewed-by: Max Reitz <address@hidden>
Signed-off-by: Daniel P. Berrange <address@hidden>
---
tests/qemu-iotests/048 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/048 b/tests/qemu-iotests/048
index 203c04f..9ed04a0 100755
--- a/tests/qemu-iotests/048
+++ b/tests/qemu-iotests/048
@@ -46,7 +46,7 @@ _compare()
. ./common.filter
. ./common.pattern
-_supported_fmt raw qcow qcow2 qed luks
+_supported_fmt raw qcow2 qed luks
_supported_proto file
_supported_os Linux
--
2.9.3
- [Qemu-block] [PATCH v3 00/18] Convert QCow[2] to QCryptoBlock & add LUKS support, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 01/18] block: expose crypto option names / defs to other drivers, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 02/18] block: add ability to set a prefix for opt names, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 03/18] qcow: document another weakness of qcow AES encryption, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 05/18] iotests: skip 042 with qcow which dosn't support zero sized images, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 04/18] qcow: require image size to be > 1 for new images, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 06/18] iotests: skip 048 with qcow which doesn't support resize,
Daniel P. Berrange <=
- [Qemu-block] [PATCH v3 07/18] iotests: fix 097 when run with qcow, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 08/18] qcow: make encrypt_sectors encrypt in place, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 09/18] qcow: convert QCow to use QCryptoBlock for encryption, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 10/18] qcow2: make qcow2_encrypt_sectors encrypt in place, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 11/18] qcow2: convert QCow2 to use QCryptoBlock for encryption, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 12/18] qcow2: extend specification to cover LUKS encryption, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 15/18] iotests: enable tests 134 and 158 to work with qcow (v1), Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 13/18] qcow2: add support for LUKS encryption format, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 14/18] qcow2: add iotests to cover LUKS encryption support, Daniel P. Berrange, 2017/01/26
- [Qemu-block] [PATCH v3 16/18] block: rip out all traces of password prompting, Daniel P. Berrange, 2017/01/26