• A
    iotests: check whitelisted formats · d9df28e7
    Andrey Shinkevich 提交于
    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: NAndrey Shinkevich <andrey.shinkevich@virtuozzo.com>
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    d9df28e7
139 15.0 KB