Lines Matching refs:reporter
145 def UpdateReport(self, reporter): argument
151 reporter.UpdateData(self._compute_client.dict_report)
245 reporter = report.Report(command=command)
257 reporter.SetStatus(report.Status.BOOT_FAIL)
259 reporter.SetStatus(report.Status.SUCCESS)
266 device_pool.UpdateReport(reporter)
302 reporter.SetErrorType(_ACLOUD_BOOT_UP_ERROR)
304 reporter.SetErrorType(_DICT_ERROR_TYPE[device.stage])
305 reporter.AddData(key="devices_failing_boot", value=device_dict)
306 reporter.AddError(str(failures[device.instance_name]))
308 reporter.AddData(key="devices", value=device_dict)
310 reporter.SetErrorType(_GetErrorType(e))
311 reporter.AddError(str(e))
312 reporter.SetStatus(report.Status.FAIL)
313 return reporter