[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH 2/3] iotests.py: support unsupported_fmts in main()
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[Qemu-block] [PATCH 2/3] iotests.py: support unsupported_fmts in main() |
Date: |
Fri, 30 Mar 2018 18:16:35 +0300 |
Signed-off-by: Vladimir Sementsov-Ogievskiy <address@hidden>
---
tests/qemu-iotests/iotests.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py
index 83c454d..89fe446 100644
--- a/tests/qemu-iotests/iotests.py
+++ b/tests/qemu-iotests/iotests.py
@@ -553,7 +553,8 @@ def verify_quorum():
if not supports_quorum():
notrun('quorum support missing')
-def main(supported_fmts=[], supported_oses=['linux'],
supported_cache_modes=[]):
+def main(supported_fmts=[], supported_oses=['linux'], supported_cache_modes=[],
+ unsupported_fmts=[]):
'''Run tests'''
global debug
@@ -568,7 +569,7 @@ def main(supported_fmts=[], supported_oses=['linux'],
supported_cache_modes=[]):
debug = '-d' in sys.argv
verbosity = 1
- verify_image_format(supported_fmts)
+ verify_image_format(supported_fmts, unsupported_fmts)
verify_platform(supported_oses)
verify_cache_mode(supported_cache_modes)
--
2.7.4
- [Qemu-block] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208, Vladimir Sementsov-Ogievskiy, 2018/03/30
- [Qemu-block] [PATCH 3/3] iotests: blacklist bochs and cloop for 205 and 208, Vladimir Sementsov-Ogievskiy, 2018/03/30
- [Qemu-block] [PATCH 1/3] iotests.py: improve verify_image_format helper, Vladimir Sementsov-Ogievskiy, 2018/03/30
- [Qemu-block] [PATCH 2/3] iotests.py: support unsupported_fmts in main(),
Vladimir Sementsov-Ogievskiy <=
- Re: [Qemu-block] [PATCH for 2.12 0/3] iotests: blacklist bochs and cloop for 205 and 208, Vladimir Sementsov-Ogievskiy, 2018/03/30
- Re: [Qemu-block] [Qemu-devel] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208, no-reply, 2018/03/31
- Re: [Qemu-block] [Qemu-devel] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208, no-reply, 2018/03/31