Searched refs:full_error (Results 1 – 3 of 3) sorted by relevance
/external/autotest/cli/ |
D | topic_common.py | 320 def parse_json_exception(self, full_error): argument 329 errmsg = str(full_error).split('Traceback')[0].rstrip('\n') 338 def failure(self, full_error, item=None, what_failed='', fatal=False): argument 350 errmsg = str(full_error) 352 errmsg = str(full_error).split('Traceback')[0].rstrip('\n') 700 except Exception, full_error: 703 self.failure(full_error, item=item, 705 raise CliError(str(full_error))
|
D | action_common.py | 215 except topic_common.CliError, full_error: 216 bad_uhs = self.parse_json_exception(full_error)
|
D | host.py | 743 except topic_common.CliError, full_error: 1092 except topic_common.CliError, full_error:
|