]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/211
iotests: define group in each iotest
[qemu.git] / tests / qemu-iotests / 211
index 8834ebfe85399a9f0807e54a43b5eed55a7ec118..f52cadade12f83798bb02bfaf68acbfd4ee2d906 100755 (executable)
@@ -1,4 +1,5 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
+# group: rw quick
 #
 # Test VDI and file image creation
 #
 import iotests
 from iotests import imgfmt
 
-iotests.verify_image_format(supported_fmts=['vdi'])
-iotests.verify_protocol(supported=['file'])
+iotests.script_initialize(
+    supported_fmts=['vdi'],
+    supported_protocols=['file'],
+)
 
 def blockdev_create(vm, options):
     error = vm.blockdev_create(options)
This page took 0.030549 seconds and 4 git commands to generate.