Home
last modified time | relevance | path

Searched refs:connection_pool (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/hosts/
Dfactory.py71 connection_pool = server_utils.get_connection_pool_from_machine(machine)
99 'connection_pool': connection_pool,
Dabstract_ssh.py65 afe_host=None, host_info_store=None, connection_pool=None, argument
99 self._connection_pool = connection_pool
100 if connection_pool:
101 self._master_ssh = connection_pool.get(hostname, user, port)