/external/autotest/server/ |
D | afe_utils.py | 19 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10) variable 20 _CROS_VERSION_MAP = AFE.get_stable_version_map(AFE.CROS_IMAGE_TYPE) 21 _FIRMWARE_VERSION_MAP = AFE.get_stable_version_map(AFE.FIRMWARE_IMAGE_TYPE) 22 _FAFT_VERSION_MAP = AFE.get_stable_version_map(AFE.FAFT_IMAGE_TYPE)
|
/external/autotest/contrib/ |
D | task_runner.sh | 22 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
|
D | stage_build.py | 45 AFE = frontend.AFE() 46 AFE.set_host_attribute('job_repo_url', repo_url, hostname=options.host)
|
D | shared_hosts.py | 10 cautotest = frontend.AFE(server='cautotest') 11 cautotest_cq = frontend.AFE(server='cautotest-cq')
|
D | generate_rpm_mapping.py | 464 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10, variable 466 logging.info('Connected to %s', AFE.server) 468 AFE.get_hosts(),
|
D | reverify_hosts | 28 frontend.AFE().reverify_hosts(hostnames=sys.argv[1:])
|
D | repair_hosts | 28 frontend.AFE().repair_hosts(hostnames=sys.argv[1:])
|
D | find_suite_tasks.py | 51 afe = frontend.AFE() 167 afe = frontend.AFE(server=options.afe)
|
/external/autotest/site_utils/ |
D | test_push.py | 56 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.5, delay_sec=2) variable 113 hosts = AFE.run('get_hosts', status='Ready', locked=False) 144 AFE.run('abort_host_queue_entries', job=job_id) 152 AFE.reverify_hosts(hostnames=[hostname]) 158 hosts = [h.hostname for h in AFE.get_hosts()] 159 AFE.reverify_hosts(hostnames=hosts) 206 version_map = AFE.get_stable_version_map(AFE.CROS_IMAGE_TYPE) 239 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board, 246 AFE.run('host_remove_labels', id=host.id, labels=labels_to_remove) 288 while not AFE.get_jobs(id=suite_job_id, finished=True): [all …]
|
D | lxc_cleanup.py | 33 AFE = frontend_wrappers.RetryingAFE(timeout_min=0.1, delay_sec=10) variable 65 hqes = AFE.get_host_queue_entries(job_id=job_id)
|
D | abort_suite.py | 90 afe = frontend.AFE()
|
/external/autotest/test_suites/ |
D | dev_harness.py | 48 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/stable_images/ |
D | stable_version_unittest.py | 102 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',
|
D | stable_version.py | 185 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/server/cros/network/ |
D | rf_switch_client_box_test.py | 30 afe_instance = rf_switch_client_box.frontend.AFE() 42 afe_instance =rf_switch_client_box.frontend.AFE() 55 afe_instance = rf_switch_client_box.frontend.AFE() 70 afe_instance = rf_switch_client_box.frontend.AFE()
|
D | rf_switch_utils.py | 23 afe = frontend.AFE( 45 afe = frontend.AFE(
|
/external/autotest/cli/ |
D | atest_migrate_host | 8 old = frontend.AFE(web_server='http://' + sys.argv[1]) 9 new = frontend.AFE(web_server='http://' + sys.argv[2])
|
/external/autotest/frontend/afe/doctests/ |
D | 002_site_rpc_test.txt | 1 # This file is for site-specific doctests of the AFE RPC interface.
|
/external/autotest/frontend/afe/ |
D | direct_afe.py | 10 class directAFE(frontend.AFE):
|
/external/autotest/server/site_tests/platform_InstallTestImage/ |
D | control | 43 # 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/apache/ |
D | apache-prod-conf | 1 # This is the "prod" conf file directly referenced by the AFE running in our
|
/external/autotest/utils/ |
D | reverify_repair_failed.py | 26 afe_client = frontend.AFE(debug=False, server=options.server)
|
/external/autotest/venv/lucifer/ |
D | README.md | 19 cleans up jobs that crash and aborts jobs using the AFE database.
|
/external/autotest/server/site_tests/moblab_Setup/ |
D | moblab_Setup.py | 36 afe = frontend.AFE(server='localhost', user='moblab')
|
/external/autotest/server/hosts/ |
D | afe_store_unittest.py | 19 self.mock_afe = mock.create_autospec(frontend.AFE, instance=True) 132 self.mock_afe = mock.create_autospec(frontend.AFE, instance=True)
|