Commit cc8c46b7 authored by Max Reitz's avatar Max Reitz
Browse files

iotests: Limit supported formats for 118



Image formats used in test 118 need to support image creation.

Reported-by: default avatarMarkus Armbruster <armbru@redhat.com>
Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Reviewed-by: default avatarMarkus Armbruster <armbru@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 3db1d98a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -672,4 +672,6 @@ if __name__ == '__main__':
        # We need floppy and IDE CD-ROM
        iotests.notrun('not suitable for this machine type: %s' %
                       iotests.qemu_default_machine)
    iotests.main()
    # Need to support image creation
    iotests.main(supported_fmts=['vpc', 'parallels', 'qcow', 'vdi', 'qcow2',
                                 'vmdk', 'raw', 'vhdx', 'qed'])