/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiChaosTest.py | 99 hostname = ssid_dict[testcase_name]['host'] 103 lambda: base_test(ssid, hostname)) 233 def unlock_and_turn_off_ap(self, hostname, rpm_port, rpm_ip): argument 244 if not dutils.unlock_device(hostname): 249 def run_connect_disconnect(self, network, hostname, rpm_port, rpm_ip, argument 282 self.unlock_and_turn_off_ap(hostname, rpm_port, rpm_ip) 301 def interop_base_test(self, ssid, hostname): argument 325 ap_info = dutils.show_device(hostname) 329 raise signals.TestSkip("AP %s is locked, skipping test" % hostname) 331 if not dutils.lock_device(hostname, self.admin): [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/ |
D | GCSConfigurationServer.java | 91 protected String getHostConfig(String hostname, String cluster) throws ConfigurationException { in getHostConfig() argument 97 System.out.printf("Use hostname %s to get config.\n", hostname); in getHostConfig() 99 hostConfigMapping, hostname, (key, candidate) -> sameHost(key, candidate)); in getHostConfig() 151 protected boolean sameHost(String currentHostname, String hostname) { in sameHost() argument 152 return currentHostname.startsWith(hostname); in sameHost()
|
/tools/test/connectivity/acts/tests/google/net/ |
D | DnsOverTlsTest.py | 108 hostname = None): argument 122 elif hostname: 123 self.dut.droid.setPrivateDnsMode(True, hostname) 352 for hostname in invalid_hostnames: 353 self.dut.droid.setPrivateDnsMode(True, hostname) 358 mode == PRIVATE_DNS_MODE_STRICT and specifier != hostname,
|
D | ProxyTest.py | 86 def _verify_proxy_server(self, pcap_file, bypass_host, hostname): argument 97 self.log.info("Checking proxy server for query to: %s" % hostname) 107 if UDP in pkt and pkt[UDP].dport == 53 and hostname in summary: 111 and hostname in str(pkt[Raw]):
|
/tools/tradefederation/core/ |
D | tradefed_win.bat | 59 :: <hostname>=<options> 61 :: hostname.domain.com=-Djava.io.tmpdir=/location/on/disk -Danother=false ... 64 call:commandResult "hostname" HOST_NAME 66 :: delete the hostname part
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 59 hostname, argument 69 self.hostname = hostname
|
D | connection.py | 86 return '[SshConnection | %s] %s' % (self._settings.hostname, msg) 118 self._settings.hostname) 273 'ping %s -c 3 -w 1' % self._settings.hostname, ignore_status=True)
|
D | formatter.py | 46 return '%s@%s' % (settings.username, settings.hostname)
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AdbScreenrecordTest.java | 385 String hostname = RunUtil.getDefault().runTimedCmd(CMD_TIMEOUT_MS, "hostname").getStdout(); in verifyRequiredSoftwareIsInstalled() local 387 String err = String.format(AVPROBE_NOT_INSTALLED, (hostname == null) ? "" : hostname); in verifyRequiredSoftwareIsInstalled()
|
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | RemoteClient.java | 118 public static IRemoteClient connect(String hostname, int port) throws RemoteException { in connect() argument 120 return new RemoteClient(hostname, port); in connect()
|
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/ |
D | ClearcutClient.java | 214 String hostname = InetAddress.getLocalHost().getHostName(); in isGoogleUser() local 215 if (hostname.contains(GOOGLE_HOSTNAME)) { in isGoogleUser()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_capture.py | 63 return [pcap.ssh_settings.hostname for pcap in pcaps] 105 ACTS_CONTROLLER_CONFIG_NAME, self.ssh_settings.hostname, msg))
|
D | access_point.py | 84 return [ap.ssh_settings.hostname for ap in aps] 119 self.ssh_settings.hostname, msg))
|
/tools/test/connectivity/tools/lab/ |
D | README.md | 26 name: system's hostname(string)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 507 ipv4_gw = test_class.access_point.ssh_settings.hostname
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/ |
D | sponge_client_lite.py | 873 self.hostname = socket.gethostname().lower()
|