Skip to content
Snippets Groups Projects
Commit 3e8b5a9c authored by Iustin Pop's avatar Iustin Pop
Browse files

QA: run the redist-conf command


This was (AFAICS) completely missing from the QA suite.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 2afc9238
No related branches found
No related tags found
No related merge requests found
...@@ -164,6 +164,7 @@ def RunClusterTests(): ...@@ -164,6 +164,7 @@ def RunClusterTests():
("cluster-info", qa_cluster.TestClusterVersion), ("cluster-info", qa_cluster.TestClusterVersion),
("cluster-info", qa_cluster.TestClusterInfo), ("cluster-info", qa_cluster.TestClusterInfo),
("cluster-info", qa_cluster.TestClusterGetmaster), ("cluster-info", qa_cluster.TestClusterGetmaster),
("cluster-redist-conf", qa_cluster.TestClusterRedistConf),
("cluster-copyfile", qa_cluster.TestClusterCopyfile), ("cluster-copyfile", qa_cluster.TestClusterCopyfile),
("cluster-command", qa_cluster.TestClusterCommand), ("cluster-command", qa_cluster.TestClusterCommand),
("cluster-burnin", qa_cluster.TestClusterBurnin), ("cluster-burnin", qa_cluster.TestClusterBurnin),
......
...@@ -251,6 +251,11 @@ def TestClusterInfo(): ...@@ -251,6 +251,11 @@ def TestClusterInfo():
AssertCommand(["gnt-cluster", "info"]) AssertCommand(["gnt-cluster", "info"])
def TestClusterRedistConf():
"""gnt-cluster redist-conf"""
AssertCommand(["gnt-cluster", "redist-conf"])
def TestClusterGetmaster(): def TestClusterGetmaster():
"""gnt-cluster getmaster""" """gnt-cluster getmaster"""
AssertCommand(["gnt-cluster", "getmaster"]) AssertCommand(["gnt-cluster", "getmaster"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment