Home
last modified time | relevance | path

Searched refs:skip_if_unsupported (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D139308 @iotests.skip_if_unsupported(['blkdebug'])
317 @iotests.skip_if_unsupported(['blkverify'])
328 @iotests.skip_if_unsupported(['quorum'])
H A D24033 @iotests.skip_if_unsupported(required_drivers)
H A D14851 @iotests.skip_if_unsupported(['quorum'])
H A D245481 @iotests.skip_if_unsupported(['blkverify'])
592 @iotests.skip_if_unsupported(['compress'])
680 @iotests.skip_if_unsupported(['quorum', 'throttle'])
H A D040116 @iotests.skip_if_unsupported(['throttle'])
130 @iotests.skip_if_unsupported(['throttle'])
737 @iotests.skip_if_unsupported(['throttle'])
H A D13674 @iotests.skip_if_unsupported(required_drivers)
H A D09342 @iotests.skip_if_unsupported(required_drivers)
H A D055592 @iotests.skip_if_unsupported(['vmdk'])
H A D041900 @iotests.skip_if_unsupported(['quorum'])
1217 @iotests.skip_if_unsupported(['copy-on-read'])
H A D030542 @iotests.skip_if_unsupported(['quorum'])
H A Diotests.py1541 def skip_if_unsupported(required_formats=(), read_only=False): function