Home
last modified time | relevance | path

Searched refs:get_job_info (Results 1 – 3 of 3) sorted by relevance

/external/autotest/site_utils/
Djob_history.py382 def get_job_info(job_id): function
412 job_info = get_job_info(options.job_id)
/external/autotest/frontend/afe/
Drpc_interface.py1271 job_info = rpc_utils.get_job_info(job,
2024 job_info = job_history.get_job_info(job_id)
Drpc_utils.py445 def get_job_info(job, preserve_metahosts=False, queue_entry_filter_data=None): function