Message ID | 1551965640-164939-1-git-send-email-andrey.shinkevich@virtuozzo.com (mailing list archive) |
---|---|
Headers | show |
Series | iotests: check whitelisted formats | expand |
Am 07.03.2019 um 14:33 hat Andrey Shinkevich geschrieben: > Some test cases require specific formats to be supported by QEMU. The > list of formats supported by the block layer doesn't take whitelists > into account. This series manages this issue. The method decorator > skip_if_unsupported() checks if requested formats are whitelisted. > The sample output is shown with the test #139. Thanks, applied to the block branch. Kevin
On 07/03/2019 18:11, Kevin Wolf wrote: > Am 07.03.2019 um 14:33 hat Andrey Shinkevich geschrieben: >> Some test cases require specific formats to be supported by QEMU. The >> list of formats supported by the block layer doesn't take whitelists >> into account. This series manages this issue. The method decorator >> skip_if_unsupported() checks if requested formats are whitelisted. >> The sample output is shown with the test #139. > > Thanks, applied to the block branch. > > Kevin > Thank you too!