]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qemu-iotests: update unsupported image formats in 194
authorJeff Cody <jcody@redhat.com>
Tue, 7 Nov 2017 13:10:36 +0000 (08:10 -0500)
committerMax Reitz <mreitz@redhat.com>
Tue, 14 Nov 2017 17:06:26 +0000 (18:06 +0100)
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>
tests/qemu-iotests/194

index 8d973b440f20d436e2933f5e226a9c06b364dd64..1d4214aca31e842d0881a2c697feaa7059d4292d 100755 (executable)
@@ -21,7 +21,7 @@
 
 import iotests
 
-iotests.verify_image_format(unsupported_fmts=['luks'])
+iotests.verify_image_format(supported_fmts=['qcow2', 'qed', 'raw', 'dmg'])
 iotests.verify_platform(['linux'])
 
 with iotests.FilePath('source.img') as source_img_path, \