Searched refs:result_owner (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 224 def _base_results_log(job_id, result_owner, hostname): argument 235 if job_id and result_owner and hostname: 236 path_to_object = '%s-%s/%s' % (job_id, result_owner, 242 def link_result_logs(job_id, result_owner, hostname): argument 253 base_results = _base_results_log(job_id, result_owner, hostname) 258 (job_id, result_owner, hostname)) 261 def link_status_log(job_id, result_owner, hostname): argument 272 base_results = _base_results_log(job_id, result_owner, hostname)
|
D | reporting.py | 111 self.result_owner = result.owner 202 self.job_id, self.result_owner, self.hostname), 204 self.job_id, self.result_owner, self.hostname),
|