Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 92) sorted by relevance

1234

/tools/asuite/atest/unittest_data/
Dtest_record.proto.testonly79 …nstall path: /usr/local/google/home/yelinhsieh/yl_workspace/aosp/out/soong/host/linux-x86/bin/adb
86host/linux-x86/tradefed/tradefed-test-framework.jar:/usr/local/google/home/yelinhsieh/yl_workspace…
/tools/test/connectivity/acts/framework/acts/controllers/
Dpdu.py47 host = config.get('host')
52 pdu = _create_device(device, host, username, password)
81 'host': pdu.host,
88 def _create_device(device, host, username, password): argument
94 return module.PduDevice(host, username, password)
149 if pdu.host == pdu_ip:
163 def __init__(self, host, username, password): argument
167 self.host = host
/tools/test/connectivity/acts_tests/tests/google/net/
DDnsOverTlsTest.py122 for host in self.ping_hosts:
123 host = host.split(".")[-2]
125 host in summary:
167 for host in self.ping_hosts:
168 self.log.info("Pinging %s" % host)
169 status = wutils.validate_connection(self.dut, host)
170 asserts.assert_true(status, "Failed to ping host %s" % host)
486 for host in self.ping_hosts:
487 wutils.validate_connection(self.dut, host)
497 for host in self.ping_hosts:
[all …]
DProxyTest.py76 for host in [self.bypass_host, self.non_bypass_host]:
77 host = "https://%s" % host
78 result = ad.droid.httpRequestString(host)
79 asserts.assert_true(result, "Http request failed for %s" % host)
DSocketKeepaliveTest.py120 host = self.remote_server
122 host = self.remote_server_2
124 self.dut, self.gce_tcpdump_pid, None, host)
445 host = self.remote_server_2
446 host_ip = host["ip_addr"]
448 self.dut, self.test_name, TCP_SERVER_PORT, host)
494 self.dut, tcpdump_pid, pcap_path, host)
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/
Dnp02b.py29 def __init__(self, host, username, password): argument
30 super(PduDevice, self).__init__(host, username, password)
31 self.tnhelper = _TNHelperNP02B(host)
132 def __init__(self, host): argument
134 self.host = host
150 self._tn.open(self.host, timeout=3)
153 self.host)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Drpm_controller_utils.py47 def __init__(self, host): argument
52 self.host = host
53 logging.info('RPM IP: %s' % self.host)
55 self.tn = telnetlib.Telnet(self.host)
56 self.tn.open(self.host, PORT, TIMEOUT)
61 % self.host)
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/
Dwebpowerswitch.py35 def __init__(self, host, username, password): argument
40 super(PduDevice, self).__init__(host, username, password)
41 self.power_switch = dlipower.PowerSwitch(hostname=host,
51 self.log.info('Connected to WebPowerSwitch (%s).' % host)
134 (outlet, self.host, expected_state, actual_state))
/tools/acloud/internal/proto/
Duser_config.proto63 // [CVD only] The name of the stable host image released by Cloud Android team
65 // [CVD only] The name of the host image family released by Cloud Android team
67 // [CVD only] The project that the stable host image is released to
70 // [GOLDFISH only] The name of the stable host image released by Android
73 // [GOLDFISH only] The project that the stable goldfish host image is
85 // [CHEEPS only] The name of the stable host image released by the ARC
88 // [CHEEPS only] The project that the stable host image is released to
Dinternal_config.proto29 // [CVD only] The name of the stable host image
31 // [CVD only] The project where stable host image is
33 // [GOLDFISH only] The name of the stable host image
35 // [GOLDFISH only] The project where stable host image is
37 // [CHEEPS only] The name of the stable host image
39 // [CHEEPS only] The project where stable host image is
/tools/asuite/atest-py2/
Datest_unittest.py242 self.assertFalse(parsed_args.host)
249 self.assertFalse(parsed_args.host)
255 self.assertFalse(parsed_args.host)
262 self.assertFalse(parsed_args.host)
274 self.assertFalse(parsed_args.host)
280 self.assertFalse(parsed_args.host)
Datest.py243 if (host_tests or args.host) and constants.DEVICE_TEST in all_device_modes:
259 if not args.host and host_tests is None:
260 args.host = bool(constants.DEVICELESS_TEST in all_device_modes)
279 if device_test_infos and not args.host:
456 host_test_infos = set([info for info in test_infos if info.host])
457 device_test_infos = set([info for info in test_infos if not info.host])
/tools/carrier_settings/
Dmain.sh65 [ -x "$UPDATE_APN" ] || UPDATE_APN=out/host/linux-x86/bin/update_apn
67 [ -x "$UPDATE_CARRIER_DATA" ] || UPDATE_CARRIER_DATA=out/host/linux-x86/bin/update_carrier_data
72 out/host/linux-x86/bin/CarrierConfigConverterV2 \
89 out/host/linux-x86/bin/GenCarrierList \
103 && out/host/linux-x86/bin/GenDeviceSettings \
/tools/asuite/atest/
Datest_unittest.py247 self.assertFalse(parsed_args.host)
254 self.assertFalse(parsed_args.host)
260 self.assertFalse(parsed_args.host)
267 self.assertFalse(parsed_args.host)
279 self.assertFalse(parsed_args.host)
285 self.assertFalse(parsed_args.host)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIOTConnectionTest.py159 self.log.info("Next host of the test case : {}".format(self.host))
160 if str(self.host) != self.pdu_status:
162 self.log.info("Switch PDU to {}".format(self.host))
163 self.pdu.turn_on_outlets(str(self.host))
226 connection_result["host"] = self.host
276 self.host = test_item["host"]
/tools/platform-compat/javatest/com/android/annotationvisitor/
DAndroid.bp25 "mockito-host",
27 "junit-host",
38 "junit-host",
39 "truth-host-prebuilt",
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_config.py87 for host in self.network.hosts():
88 if host < self.start or host > self.end:
89 self.router = host
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py49 def open(self, host, port=23): argument
50 self._ip_address = host
54 logging.debug("Telnet Server IP = %s" % host)
56 self._tn.open(host, port, 10)
/tools/dexter/
DREADME.md3 Both the command line tool and the library can be built for host and device targets.
12 # in tools/dexter (and assuming a Linux host)
13 $ python dexter/dexter_tests.py -cmd ../../out/host/linux-x86/bin/dexter -root testdata
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py29 host = config.get('host', None)
34 if user is None or host is None:
38 return SshSettings(host, user, port=port, identity_file=identity_file,
/tools/platform-compat/javatest/android/processor/compat/unsupportedappusage/
DAndroid.bp31 "junit-host",
32 "mockito-host",
34 "truth-host-prebuilt",
/tools/platform-compat/javatest/com/android/class2nonsdklist/
DAndroid.bp27 "truth-host-prebuilt",
28 "mockito-host",
29 "junit-host",
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py43 def open(self, host, port=23): argument
52 self._tnhelper.open(host, port)
56 self.address = host
/tools/platform-compat/javatest/android/processor/compat/changeid/
DAndroid.bp32 "junit-host",
33 "mockito-host",
34 "objenesis-host",
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py51 def open(self, host, port=23): argument
60 self._tnhelper.open(host, port)
61 self.address = host

1234