Revision a77e3d33 qa/qa_instance.py

b/qa/qa_instance.py
210 210
  """gnt-instance remove"""
211 211
  AssertCommand(["gnt-instance", "remove", "-f", instance["name"]])
212 212

  
213
  qa_config.ReleaseInstance(instance)
214

  
215 213

  
216 214
@InstanceCheck(INST_DOWN, INST_UP, FIRST_ARG)
217 215
def TestInstanceStartup(instance):
......
675 673
  """gnt-backup export --remove-instance"""
676 674
  AssertCommand(["gnt-backup", "export", "-n", node["primary"],
677 675
                 "--remove-instance", instance["name"]])
678
  qa_config.ReleaseInstance(instance)
679 676

  
680 677

  
681 678
@InstanceCheck(INST_UP, INST_UP, FIRST_ARG)

Also available in: Unified diff