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:
parent
05b47eec90
commit
9548cbefff
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user