iotests/copy-before-write: specify required_fmts

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>
This commit is contained in:
Vladimir Sementsov-Ogievskiy 2022-07-06 20:08:34 +03:00 committed by Richard Henderson
parent 05b47eec90
commit 9548cbefff
1 changed files with 2 additions and 1 deletions

View File

@ -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'])