summary refs log tree commit diff stats
path: root/tests/qemu-iotests/211
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/211')
-rwxr-xr-xtests/qemu-iotests/2116
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/qemu-iotests/211 b/tests/qemu-iotests/211
index 163994d559..4969edb00c 100755
--- a/tests/qemu-iotests/211
+++ b/tests/qemu-iotests/211
@@ -23,8 +23,10 @@
 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)