Home | History | Annotate | Download | only in server

Lines Matching refs:AFE

5 """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)
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.FAFT_IMAGE_TYPE)
22 _ANDROID_VERSION_MAP = AFE.get_stable_version_map(AFE.ANDROID_IMAGE_TYPE)
31 """Check if the host is in the lab and an object the AFE knows.
35 case it then verifies the host is registed with the configured AFE
73 labels = AFE.get_labels(
91 AFE.run('label_add_hosts', id=label, hosts=[host.hostname])
142 @param use_local_value: Boolean to indicate if the local value or AFE value
151 hosts = AFE.get_hosts(hostname=host.hostname)
186 AFE.set_host_attribute(attribute, value, hostname=host.hostname)