Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py33 DEFAULT_SSH_PORT = 22 variable
79 port = info.attributes.get('ssh_port', g.get('ssh_port', DEFAULT_SSH_PORT))
141 if (hostname == 'localhost' and ssh_port == DEFAULT_SSH_PORT):
/external/autotest/server/
Dserver_job.py249 ssh_port=host_factory.DEFAULT_SSH_PORT,