Revision 64be07b1 qa/qa_instance.py

b/qa/qa_instance.py
140 140
  """gnt-instance reinstall"""
141 141
  AssertCommand(["gnt-instance", "reinstall", "-f", instance["name"]])
142 142

  
143
  # Test with non-existant OS definition
144
  AssertCommand(["gnt-instance", "reinstall", "-f",
145
                 "--os-type=NonExistantOsForQa",
146
                 instance["name"]],
147
                fail=True)
148

  
143 149

  
144 150
def _ReadSsconfInstanceList():
145 151
  """Reads ssconf_instance_list from the master node.

Also available in: Unified diff