Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/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.py233 def unlock_and_turn_off_ap(self, hostname, rpm_port, rpm_ip): argument
249 def run_connect_disconnect(self, network, hostname, rpm_port, rpm_ip, argument
301 def interop_base_test(self, ssid, hostname): argument
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py59 hostname, argument
/tools/test/connectivity/acts/tests/google/net/
DProxyTest.py86 def _verify_proxy_server(self, pcap_file, bypass_host, hostname): argument
DDnsOverTlsTest.py108 hostname = None): argument
/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.java214 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