From cc8c46b7c5fffd6b6ca099799be0af224c589603 Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Mon, 25 Jan 2016 15:42:56 +0100 Subject: [PATCH] iotests: Limit supported formats for 118 Image formats used in test 118 need to support image creation. Reported-by: Markus Armbruster Signed-off-by: Max Reitz Reviewed-by: Markus Armbruster Signed-off-by: Kevin Wolf --- tests/qemu-iotests/118 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'])