Revision d27150a9 qa/ganeti-qa.py
b/qa/ganeti-qa.py | ||
---|---|---|
219 | 219 |
if qa_config.TestEnabled('tags'): |
220 | 220 |
RunTest(qa_tags.TestInstanceTags, instance) |
221 | 221 |
|
222 |
if qa_config.TestEnabled("cluster-verify"): |
|
223 |
RunTest(qa_cluster.TestClusterVerify) |
|
224 |
|
|
222 | 225 |
if qa_rapi.Enabled(): |
223 | 226 |
RunTest(qa_rapi.TestInstance, instance) |
224 | 227 |
|
... | ... | |
420 | 423 |
snode = qa_config.AcquireNode(exclude=pnode) |
421 | 424 |
try: |
422 | 425 |
instance = RunTest(func, pnode, snode) |
423 |
if qa_config.TestEnabled("cluster-verify"): |
|
424 |
RunTest(qa_cluster.TestClusterVerify) |
|
425 | 426 |
RunCommonInstanceTests(instance) |
426 | 427 |
if qa_config.TestEnabled('instance-convert-disk'): |
427 | 428 |
RunTest(qa_instance.TestInstanceShutdown, instance) |
Also available in: Unified diff