Revision 620fb907

b/qa/qa_node.py
209 209
  AssertCommand(["gnt-node", "modify", "--master-candidate=yes",
210 210
                 "--auto-promote", node["primary"]])
211 211

  
212
  # Test setting secondary IP address
213
  AssertCommand(["gnt-node", "modify", "--secondary-ip=%s" % node["secondary"],
214
                 node["primary"]])
215

  
212 216

  
213 217
def _CreateOobScriptStructure():
214 218
  """Create a simple OOB handling script and its structure."""

Also available in: Unified diff