Searched refs:result_owner (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 218 def _base_results_log(job_id, result_owner, hostname): argument 229 if job_id and result_owner and hostname: 230 path_to_object = '%s-%s/%s' % (job_id, result_owner, 236 def link_result_logs(job_id, result_owner, hostname): argument 247 base_results = _base_results_log(job_id, result_owner, hostname) 252 (job_id, result_owner, hostname)) 255 def link_status_log(job_id, result_owner, hostname): argument 266 base_results = _base_results_log(job_id, result_owner, hostname)
|
D | reporting.py | 51 self.result_owner = result.owner 147 self.job_id, self.result_owner, self.hostname), 149 self.job_id, self.result_owner, self.hostname),
|