From db41409c5dd40fc3574d492af7ecb2015a551544 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 21 Feb 2013 16:27:01 +0100 Subject: [PATCH] QA: Disable copyfile test for virtual clusters This test will need some more work for virtual clusters. Disable it in the meantime. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Bernardo Dal Seno <bdalseno@google.com> --- qa/ganeti-qa.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/ganeti-qa.py b/qa/ganeti-qa.py index 791f4b305..a27cf8acf 100755 --- a/qa/ganeti-qa.py +++ b/qa/ganeti-qa.py @@ -180,7 +180,8 @@ def RunClusterTests(): ("cluster-info", qa_cluster.TestClusterInfo), ("cluster-info", qa_cluster.TestClusterGetmaster), ("cluster-redist-conf", qa_cluster.TestClusterRedistConf), - ("cluster-copyfile", qa_cluster.TestClusterCopyfile), + (["cluster-copyfile", qa_config.NoVirtualCluster], + qa_cluster.TestClusterCopyfile), ("cluster-command", qa_cluster.TestClusterCommand), ("cluster-burnin", qa_cluster.TestClusterBurnin), ("cluster-master-failover", qa_cluster.TestClusterMasterFailover), -- GitLab