diff options
author | Max Reitz <mreitz@redhat.com> | 2016-01-25 15:42:56 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-02-02 17:49:42 +0100 |
commit | cc8c46b7c5fffd6b6ca099799be0af224c589603 (patch) | |
tree | f177b9113c09e3e67b70cfa163e8b98ed3696f90 /tests/qemu-iotests | |
parent | 3db1d98a20262228373bb973ca62b1ab64b29af4 (diff) | |
download | qemu-cc8c46b7c5fffd6b6ca099799be0af224c589603.zip |
iotests: Limit supported formats for 118
Image formats used in test 118 need to support image creation.
Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-x | tests/qemu-iotests/118 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/qemu-iotests/118 b/tests/qemu-iotests/118 index 7caa38cbe9..9e5951f645 100755 --- a/tests/qemu-iotests/118 +++ b/tests/qemu-iotests/118 @@ -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']) |