Revision cd04f8c2

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

  
b/qa/qa-sample.json
38 38
    "os": true,
39 39
    "tags": true,
40 40
    "rapi": true,
41
    "test-jobqueue": true,
41 42

  
42 43
    "create-cluster": true,
43 44
    "cluster-verify": true,

Also available in: Unified diff