Searched refs:result_owner (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | reporting_utils.py | 212 def _base_results_log(job_id, result_owner, hostname): argument 223 if job_id and result_owner and hostname: 224 path_to_object = '%s-%s/%s' % (job_id, result_owner, 230 def link_result_logs(job_id, result_owner, hostname): argument 241 base_results = _base_results_log(job_id, result_owner, hostname) 246 (job_id, result_owner, hostname)) 249 def link_status_log(job_id, result_owner, hostname): argument 260 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),
|