Home | History | Annotate | Download | only in lib

Lines Matching refs:AFE

171 def generate_suite_report(suite_job_id, afe=None, tko=None,
175 @param suite_job_id: The AFE id of the suite job.
176 @param afe: AFE database handle.
183 if afe is None:
184 afe = frontend.AFE()
189 suite_job = afe.get_jobs(id=suite_job_id)[0]
196 child_jobs = afe.get_jobs(parent_job_id=suite_job_id)
211 hqes = afe.get_host_queue_entries(job_id__in=list(child_job_ids))
231 histories = [HostJobHistory.get_host_history(afe, hostname,