Home
last modified time | relevance | path

Searched refs:SetErrorType (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/public/
Dreport.py166 def SetErrorType(self, error_type): member in Report
257 self.SetErrorType(error_type)
Dreport_test.py67 test_report.SetErrorType(error_type)
/tools/acloud/public/actions/
Dcommon_operations.py330 reporter.SetErrorType(constants.ACLOUD_BOOT_UP_ERROR)
332 reporter.SetErrorType(_DICT_ERROR_TYPE[device.stage])
338 reporter.SetErrorType(_GetErrorType(e))
/tools/acloud/create/
Dremote_image_remote_instance.py140 reporter.SetErrorType(constants.ACLOUD_OXYGEN_LEASE_ERROR)
Dlocal_image_local_instance.py332 result_report.SetErrorType(constants.ACLOUD_BOOT_UP_ERROR)
362 result_report.SetErrorType(constants.ACLOUD_BOOT_UP_ERROR)
/tools/acloud/delete/
Ddelete.py393 delete_report.SetErrorType(constants.ACLOUD_OXYGEN_RELEASE_ERROR)