Lines Matching refs:msg
235 msg = ("Encountered error importing test class %s, "
240 logging.exception(msg)
241 raise USERError(msg)
312 msg = "No corresponding config found for %s" % module_config_name
313 event.Remove(msg)
314 raise signals.ControllerError(msg)
332 msg = "Failed to initialize objects for controller %s, abort!" % module_config_name
333 event.Remove(msg)
334 logging.error(msg)
337 msg = "Controller module %s did not return a list of objects, abort." % module_ref_name
338 event.Remove(msg)
339 raise signals.ControllerError(msg)
474 msg = "\nSummary for test run %s: %s\n" % (self.id,
477 logging.info(msg.strip())