aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/234
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/234')
-rwxr-xr-xtests/qemu-iotests/2344
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/234 b/tests/qemu-iotests/234
index 324c154..73c899d 100755
--- a/tests/qemu-iotests/234
+++ b/tests/qemu-iotests/234
@@ -23,8 +23,8 @@
import iotests
import os
-iotests.verify_image_format(supported_fmts=['qcow2'])
-iotests.verify_platform(['linux'])
+iotests.script_initialize(supported_fmts=['qcow2'],
+ supported_platforms=['linux'])
with iotests.FilePath('img') as img_path, \
iotests.FilePath('backing') as backing_path, \