Revision 729c4377

b/qa/ganeti-qa.py
213 213
  if qa_config.TestEnabled('tags'):
214 214
    RunTest(qa_tags.TestInstanceTags, instance)
215 215

  
216
  if qa_rapi.Enabled():
217
    RunTest(qa_rapi.TestInstance, instance)
218

  
219

  
220
def RunCommonNodeTests():
221
  """Run a few common node tests.
222

  
223
  """
216 224
  if qa_config.TestEnabled('node-volumes'):
217 225
    RunTest(qa_node.TestNodeVolumes)
218 226

  
219 227
  if qa_config.TestEnabled("node-storage"):
220 228
    RunTest(qa_node.TestNodeStorage)
221 229

  
222
  if qa_rapi.Enabled():
223
    RunTest(qa_rapi.TestInstance, instance)
224

  
225 230

  
226 231
def RunExportImportTests(instance, pnode, snode):
227 232
  """Tries to export and import the instance.
......
363 368
  if qa_config.TestEnabled('tags'):
364 369
    RunTest(qa_tags.TestClusterTags)
365 370

  
371
  RunCommonNodeTests()
372

  
366 373
  pnode = qa_config.AcquireNode(exclude=qa_config.GetMasterNode())
367 374
  try:
368 375
    if qa_config.TestEnabled('node-readd'):

Also available in: Unified diff