Revision 6d4a1656 qa/ganeti-qa.py

b/qa/ganeti-qa.py
88 88
  """Runs tests related to gnt-cluster.
89 89

  
90 90
  """
91
  if qa_config.TestEnabled("cluster-renew-crypto"):
92
    RunTest(qa_cluster.TestClusterRenewCrypto)
93

  
91 94
  if qa_config.TestEnabled('cluster-verify'):
92 95
    RunTest(qa_cluster.TestClusterVerify)
93 96

  
......
115 118
    RunTest(qa_rapi.TestVersion)
116 119
    RunTest(qa_rapi.TestEmptyCluster)
117 120

  
121

  
118 122
def RunOsTests():
119 123
  """Runs all tests related to gnt-os.
120 124

  
......
176 180
  if qa_rapi.Enabled():
177 181
    RunTest(qa_rapi.TestInstance, instance)
178 182

  
183

  
179 184
def RunExportImportTests(instance, pnode):
180 185
  """Tries to export and import the instance.
181 186

  

Also available in: Unified diff