Searched refs:result_owner (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 229 def _base_results_log(job_id, result_owner, hostname): argument 240 if job_id and result_owner and hostname: 241 path_to_object = '%s-%s/%s' % (job_id, result_owner, 247 def link_result_logs(job_id, result_owner, hostname): argument 258 base_results = _base_results_log(job_id, result_owner, hostname) 263 (job_id, result_owner, hostname)) 266 def link_status_log(job_id, result_owner, hostname): argument 277 base_results = _base_results_log(job_id, result_owner, hostname)
|
D | reporting.py | 118 self.result_owner = result.owner 217 self.job_id, self.result_owner, self.hostname), 219 self.job_id, self.result_owner, self.hostname),
|