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