Revision 62843684 qa/ganeti-qa.py

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

  

Also available in: Unified diff