summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2016-01-25 15:42:56 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:22 -0600
commit58493fc6667b0de71ba90be6c790346ab18a7daa (patch)
tree17c31e630bfac8f95b4e638bd04c566130a6725b
parentf5efac2a8aa44429962f8e8f3b6ec4b3c7fb040f (diff)
downloadhqemu-58493fc6667b0de71ba90be6c790346ab18a7daa.zip
hqemu-58493fc6667b0de71ba90be6c790346ab18a7daa.tar.gz
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>
-rwxr-xr-xtests/qemu-iotests/1184
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/qemu-iotests/118 b/tests/qemu-iotests/118
index 7caa38c..9e5951f 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'])
OpenPOWER on IntegriCloud