/external/autotest/site_utils/ |
D | test_push.py | 60 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 …]
|
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 | add_detected_host_labels.py | 129 afe = frontend.AFE()
|
D | sync_cloudsql_access.py | 85 rpc = frontend.AFE(server=afe)
|
/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/contrib/ |
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 | 465 AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10, variable 467 logging.info('Connected to %s', AFE.server) 469 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 | repair_hosts_throttled.py | 28 afe = frontend.AFE()
|
/external/autotest/server/cros/network/ |
D | rf_switch_utils.py | 23 afe = frontend.AFE( 45 afe = frontend.AFE(
|
/external/autotest/frontend/afe/ |
D | direct_afe.py | 10 class directAFE(frontend.AFE):
|
/external/autotest/utils/ |
D | reverify_repair_failed.py | 26 afe_client = frontend.AFE(debug=False, server=options.server)
|
D | tko_publish.py | 62 afe = frontend.AFE()
|
/external/autotest/server/site_tests/moblab_Setup/ |
D | moblab_Setup.py | 36 afe = frontend.AFE(server='localhost', user='moblab')
|
/external/autotest/server/site_tests/telemetry_Benchmarks/ |
D | control.speedometer2 | 22 Pass local=True to run with local telemetry and no AFE server.
|
D | control.rendering.desktop | 22 Pass local=True to run with local telemetry and no AFE server.
|
D | control.loading.desktop | 22 Pass local=True to run with local telemetry and no AFE server.
|
D | control.blink_perf.image_decoder | 23 Pass local=True to run with local telemetry and no AFE server.
|
D | control.backdrop_filter.rendering.desktop | 25 Pass local=True to run with local telemetry and no AFE server.
|
/external/autotest/server/hosts/ |
D | afe_store_unittest.py | 25 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/ |
D | control | 27 Pass local=True to run with local telemetry and no AFE server.
|
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/ |
D | hardware_StorageQualCheckSetup.py | 65 afe = frontend.AFE(server='localhost', user='moblab')
|