aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/216
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/216')
-rwxr-xr-xtests/qemu-iotests/2164
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/216 b/tests/qemu-iotests/216
index 372f042..de11d85 100755
--- a/tests/qemu-iotests/216
+++ b/tests/qemu-iotests/216
@@ -23,8 +23,8 @@ import iotests
from iotests import log, qemu_img, qemu_io_silent
# Need backing file support
-iotests.verify_image_format(supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk'])
-iotests.verify_platform(['linux'])
+iotests.script_initialize(supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk'],
+ supported_platforms=['linux'])
log('')
log('=== Copy-on-read across nodes ===')