Lines Matching refs:afe
170 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument
207 devserver, fs_getter, afe=afe,
227 afe.get_labels(host__hostname=remote)]
381 from autotest_lib.frontend.afe import direct_afe
472 def _auto_detect_labels(afe, remote): argument
487 new_label = afe.create_label(label)
489 hosts = afe.get_hosts(hostname=remote)
497 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument
544 build_label = afe.create_label(cros_version_label)
545 board_label = afe.create_label(constants.BOARD_PREFIX + board)
546 new_host = afe.create_host(remote)
550 _auto_detect_labels(afe, remote)
570 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test,
596 if not afe.get_jobs():
600 last_job_id = afe.get_jobs()[-1].id
603 job_queue = afe.get_jobs()
624 all_jobs = afe.get_jobs(not_yet_run=True, running=True)
819 afe = setup_local_afe()
820 codes = perform_local_run(afe, autotest_path, tests, remote, fast_mode,