Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py67 connection_pool = server_utils.get_connection_pool_from_machine(machine)
95 'connection_pool': connection_pool,
Dabstract_ssh.py48 afe_host=None, host_info_store=None, connection_pool=None, argument
81 self._connection_pool = connection_pool
82 if connection_pool:
83 self._master_ssh = connection_pool.get(hostname, user, port)