Home
last modified time | relevance | path

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

12345

/external/autotest/server/
Dafe_utils.py18 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.FAFT_IMAGE_TYPE)
22 _ANDROID_VERSION_MAP = AFE.get_stable_version_map(AFE.ANDROID_IMAGE_TYPE)
73 labels = AFE.get_labels(
91 AFE.run('label_add_hosts', id=label, hosts=[host.hostname])
151 hosts = AFE.get_hosts(hostname=host.hostname)
185 AFE.set_host_attribute(attribute, value, hostname=host.hostname)
/external/autotest/contrib/
Dtask_runner.sh22 AFE=localhost:8001
70 $AT_DIR/cli/atest host delete $hostnames --web $AFE
71 $AT_DIR/cli/atest label delete $labels --web $AFE
73 $AT_DIR/cli/atest host create $hostnames --web $AFE
74 $AT_DIR/cli/atest label add -m $hostnames $labels --web $AFE
126 $AT_DIR/cli/atest shard delete $SHARD_NAME --web $AFE
128 $AT_DIR/cli/atest shard create $SHARD_NAME -l $SHARD_BOARD --web $AFE
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.py464 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10, variable
466 logging.info('Connected to %s', AFE.server)
468 AFE.get_hosts(),
Dreverify_hosts23 frontend.AFE().reverify_hosts(hostnames=sys.argv[1:])
Dfind_suite_tasks.py51 afe = frontend.AFE()
167 afe = frontend.AFE(server=options.afe)
/external/autotest/test_suites/
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/site_utils/
Dtest_push.py62 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.5, delay_sec=2) variable
149 hosts = AFE.run('get_hosts', status='Ready', locked=False)
180 AFE.run('abort_host_queue_entries', job=job_id)
187 AFE.reverify_hosts(hostnames=[hostname])
193 hosts = [h.hostname for h in AFE.get_hosts()]
194 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)
[all …]
Dlxc_cleanup.py34 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.1, delay_sec=10) variable
81 hqes = AFE.get_host_queue_entries(job_id=job_id)
Dabort_suite.py90 afe = frontend.AFE()
/external/autotest/server/cros/network/
Drf_switch_utils.py22 afe = frontend.AFE(
44 afe = frontend.AFE(
Drf_switch_client_box.py42 afe = frontend.AFE(
Drf_switch_controller.py45 afe = frontend.AFE(
/external/autotest/cli/
Datest_migrate_host8 old = frontend.AFE(web_server='http://' + sys.argv[1])
9 new = frontend.AFE(web_server='http://' + sys.argv[2])
/external/autotest/frontend/afe/doctests/
D002_site_rpc_test.txt1 # This file is for site-specific doctests of the AFE RPC interface.
/external/autotest/frontend/afe/
Ddirect_afe.py10 class directAFE(frontend.AFE):
/external/autotest/apache/
Dapache-prod-conf1 # This is the "prod" conf file directly referenced by the AFE running in our
/external/autotest/utils/
Dreverify_repair_failed.py26 afe_client = frontend.AFE(debug=False, server=options.server)
/external/autotest/server/site_tests/platform_InstallTestImage/
Dcontrol43 # If we're called from the AFE, there won't be an "image"
50 # try to look the host up in the AFE database. Otherwise, if we
/external/autotest/server/site_tests/telemetry_GpuTests/
Dcontrol.memory_test18 Pass local=True to run with local telemetry and no AFE server.
Dcontrol.screenshot_sync18 Pass local=True to run with local telemetry and no AFE server.
Dcontrol.trace_test18 Pass local=True to run with local telemetry and no AFE server.
Dcontrol.context_lost18 Pass local=True to run with local telemetry and no AFE server.
Dcontrol.webgl_conformance18 Pass local=True to run with local telemetry and no AFE server.

12345