Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py25 SSH_ENGINE = CONFIG.get_config_value('AUTOSERV', 'ssh_engine', type=str) variable
140 elif SSH_ENGINE == 'raw_ssh':
146 SSH_ENGINE)
Dfactory_unittest.py78 self._orig_ssh_engine = factory.SSH_ENGINE
94 factory.SSH_ENGINE = self._orig_ssh_engine
167 factory.SSH_ENGINE = 'raw_ssh'
176 factory.SSH_ENGINE = 'unsupported'