]> git.proxmox.com Git - mirror_qemu.git/commitdiff
iotests: Disallow compat=0.10 in 223
authorMax Reitz <mreitz@redhat.com>
Fri, 13 Jul 2018 19:15:06 +0000 (21:15 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 23 Jul 2018 14:50:43 +0000 (16:50 +0200)
223 tests persistent dirty bitmaps which are not supported in
compat=0.10, so that option is unsupported for this test.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Tested-by: John Snow <jsnow@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/223

index b63b7a4f9e17f20a0c7d6dc582b478bfcda98eaf..8b1859c2dd3b569a8f672940141892c66d0ec2b5 100755 (executable)
@@ -40,6 +40,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 _supported_fmt qcow2
 _supported_proto file # uses NBD as well
 _supported_os Linux
+# Persistent dirty bitmaps require compat=1.1
+_unsupported_imgopts 'compat=0.10'
 
 function do_run_qemu()
 {