Home
last modified time | relevance | path

Searched refs:full_error (Results 1 – 3 of 3) sorted by relevance

/external/autotest/cli/
Dtopic_common.py320 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))
Daction_common.py215 except topic_common.CliError, full_error:
216 bad_uhs = self.parse_json_exception(full_error)
Dhost.py743 except topic_common.CliError, full_error:
1092 except topic_common.CliError, full_error: