]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: check whitelisted formats
authorAndrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Thu, 7 Mar 2019 13:34:00 +0000 (16:34 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 8 Mar 2019 11:26:45 +0000 (12:26 +0100)
commitd9df28e7b07e842798dff9f8b24af2d78911dbb6
treecccaaba310363855fef1ef27f862e1a66779c00a
parent57ed557f03e162904d6b137d315526304ac2083b
iotests: check whitelisted formats

Some test cases require specific formats. The method decorator
skip_if_unsupported() checks if requested formats are whitelisted.
The test #139 was selected for a sample output, after running
$ ./check -qcow2 131-140

137 3s ...
138 0s ...
139 2s ...
    [case not run] testBlkDebug (__main__.TestBlockdevDel): formats ['blkdebug'] are not whitelisted
    [case not run] testBlkVerify (__main__.TestBlockdevDel): formats ['blkverify'] are not whitelisted
    [case not run] testQuorum (__main__.TestBlockdevDel): formats ['quorum'] are not whitelisted
140 0s ...
Not run: 131 135 136
Some cases not run in: 139
Passed all 7 tests

Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/139