HomeSort by relevance Sort by last modified time
    Searched refs:bug_info (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/dynamic_suite/
tools.py 211 def create_bug_keyvals(job_id, testname, bug_info):
215 @param bug_info Pair with the id of the bug and the count of
224 keyval_base + _BUG_ID_KEYVAL: bug_info[0],
225 keyval_base + _BUG_COUNT_KEYVAL: bug_info[1]
  /external/autotest/site_utils/
run_suite.py 357 def __init__(self, anchor, server, job_string, bug_info=None, reason=None,
364 @param bug_info Info about the bug, if one was filed.
374 if bug_info:
375 self.bug_id, self.bug_count = bug_info
396 bug_info = 'unknown number of reports'
398 bug_info = 'new report'
400 bug_info = '%s reports' % self.bug_count
401 info_strings.append(bug_info)
    [all...]

Completed in 58 milliseconds