Skip to content

Commit

Permalink
iotests: 222: Don't run with luks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fam Zheng authored and kevmw committed Jul 10, 2018
1 parent b0ddcbb commit e79c4cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/qemu-iotests/222
Expand Up @@ -25,6 +25,8 @@ import iotests
from iotests import log, qemu_img, qemu_io, qemu_io_silent

iotests.verify_platform(['linux'])
iotests.verify_image_format(supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk',
'vhdx', 'raw'])

patterns = [("0x5d", "0", "64k"),
("0xd5", "1M", "64k"),
Expand Down

0 comments on commit e79c4cd

Please sign in to comment.