Searched refs:suite_job_id (Results 1 – 6 of 6) sorted by relevance
/external/autotest/site_utils/ |
D | test_push.py | 266 suite_job_id = None 280 if not suite_job_id: 283 suite_job_id = int(m.group(1)) 284 _all_suite_ids.append(suite_job_id) 286 if not suite_job_id: 292 while not AFE.get_jobs(id=suite_job_id, finished=True): 296 AFE.run('abort_host_queue_entries', job=suite_job_id) 302 print('Suite job %s is completed.' % suite_job_id) 303 return suite_job_id 306 def check_dut_image(build, suite_job_id): argument [all …]
|
D | dump_suite_report.py | 58 for suite_job_id in job_ids: 59 reset_finish_time = (suite_job_id == options.provision_job_id) 61 logging.debug('Suite job %s:' % suite_job_id) 63 suite_job_id, afe=afe, tko=tko,
|
/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 | 317 suite_job_id=None, argument 356 self._suite_job_id = suite_job_id 877 suite_job_id=None, argument 950 self._suite_job_id = suite_job_id 977 suite_job_id=suite_job_id, 1439 suite_job_id=None, argument 1529 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 | 395 def get_test_views_from_tko(suite_job_id, tko): argument 409 views = tko.run('get_detailed_test_views', afe_job_id=suite_job_id)
|