Searched defs:AFE (Results 1 - 7 of 7) sorted by relevance

/external/autotest/server/
H A Dafe_utils.py5 """Utility functions for AFE-based interactions.
8 utilities that require accessing the AFE, should do so by creating
9 their own instance of the AFE client and interact with it directly.
18 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10) variable
19 _CROS_VERSION_MAP = AFE.get_stable_version_map(AFE.CROS_IMAGE_TYPE)
20 _FIRMWARE_VERSION_MAP = AFE.get_stable_version_map(AFE.FIRMWARE_IMAGE_TYPE)
21 _FAFT_VERSION_MAP = AFE.get_stable_version_map(AFE
[all...]
H A Dfrontend.py63 Inherited for both TKO and AFE uses.
102 Make a RPC call to the AFE server
197 @property _afe AFE object through which to make the actual RPC
225 in the AFE database, and returns it as a dictionary
238 `stable_versions` table in the AFE database.
252 Set the mapping in the `stable_versions` table in the AFE
266 Remove the mapping in the `stable_versions` table in the AFE
377 # Get all the mappings from the AFE, extract just the mappings
458 class AFE(RpcClient): class in inherits:RpcClient
482 super(AFE, sel
[all...]
/external/autotest/site_utils/
H A Dlxc_cleanup.py33 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.1, delay_sec=10) variable
65 hqes = AFE.get_host_queue_entries(job_id=job_id)
H A Ddeploy_server_local.py43 AFE = frontend_wrappers.RetryingAFE( variable
H A Dtest_push.py63 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.5, delay_sec=2) variable
160 hosts = AFE.run('get_hosts', status='Ready', locked=False)
191 AFE.run('abort_host_queue_entries', job=job_id)
198 AFE.reverify_hosts(hostnames=[hostname])
204 hosts = [h.hostname for h in AFE.get_hosts()]
205 AFE.reverify_hosts(hostnames=hosts)
311 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
319 AFE.run('host_remove_labels', id=host.id, labels=labels_to_remove)
363 while not AFE.get_jobs(id=suite_job_id, finished=True):
367 AFE
[all...]
/external/autotest/test_suites/
H A Ddev_harness.py48 AFE = frontend.AFE(debug=True) variable
51 m = random.choice(AFE.get_hostnames(label='board:'+new_globals['board']))
53 label = AFE.get_labels(
56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
/external/autotest/contrib/
H A Dgenerate_rpm_mapping.py22 <Upload mapping information in csv file to AFE>
400 @param hosts: hosts objects get from AFE.
459 help='AFE server that the script will be talking to. '
464 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10, variable
466 logging.info('Connected to %s', AFE.server)
468 AFE.get_hosts(),

Completed in 554 milliseconds