Revision 3e8b5a9c

b/qa/ganeti-qa.py
164 164
    ("cluster-info", qa_cluster.TestClusterVersion),
165 165
    ("cluster-info", qa_cluster.TestClusterInfo),
166 166
    ("cluster-info", qa_cluster.TestClusterGetmaster),
167
    ("cluster-redist-conf", qa_cluster.TestClusterRedistConf),
167 168
    ("cluster-copyfile", qa_cluster.TestClusterCopyfile),
168 169
    ("cluster-command", qa_cluster.TestClusterCommand),
169 170
    ("cluster-burnin", qa_cluster.TestClusterBurnin),
b/qa/qa_cluster.py
251 251
  AssertCommand(["gnt-cluster", "info"])
252 252

  
253 253

  
254
def TestClusterRedistConf():
255
  """gnt-cluster redist-conf"""
256
  AssertCommand(["gnt-cluster", "redist-conf"])
257

  
258

  
254 259
def TestClusterGetmaster():
255 260
  """gnt-cluster getmaster"""
256 261
  AssertCommand(["gnt-cluster", "getmaster"])

Also available in: Unified diff