mirror of https://github.com/xemu-project/xemu.git
iotests/055: skip vmdk target tests if vmdk is not whitelisted
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20200430124713.3067-7-vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
8e8372944e
commit
761cd2e791
|
@ -566,6 +566,10 @@ class TestCompressedToQcow2(iotests.QMPTestCase):
|
|||
class TestCompressedToVmdk(TestCompressedToQcow2):
|
||||
target_fmt = {'type': 'vmdk', 'args': ('-o', 'subformat=streamOptimized')}
|
||||
|
||||
@iotests.skip_if_unsupported(['vmdk'])
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
iotests.main(supported_fmts=['raw', 'qcow2'],
|
||||
|
|
Loading…
Reference in New Issue