Home
last modified time | relevance | path

Searched defs:hostname (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/
DGCSConfigurationServer.java91 protected String getHostConfig(String hostname, String cluster) throws ConfigurationException { in getHostConfig()
151 protected boolean sameHost(String currentHostname, String hostname) { in sameHost()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiChaosTest.py235 def unlock_and_turn_off_ap(self, hostname, rpm_port, rpm_ip): argument
251 def run_connect_disconnect(self, network, hostname, rpm_port, rpm_ip, argument
304 def interop_base_test(self, ssid, hostname): argument
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dconnectivity_test_utils.py66 def set_private_dns(ad, dns_mode, hostname=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py60 hostname, argument
/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/
DJSONFileKeyStoreFactoryTest.java220 String hostname = "hostname0"; in testLoadKeyStore_multipleHostNameMatches() local
247 String hostname = "hostname"; in testLoadKeyStore_badKeyStoreFile() local
/tools/test/connectivity/acts_tests/tests/google/net/
DProxyTest.py81 def _verify_proxy_server(self, pcap_file, bypass_host, hostname): argument
DDnsOverTlsTest.py122 def _test_private_dns_mode(self, ad, net, dns_mode, use_tls, hostname=None): argument
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterClient.java57 final String hostname, in leaseHostCommands()
DClusterHostEvent.java143 public Builder setHostName(final String hostname) { in setHostName()
DClusterClient.java97 final String hostname, in leaseHostCommands()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DRemoteClient.java118 public static IRemoteClient connect(String hostname, int port) throws RemoteException { in connect()
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DClearcutClient.java228 String hostname = InetAddress.getLocalHost().getHostName(); in isGoogleUser() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java385 String hostname = RunUtil.getDefault().runTimedCmd(CMD_TIMEOUT_MS, "hostname").getStdout(); in verifyRequiredSoftwareIsInstalled() local