qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 64/73] qemu-iotests: Skip 099 for VMDK subformats wit


From: Kevin Wolf
Subject: [Qemu-devel] [PULL 64/73] qemu-iotests: Skip 099 for VMDK subformats with desc file
Date: Wed, 10 Dec 2014 11:34:30 +0100

From: Fam Zheng <address@hidden>

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 <address@hidden>
Message-id: address@hidden
Signed-off-by: Max Reitz <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
---
 tests/qemu-iotests/099 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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()
 {
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]