Home
last modified time | relevance | path

Searched defs:bug_template (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dreporting_utils.py99 def __init__(self, bug_template): argument
109 def validate_bug_template(cls, bug_template): argument
139 def cleanup_bug_template(cls, bug_template): argument
Dreporting.py560 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
Ddynamic_suite.py231 bug_template=None, argument
573 bug_template): argument
Dsuite.py1264 def get_result_reporter(self, bug_template): argument
1319 def _get_bug_template(self, result, bug_template): argument
1384 def _file_bug(self, result, bug_reporter, bug_template): argument
1826 def __init__(self, suite, bug_reporter, bug_template): argument
1852 def __init__(self, suite, bug_template): argument
Dreporting_unittest.py40 bug_template = { variable in ReportingTest