aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/202
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/202')
-rwxr-xr-xtests/qemu-iotests/2024
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/202 b/tests/qemu-iotests/202
index 920a868..e3900a4 100755
--- a/tests/qemu-iotests/202
+++ b/tests/qemu-iotests/202
@@ -24,8 +24,8 @@
import iotests
-iotests.verify_image_format(supported_fmts=['qcow2'])
-iotests.verify_platform(['linux'])
+iotests.script_initialize(supported_fmts=['qcow2'],
+ supported_platforms=['linux'])
with iotests.FilePath('disk0.img') as disk0_img_path, \
iotests.FilePath('disk1.img') as disk1_img_path, \