Revision b5f33afa qa/qa_daemon.py

b/qa/qa_daemon.py
110 110
  """Test automatic restart of instance by ganeti-watcher.
111 111

  
112 112
  """
113
  inst_name = qa_utils.ResolveInstanceName(instance["name"])
113
  inst_name = qa_utils.ResolveInstanceName(instance.name)
114 114

  
115 115
  _ResetWatcherDaemon()
116 116
  _ShutdownInstance(inst_name)
......
128 128
  """Test five consecutive instance failures.
129 129

  
130 130
  """
131
  inst_name = qa_utils.ResolveInstanceName(instance["name"])
131
  inst_name = qa_utils.ResolveInstanceName(instance.name)
132 132

  
133 133
  _ResetWatcherDaemon()
134 134

  

Also available in: Unified diff