mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-21 17:11:57 -06:00
iotests: 222: Don't run with luks
Luks needs special parameters to operate the image. Since this test is focusing on image fleecing, skip skip that format. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
b0ddcbbb36
commit
e79c4cd190
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ import iotests
|
||||||
from iotests import log, qemu_img, qemu_io, qemu_io_silent
|
from iotests import log, qemu_img, qemu_io, qemu_io_silent
|
||||||
|
|
||||||
iotests.verify_platform(['linux'])
|
iotests.verify_platform(['linux'])
|
||||||
|
iotests.verify_image_format(supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk',
|
||||||
|
'vhdx', 'raw'])
|
||||||
|
|
||||||
patterns = [("0x5d", "0", "64k"),
|
patterns = [("0x5d", "0", "64k"),
|
||||||
("0xd5", "1M", "64k"),
|
("0xd5", "1M", "64k"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue