提交 ad53ea42 编写于 作者: K Kevin Wolf

qemu-iotests: Remove _supported_fmt dmg

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: NKevin Wolf <kwolf@redhat.com>
Reviewed-by: NEric Blake <eblake@redhat.com>
上级 e819edd0
无相关合并请求
...@@ -43,7 +43,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 ...@@ -43,7 +43,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter . ./common.filter
. ./common.qemu . ./common.qemu
_supported_fmt qcow2 raw qed dmg quorum _supported_fmt qcow2 raw qed quorum
_supported_proto file _supported_proto file
_supported_os Linux _supported_os Linux
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
import iotests 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']) iotests.verify_platform(['linux'])
with iotests.FilePath('source.img') as source_img_path, \ with iotests.FilePath('source.img') as source_img_path, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部