Skip to content

Commit 8b2d7c3

Browse files
codyprimeXanClic
authored andcommitted
qemu-iotests: update unsupported image formats in 194
Test 194 checks for 'luks' to exclude as an unsupported format, However, most formats are unsupported, due to migration blockers. Rather than specifying a blacklist of unsupported formats, whitelist supported formats (specifically, qcow2, qed, raw, dmg). Tested-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Jeff Cody <jcody@redhat.com> Message-id: 23ca18c7f843c86a28b1529ca9ac6db4b35ca0e4.1510059970.git.jcody@redhat.com Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Denis V. Lunev <den@openvz.org> Signed-off-by: Max Reitz <mreitz@redhat.com>
1 parent 1d0f37c commit 8b2d7c3

File tree

1 file changed

+1
-1
lines changed
  • tests/qemu-iotests

1 file changed

+1
-1
lines changed

tests/qemu-iotests/194

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import iotests
2323

24-
iotests.verify_image_format(unsupported_fmts=['luks'])
24+
iotests.verify_image_format(supported_fmts=['qcow2', 'qed', 'raw', 'dmg'])
2525
iotests.verify_platform(['linux'])
2626

2727
with iotests.FilePath('source.img') as source_img_path, \

0 commit comments

Comments
 (0)