From d2a839ede850bbb23493ac03b1c2477026fe6bc7 Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Thu, 25 Jun 2020 14:55:35 +0200 Subject: iotests: Check whether luks works Whenever running an iotest for the luks format, we should check whether luks actually really works. Tests that try to create luks-encrypted qcow2 images should do the same. Signed-off-by: Max Reitz Message-Id: <20200625125548.870061-7-mreitz@redhat.com> Reviewed-by: Maxim Levitsky --- tests/qemu-iotests/206 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/qemu-iotests/206') diff --git a/tests/qemu-iotests/206 b/tests/qemu-iotests/206 index f42432a838..11bc51f256 100755 --- a/tests/qemu-iotests/206 +++ b/tests/qemu-iotests/206 @@ -24,6 +24,7 @@ import iotests from iotests import imgfmt iotests.script_initialize(supported_fmts=['qcow2']) +iotests.verify_working_luks() with iotests.FilePath('t.qcow2') as disk_path, \ iotests.FilePath('t.qcow2.base') as backing_path, \ -- cgit v1.2.3