HomeSort by relevance Sort by last modified time
    Searched refs:ssh_options (Results 1 - 10 of 10) sorted by null

  /external/autotest/server/
autoserv_utils.py 30 ssh_options=None,
58 @param ssh_options: A string giving extra arguments to be tacked on to
84 if ssh_options:
85 command += ['--ssh_options', ssh_options]
autoserv 443 ssh_options = parser.options.ssh_options
489 ssh_verbosity_flag, ssh_options,
server_job.py 154 ssh_options=host_factory.DEFAULT_SSH_OPTIONS,
175 @param ssh_options: A string giving additional options that will be
220 self._ssh_options = ssh_options
393 and ssh_options.
401 'ssh_options' : self._ssh_options}
    [all...]
  /external/autotest/client/common_lib/
pxssh.py 184 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/
test_runner_utils_unittest.py 174 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,
test_runner_utils.py 106 parser.add_argument('--ssh_options', action='store', default=None,
211 ssh_verbosity=0, ssh_options=None,
222 @param ssh_options: Additional ssh options to be passed to autoserv_utils
240 ssh_options=ssh_options,
250 id_digits=1, ssh_verbosity=0, ssh_options=None,
267 @param ssh_options: Additional ssh options to be passed to autoserv_utils
299 ssh_options=ssh_options,
440 ssh_options=None
    [all...]
test_that.py 293 ssh_options=arguments.ssh_options,
  /external/autotest/server/hosts/
factory.py 48 as: ssh_user, ssh_pass, ssh_port, ssh_verbosity, ssh_options.
55 g.get('ssh_options', DEFAULT_SSH_OPTIONS))
138 ssh_user, ssh_pass, ssh_port, ssh_verbosity_flag, ssh_options = \
144 args['ssh_options'] = ssh_options
cros_host.py 283 try_lab_servo=False, ssh_verbosity_flag='', ssh_options='',
302 @param ssh_options: String, other ssh options to pass to the ssh
313 self._ssh_options = ssh_options
    [all...]
  /external/autotest/cli/
site_host.py 20 hosts.factory.ssh_options = ''

Completed in 699 milliseconds