qemu-iotests: Remove _supported_fmt dmg
authorKevin Wolf <kwolf@redhat.com>
Tue, 10 Apr 2018 08:40:04 +0000 (10:40 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Apr 2018 14:33:43 +0000 (16:33 +0200)
qemu-iotests doesn't support dmg, and the dmg block driver doesn't
support image creation. Two test cases declare dmg as supported, but
that's obviously wrong for both reasons. Remove the declaration.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
tests/qemu-iotests/183
tests/qemu-iotests/194

index 20268ff7a11e9e426bebf1e791206fc980d21687..c49e1ad6efb2564e811f67b8c294af19e79ae4b3 100755 (executable)
@@ -43,7 +43,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.filter
 . ./common.qemu
 
-_supported_fmt qcow2 raw qed dmg quorum
+_supported_fmt qcow2 raw qed quorum
 _supported_proto file
 _supported_os Linux
 
index 1d4214aca31e842d0881a2c697feaa7059d4292d..d746ab1e21864ec2d3d94b0911c232fda97c19bd 100755 (executable)
@@ -21,7 +21,7 @@
 
 import iotests
 
-iotests.verify_image_format(supported_fmts=['qcow2', 'qed', 'raw', 'dmg'])
+iotests.verify_image_format(supported_fmts=['qcow2', 'qed', 'raw'])
 iotests.verify_platform(['linux'])
 
 with iotests.FilePath('source.img') as source_img_path, \