Home
last modified time | relevance | path

Searched refs:AFE (Results 1 – 25 of 90) sorted by relevance

1234

/external/autotest/site_utils/
Dtest_push.py60 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.5, delay_sec=2) variable
117 hosts = AFE.run('get_hosts', status='Ready', locked=False)
148 AFE.run('abort_host_queue_entries', job=job_id)
156 AFE.reverify_hosts(hostnames=[hostname])
162 hosts = [h.hostname for h in AFE.get_hosts()]
163 AFE.reverify_hosts(hostnames=hosts)
210 version_map = AFE.get_stable_version_map(AFE.CROS_IMAGE_TYPE)
243 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
250 AFE.run('host_remove_labels', id=host.id, labels=labels_to_remove)
292 while not AFE.get_jobs(id=suite_job_id, finished=True):
[all …]
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)
Dadd_detected_host_labels.py129 afe = frontend.AFE()
Dsync_cloudsql_access.py85 rpc = frontend.AFE(server=afe)
/external/autotest/site_utils/stable_images/
Dstable_version_unittest.py102 argv = ['command', '-t', frontend.AFE.CROS_IMAGE_TYPE]
118 argv = ['command', '-t', frontend.AFE.CROS_IMAGE_TYPE, 'board']
126 argv = ['command', '-t', frontend.AFE.CROS_IMAGE_TYPE, 'board', 'V0.0']
135 argv = ['command', '-t', frontend.AFE.FIRMWARE_IMAGE_TYPE,
146 argv = ['command', '-t', frontend.AFE.CROS_IMAGE_TYPE, '-d', 'board']
154 argv = ['command', '-t', frontend.AFE.CROS_IMAGE_TYPE, '-d']
164 argv = ['command', '-t', frontend.AFE.CROS_IMAGE_TYPE, '-d',
Dstable_version.py185 TYPE = frontend.AFE.FIRMWARE_IMAGE_TYPE
190 TYPE = frontend.AFE.CROS_IMAGE_TYPE
235 TYPE = frontend.AFE.FAFT_IMAGE_TYPE
435 afe = frontend.AFE(server=arguments.web)
/external/autotest/contrib/
Dstage_build.py45 AFE = frontend.AFE()
46 AFE.set_host_attribute('job_repo_url', repo_url, hostname=options.host)
Dshared_hosts.py10 cautotest = frontend.AFE(server='cautotest')
11 cautotest_cq = frontend.AFE(server='cautotest-cq')
Dgenerate_rpm_mapping.py465 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10, variable
467 logging.info('Connected to %s', AFE.server)
469 AFE.get_hosts(),
Dreverify_hosts28 frontend.AFE().reverify_hosts(hostnames=sys.argv[1:])
Drepair_hosts28 frontend.AFE().repair_hosts(hostnames=sys.argv[1:])
Drepair_hosts_throttled.py28 afe = frontend.AFE()
/external/autotest/server/cros/network/
Drf_switch_utils.py23 afe = frontend.AFE(
45 afe = frontend.AFE(
/external/autotest/frontend/afe/
Ddirect_afe.py10 class directAFE(frontend.AFE):
/external/autotest/utils/
Dreverify_repair_failed.py26 afe_client = frontend.AFE(debug=False, server=options.server)
Dtko_publish.py62 afe = frontend.AFE()
/external/autotest/server/site_tests/moblab_Setup/
Dmoblab_Setup.py36 afe = frontend.AFE(server='localhost', user='moblab')
/external/autotest/server/site_tests/telemetry_Benchmarks/
Dcontrol.speedometer222 Pass local=True to run with local telemetry and no AFE server.
Dcontrol.rendering.desktop22 Pass local=True to run with local telemetry and no AFE server.
Dcontrol.loading.desktop22 Pass local=True to run with local telemetry and no AFE server.
Dcontrol.blink_perf.image_decoder23 Pass local=True to run with local telemetry and no AFE server.
Dcontrol.backdrop_filter.rendering.desktop25 Pass local=True to run with local telemetry and no AFE server.
/external/autotest/server/hosts/
Dafe_store_unittest.py25 self.mock_afe = mock.create_autospec(frontend.AFE, instance=True)
138 self.mock_afe = mock.create_autospec(frontend.AFE, instance=True)
/external/autotest/server/site_tests/kernel_IdlePerf/
Dcontrol27 Pass local=True to run with local telemetry and no AFE server.
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py65 afe = frontend.AFE(server='localhost', user='moblab')

1234