From: Vladimir Sementsov-Ogievskiy Date: Wed, 5 Jun 2019 15:54:05 +0000 (+0300) Subject: iotests: restrict 254 to support only qcow2 X-Git-Tag: v4.1.0-rc0~52^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=549fb88045253cb246f900a9db447800313865c4;p=thirdparty%2Fqemu.git iotests: restrict 254 to support only qcow2 Test fails at least for qcow, because of different cluster sizes in base and top (and therefore different granularities of bitmaps we are trying to merge). The test aim is to check block-dirty-bitmap-merge between different nodes functionality, no needs to check all formats. So, let's just drop support for anything except qcow2. Reported-by: Max Reitz Signed-off-by: Vladimir Sementsov-Ogievskiy Message-id: 20190605155405.104384-1-vsementsov@virtuozzo.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/254 b/tests/qemu-iotests/254 index 33cb80a5125..8edba91c5d4 100755 --- a/tests/qemu-iotests/254 +++ b/tests/qemu-iotests/254 @@ -21,6 +21,8 @@ import iotests from iotests import qemu_img_create, file_path, log +iotests.verify_image_format(supported_fmts=['qcow2']) + disk, top = file_path('disk', 'top') size = 1024 * 1024