Revision 6a0f22e1 qa/ganeti-qa.py

b/qa/ganeti-qa.py
129 129
  """
130 130
  RunTestIf("create-cluster", qa_cluster.TestClusterInit,
131 131
            rapi_user, rapi_secret)
132
  if not qa_config.TestEnabled("create-cluster"):
133
    # If the cluster is already in place, we assume that exclusive-storage is
134
    # already set according to the configuration
135
    qa_config.SetExclusiveStorage(qa_config.get("exclusive-storage", False))
132 136

  
133 137
  # Test on empty cluster
134 138
  RunTestIf("node-list", qa_node.TestNodeList)

Also available in: Unified diff