[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 7/7] iotests: Disable 126 for flat vmdk subformat
From: |
Max Reitz |
Subject: |
[Qemu-devel] [PATCH v2 7/7] iotests: Disable 126 for flat vmdk subformats |
Date: |
Thu, 15 Aug 2019 17:36:38 +0200 |
iotest 126 requires backing file support, which flat vmdks cannot offer.
Skip this test for such subformats.
Signed-off-by: Max Reitz <address@hidden>
---
tests/qemu-iotests/126 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/qemu-iotests/126 b/tests/qemu-iotests/126
index 9b0dcf9255..b7fce1e59d 100755
--- a/tests/qemu-iotests/126
+++ b/tests/qemu-iotests/126
@@ -33,6 +33,8 @@ status=1 # failure is the default!
# Needs backing file support
_supported_fmt qcow qcow2 qed vmdk
+_unsupported_imgopts "subformat=monolithicFlat" \
+ "subformat=twoGbMaxExtentFlat"
# This is the default protocol (and we want to test the difference between
# colons which separate a protocol prefix from the rest and colons which are
# just part of the filename, so we cannot test protocols which require a
prefix)
--
2.21.0
- [Qemu-devel] [PATCH v2 0/7] vmdk: Misc fixes, Max Reitz, 2019/08/15
- [Qemu-devel] [PATCH v2 1/7] iotests: Fix _filter_img_create(), Max Reitz, 2019/08/15
- [Qemu-devel] [PATCH v2 2/7] vmdk: Use bdrv_dirname() for relative extent paths, Max Reitz, 2019/08/15
- [Qemu-devel] [PATCH v2 3/7] iotests: Keep testing broken relative extent paths, Max Reitz, 2019/08/15
- [Qemu-devel] [PATCH v2 5/7] iotests: Disable broken streamOptimized tests, Max Reitz, 2019/08/15
- [Qemu-devel] [PATCH v2 4/7] vmdk: Reject invalid compressed writes, Max Reitz, 2019/08/15
- [Qemu-devel] [PATCH v2 6/7] iotests: Disable 110 for vmdk.twoGbMaxExtentSparse, Max Reitz, 2019/08/15
- [Qemu-devel] [PATCH v2 7/7] iotests: Disable 126 for flat vmdk subformats,
Max Reitz <=
- Re: [Qemu-devel] [PATCH v2 0/7] vmdk: Misc fixes, John Snow, 2019/08/15
- Re: [Qemu-devel] [PATCH v2 0/7] vmdk: Misc fixes, Max Reitz, 2019/08/27