Home
last modified time | relevance | path

Searched refs:remote_client (Results 1 – 4 of 4) sorted by relevance

/test/framework/harnesses/host_controller/tradefed/
Dremote_client_test.py23 from host_controller.tradefed import remote_client
38 HOST = remote_client.LOCALHOST
114 self._client = remote_client.RemoteClient(self._remote_mgr_thread.HOST,
/test/framework/harnesses/host_controller/
Dmain.py31 from host_controller.tradefed import remote_client
179 port = host_config.get("port", remote_client.DEFAULT_PORT)
181 remote = remote_client.RemoteClient(hostname, port)
Dtfc_host_controller.py41 def __init__(self, remote_client, tfc_client, hostname, cluster_ids): argument
43 self._remote_client = remote_client
Dinvocation_thread.py45 remote_client, argument
53 self._remote_client = remote_client