aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/256
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/256')
-rwxr-xr-xtests/qemu-iotests/2562
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/256 b/tests/qemu-iotests/256
index e34074c..db8d6f3 100755
--- a/tests/qemu-iotests/256
+++ b/tests/qemu-iotests/256
@@ -23,7 +23,7 @@ import os
import iotests
from iotests import log
-iotests.verify_image_format(supported_fmts=['qcow2'])
+iotests.script_initialize(supported_fmts=['qcow2'])
size = 64 * 1024 * 1024
with iotests.FilePath('img0') as img0_path, \