summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
diff options
context:
space:
mode:
authorMax Reitz2019-08-15 17:36:38 +0200
committerMax Reitz2019-09-03 14:55:35 +0200
commit39af39c428522e7c6a4015cb103d387b42a198b6 (patch)
tree3d85d509d8574c904bb19ee93cd84ee209fac275 /tests/qemu-iotests
parentiotests: Disable 110 for vmdk.twoGbMaxExtentSparse (diff)
downloadqemu-39af39c428522e7c6a4015cb103d387b42a198b6.tar.gz
qemu-39af39c428522e7c6a4015cb103d387b42a198b6.tar.xz
qemu-39af39c428522e7c6a4015cb103d387b42a198b6.zip
iotests: Disable 126 for flat vmdk subformats
iotest 126 requires backing file support, which flat vmdks cannot offer. Skip this test for such subformats. Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20190815153638.4600-8-mreitz@redhat.com Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-xtests/qemu-iotests/1262
1 files changed, 2 insertions, 0 deletions
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)