[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/8] iotests/055: skip vmdk target tests if vmdk is not whitelist
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[PATCH 6/8] iotests/055: skip vmdk target tests if vmdk is not whitelisted |
Date: |
Thu, 30 Apr 2020 15:47:11 +0300 |
Signed-off-by: Vladimir Sementsov-Ogievskiy <address@hidden>
---
tests/qemu-iotests/055 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/qemu-iotests/055 b/tests/qemu-iotests/055
index 13a999c391..c75b855eef 100755
--- a/tests/qemu-iotests/055
+++ b/tests/qemu-iotests/055
@@ -565,6 +565,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'],
--
2.21.0
- [PATCH 0/8] iotests skipping, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 1/8] iotests: handle tmpfs, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 3/8] iotests/148: use skip_if_unsupported, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 2/8] iotests/082: require bochs, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 4/8] iotests/041: drop self.assert_no_active_block_jobs(), Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 5/8] iotests/055: refactor compressed backup to vmdk, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 6/8] iotests/055: skip vmdk target tests if vmdk is not whitelisted,
Vladimir Sementsov-Ogievskiy <=
- [PATCH 7/8] iotests/109: mark required formats as required to support whitelisting, Vladimir Sementsov-Ogievskiy, 2020/04/30
- [PATCH 8/8] iotests/113: mark bochs as required to support whitelisting, Vladimir Sementsov-Ogievskiy, 2020/04/30