Revision 65924a12 qa/ganeti-qa.py

b/qa/ganeti-qa.py
207 207
  if qa_config.TestEnabled('instance-rename'):
208 208
    rename_target = qa_config.get("rename", None)
209 209
    if rename_target is None:
210
      print qa_utils.FormatError("Can rename instance, 'rename' entry is"
210
      print qa_utils.FormatError("Can not rename instance, 'rename' entry is"
211 211
                                 " missing from configuration")
212 212
    else:
213 213
      RunTest(qa_instance.TestInstanceShutdown, instance)

Also available in: Unified diff