Searched refs:suite_job_id (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/cros/dynamic_suite/ |
D | dynamic_suite.py | 479 suite_job_id=my_job_id, 526 _perform_reimage_and_run(suite_spec, afe, tko, suite_job_id=my_job_id) 531 def _perform_reimage_and_run(spec, afe, tko, suite_job_id=None): argument 559 suite_job_id=suite_job_id,
|
D | suite.py | 319 suite_job_id=None, argument 358 self._suite_job_id = suite_job_id 879 suite_job_id=None, argument 952 self._suite_job_id = suite_job_id 979 suite_job_id=suite_job_id, 1441 suite_job_id=None, argument 1531 suite_job_id=suite_job_id,
|
/external/autotest/server/lib/ |
D | suite_report.py | 171 def generate_suite_report(suite_job_id, afe=None, tko=None, argument 189 suite_job = afe.get_jobs(id=suite_job_id)[0] 196 child_jobs = afe.get_jobs(parent_job_id=suite_job_id)
|
/external/autotest/server/ |
D | site_utils.py | 364 def get_test_views_from_tko(suite_job_id, tko): argument 378 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
|