Revision 62843684

b/qa/ganeti-qa.py
90 90
    RunTest(qa_cluster.TestClusterVerify)
91 91

  
92 92
  if qa_config.TestEnabled('cluster-info'):
93
    RunTest(qa_cluster.TestClusterVersion)
93 94
    RunTest(qa_cluster.TestClusterInfo)
94

  
95
  if qa_config.TestEnabled('cluster-getmaster'):
96 95
    RunTest(qa_cluster.TestClusterGetmaster)
97 96

  
98
  if qa_config.TestEnabled('cluster-version'):
99
    RunTest(qa_cluster.TestClusterVersion)
100

  
101 97
  if qa_config.TestEnabled('cluster-copyfile'):
102 98
    RunTest(qa_cluster.TestClusterCopyfile)
103 99

  
b/qa/qa-sample.yaml
30 30

  
31 31
  cluster-verify: True
32 32
  cluster-info: True
33
  cluster-getmaster: True
34
  cluster-version: True
35 33
  cluster-burnin: True
36 34
  cluster-command: True
37 35
  cluster-copyfile: True

Also available in: Unified diff