aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/262
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/262')
-rwxr-xr-xtests/qemu-iotests/2624
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/262 b/tests/qemu-iotests/262
index 8835dce..03af061 100755
--- a/tests/qemu-iotests/262
+++ b/tests/qemu-iotests/262
@@ -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('mig_fifo') as fifo, \