Home
last modified time | relevance | path

Searched refs:ssh_options (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/common_lib/
Dpxssh.py184 ssh_options = '-q'
186 ssh_options = ssh_options + ' ' + self.SSH_OPTS
188 ssh_options = ssh_options + ' -p %s'%(str(port))
189 cmd = "ssh %s -l %s %s" % (ssh_options, username, server)
/external/autotest/site_utils/
Dtest_runner_utils.py211 ssh_verbosity=0, ssh_options=None, argument
240 ssh_options=ssh_options,
250 id_digits=1, ssh_verbosity=0, ssh_options=None, argument
299 ssh_options=ssh_options,
440 ssh_options=None, argument
491 ssh_verbosity, ssh_options,
533 fast_mode, job_id_digits, ssh_verbosity, ssh_options, args,
610 ssh_options=None, argument
675 ssh_options=ssh_options,
Dtest_runner_utils_unittest.py174 ssh_options = '-F /dev/null -i /dev/null'
208 ssh_verbosity, ssh_options,
215 ssh_verbosity, ssh_options,args, False,
221 ssh_verbosity=ssh_verbosity, ssh_options=ssh_options,
Dtest_that.py293 ssh_options=arguments.ssh_options,
/external/autotest/server/
Dautoserv_utils.py30 ssh_options=None, argument
84 if ssh_options:
85 command += ['--ssh_options', ssh_options]
Dautoserv443 ssh_options = parser.options.ssh_options
489 ssh_verbosity_flag, ssh_options,
Dserver_job.py154 ssh_options=host_factory.DEFAULT_SSH_OPTIONS, argument
220 self._ssh_options = ssh_options
1149 namespace['hosts'].factory.ssh_options = self._ssh_options
/external/autotest/server/hosts/
Dfactory.py138 ssh_user, ssh_pass, ssh_port, ssh_verbosity_flag, ssh_options = \
144 args['ssh_options'] = ssh_options
Dcros_host.py283 try_lab_servo=False, ssh_verbosity_flag='', ssh_options='', argument
313 self._ssh_options = ssh_options
/external/autotest/cli/
Dsite_host.py20 hosts.factory.ssh_options = ''