Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py68 connection_pool = server_utils.get_connection_pool_from_machine(machine)
96 'connection_pool': connection_pool,
Dabstract_ssh.py42 afe_host=None, host_info_store=None, connection_pool=None, argument
75 self._connection_pool = connection_pool
76 if connection_pool:
77 self._master_ssh = connection_pool.get(hostname, user, port)
/external/autotest/server/
Dserver_job.py92 connection_pool=None): argument
140 'connection_pool': connection_pool,