]> git.proxmox.com Git - mirror_qemu.git/commitdiff
iotests/copy-before-write: specify required_fmts
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Wed, 6 Jul 2022 17:08:34 +0000 (20:08 +0300)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Jul 2022 07:51:02 +0000 (13:21 +0530)
Declare that we need copy-before-write filter to avoid failure when
filter is not whitelisted.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220706170834.242277-1-vsementsov@yandex-team.ru>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tests/qemu-iotests/tests/copy-before-write

index 56937b9dfffdd6ebb95cef559f4c2268fe6d5b8d..2ffe092b3187c7ede37487c2ffad629a83cb8186 100755 (executable)
@@ -218,4 +218,5 @@ read failed: Permission denied
 
 if __name__ == '__main__':
     iotests.main(supported_fmts=['qcow2'],
-                 supported_protocols=['file'])
+                 supported_protocols=['file'],
+                 required_fmts=['copy-before-write'])