Searched defs:bug_template (Results 1 – 5 of 5) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 99 def __init__(self, bug_template): argument 109 def validate_bug_template(cls, bug_template): argument 139 def cleanup_bug_template(cls, bug_template): argument
|
D | reporting.py | 560 def _create_bug_report(self, bug, bug_template={}, sheriffs=[]): argument 850 def report(self, bug, bug_template=None, ignore_duplicate=False): argument 933 def report(self, bug, bug_template=None, ignore_duplicate=False): argument 975 def send_email(bug, bug_template): argument
|
D | suite.py | 1019 def wait(self, record, bug_template=None): argument 1070 bug_template): argument 1114 def _get_bug_template(self, result, bug_template): argument 1179 def _file_bug(self, result, bug_reporter, bug_template): argument
|
D | dynamic_suite.py | 266 bug_template=None, argument
|
D | reporting_unittest.py | 40 bug_template = { variable in ReportingTest
|