]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/062
iotests/055: refactor compressed backup to vmdk
[qemu.git] / tests / qemu-iotests / 062
index d5f818fcce1ffcbf038eb0028db760ddf0ad963b..f26b88df9d8610bba9a8a06668e9b5b812f27eb2 100755 (executable)
@@ -37,11 +37,12 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-# This tests qocw2-specific low-level functionality
+# This tests qcow2-specific low-level functionality
 _supported_fmt qcow2
 _supported_proto generic
+# We need zero clusters and snapshots
+_unsupported_imgopts 'compat=0.10' 'refcount_bits=1[^0-9]' data_file
 
-IMGOPTS="compat=1.1"
 IMG_SIZE=64M
 
 echo
This page took 0.025023 seconds and 4 git commands to generate.