aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/212
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/212')
-rwxr-xr-xtests/qemu-iotests/2126
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/qemu-iotests/212 b/tests/qemu-iotests/212
index 800f92d..45d0884 100755
--- a/tests/qemu-iotests/212
+++ b/tests/qemu-iotests/212
@@ -23,8 +23,10 @@
import iotests
from iotests import imgfmt
-iotests.verify_image_format(supported_fmts=['parallels'])
-iotests.verify_protocol(supported=['file'])
+iotests.script_initialize(
+ supported_fmts=['parallels'],
+ supported_protocols=['file'],
+)
with iotests.FilePath('t.parallels') as disk_path, \
iotests.VM() as vm: