From: Fam Zheng Date: Wed, 3 Dec 2014 01:49:30 +0000 (+0800) Subject: qemu-iotests: Skip 099 for VMDK subformats with desc file X-Git-Tag: v2.3.0-rc0~142^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fc9b0d16265033403334a5fa7863dde6129a3cd;p=thirdparty%2Fqemu.git 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 Message-id: 1417571370-19495-1-git-send-email-famz@redhat.com Signed-off-by: Max Reitz Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/099 b/tests/qemu-iotests/099 index 132aa0b2288..948afff28b7 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() {