summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/099
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2014-12-03 09:49:30 +0800
committerKevin Wolf <kwolf@redhat.com>2014-12-10 10:31:20 +0100
commit0fc9b0d16265033403334a5fa7863dde6129a3cd (patch)
treea3a9448e6461fe5ceb4818a2f321caa8f59b34eb /tests/qemu-iotests/099
parent01212d4ed68fc8daa29062a9a38650cf8febe392 (diff)
downloadqemu-0fc9b0d16265033403334a5fa7863dde6129a3cd.tar.gz
qemu-iotests: Skip 099 for VMDK subformats with desc file
VMDK extent parsing code doesn't handle the JSON file name, so the case fails for these subformats. Disabled them. Signed-off-by: Fam Zheng <famz@redhat.com> Message-id: 1417571370-19495-1-git-send-email-famz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/099')
-rwxr-xr-xtests/qemu-iotests/0993
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/099 b/tests/qemu-iotests/099
index 132aa0b228..948afff28b 100755
--- a/tests/qemu-iotests/099
+++ b/tests/qemu-iotests/099
@@ -44,7 +44,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow qcow2 qed vdi vhdx vmdk vpc
_supported_proto file
_supported_os Linux
-
+_unsupported_imgopts "subformat=monolithicFlat" "subformat=twoGbMaxExtentFlat" \
+ "subformat=twoGbMaxExtentSparse"
function do_run_qemu()
{