aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/260
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/260')
-rwxr-xr-xtests/qemu-iotests/2604
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/qemu-iotests/260 b/tests/qemu-iotests/260
index 30c0de3..804a7ad 100755
--- a/tests/qemu-iotests/260
+++ b/tests/qemu-iotests/260
@@ -21,7 +21,9 @@
import iotests
from iotests import qemu_img_create, file_path, log, filter_qmp_event
-iotests.verify_image_format(supported_fmts=['qcow2'])
+iotests.script_initialize(
+ supported_fmts=['qcow2']
+)
base, top = file_path('base', 'top')
size = 64 * 1024 * 3