Revision cd04f8c2 qa/ganeti-qa.py

b/qa/ganeti-qa.py
101 101
  if qa_config.TestEnabled('create-cluster'):
102 102
    RunTest(qa_cluster.TestClusterInit, rapi_user, rapi_secret)
103 103
    RunTest(qa_node.TestNodeAddAll)
104
    RunTest(qa_cluster.TestJobqueue)
105 104
  else:
106 105
    # consider the nodes are already there
107 106
    qa_node.MarkNodeAddedAll()
108 107

  
108
  if qa_config.TestEnabled("test-jobqueue"):
109
    RunTest(qa_cluster.TestJobqueue)
110

  
109 111
  # enable the watcher (unconditionally)
110 112
  RunTest(qa_daemon.TestResumeWatcher)
111 113

  

Also available in: Unified diff