From 0fc9b0d16265033403334a5fa7863dde6129a3cd Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Wed, 3 Dec 2014 09:49:30 +0800 Subject: 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 --- tests/qemu-iotests/099 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/qemu-iotests/099') diff --git a/tests/qemu-iotests/099 b/tests/qemu-iotests/099 index 132aa0b..948afff 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() { -- cgit v1.1