aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/194
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2018-04-10 10:40:04 +0200
committerKevin Wolf <kwolf@redhat.com>2018-04-10 16:33:43 +0200
commitad53ea42feda0ced5a44d48ea165fd434a016744 (patch)
treecb4b1ae288321accffaf7b34b14b6d5fff516623 /tests/qemu-iotests/194
parente819edd090d183b5f9816f798eace920698b781f (diff)
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: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/194')
-rwxr-xr-xtests/qemu-iotests/1942
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/194 b/tests/qemu-iotests/194
index 1d4214aca3..d746ab1e21 100755
--- a/tests/qemu-iotests/194
+++ b/tests/qemu-iotests/194
@@ -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, \