]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
iotests/{190,291}: compat=0.10 is unsupported
authorMax Reitz <mreitz@redhat.com>
Wed, 17 Jun 2020 10:48:22 +0000 (12:48 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 17 Jun 2020 14:21:21 +0000 (16:21 +0200)
Fixes: 5d72c68b49769c927e90b78af6d90f6a384b26ac
Fixes: cf2d1203dcfc2bf964453d83a2302231ce77f2dc
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200617104822.27525-6-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/190
tests/qemu-iotests/291

index fe630918e9ad008cacc43f5feea6b478af466f07..c22d8d64f924799cea9f0b2d154d2c927b922c27 100755 (executable)
@@ -41,6 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 # See 178 for more extensive tests across more formats
 _supported_fmt qcow2
 _supported_proto file
+# compat=0.10 does not support bitmaps
+_unsupported_imgopts 'compat=0.10'
 
 echo "== Huge file without bitmaps =="
 echo
index 404f8521f74a04de264745a60f81c3beee3adb5a..28e4fb9b4d1557e57561f8864fd40697f2341dea 100755 (executable)
@@ -39,6 +39,8 @@ _supported_fmt qcow2
 _supported_proto file
 _supported_os Linux
 _require_command QEMU_NBD
+# compat=0.10 does not support bitmaps
+_unsupported_imgopts 'compat=0.10'
 
 echo
 echo "=== Initial image setup ==="