Searched defs:bug_template (Results 1 – 5 of 5) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 94 def __init__(self, bug_template): argument 104 def validate_bug_template(cls, bug_template): argument 134 def cleanup_bug_template(cls, bug_template): argument
|
D | reporting.py | 512 def _create_bug_report(self, bug, bug_template={}, sheriffs=[]): argument 802 def report(self, bug, bug_template={}, ignore_duplicate=False): argument 896 def send_email(bug, bug_template): argument
|
D | dynamic_suite.py | 274 bug_template={}, devserver_url=None, argument
|
D | reporting_unittest.py | 40 bug_template = { variable in ReportingTest
|
D | suite.py | 956 def wait(self, record, bug_template={}): argument
|