Lines Matching refs:AFE
56 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.5, delay_sec=2) variable
150 hosts = AFE.run('get_hosts', status='Ready', locked=False)
181 AFE.run('abort_host_queue_entries', job=job_id)
188 AFE.reverify_hosts(hostnames=[hostname])
194 hosts = [h.hostname for h in AFE.get_hosts()]
195 AFE.reverify_hosts(hostnames=hosts)
303 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
311 AFE.run('host_remove_labels', id=host.id, labels=labels_to_remove)
355 while not AFE.get_jobs(id=suite_job_id, finished=True):
359 AFE.run('abort_host_queue_entries', job=suite_job_id)
383 host_info_store = afe_store.AfeStore(hostname, AFE)
643 if AFE.get_jobs(id=suite_id, finished=False):
644 AFE.run('abort_host_queue_entries', job=suite_id)