HomeSort by relevance Sort by last modified time
    Searched refs:remote_client (Results 1 - 4 of 4) sorted by null

  /test/framework/harnesses/host_controller/
main.py 31 from host_controller.tradefed import remote_client
171 port = host_config.get("port", remote_client.DEFAULT_PORT)
173 remote = remote_client.RemoteClient(hostname, port)
tfc_host_controller.py 41 def __init__(self, remote_client, tfc_client, hostname, cluster_ids):
43 self._remote_client = remote_client
invocation_thread.py 45 remote_client,
53 self._remote_client = remote_client
  /test/framework/harnesses/host_controller/tradefed/
remote_client_test.py 23 from host_controller.tradefed import remote_client
38 HOST = remote_client.LOCALHOST
102 """A test for remote_client.RemoteClient.
106 _client: The remote_client.RemoteClient being tested.
114 self._client = remote_client.RemoteClient(self._remote_mgr_thread.HOST,

Completed in 1541 milliseconds