Home
last modified time | relevance | path

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

/external/toolchain-utils/dejagnu/
Dchromeos.exp.in7 set ssh_options [board_info $board ssh,options]
11 eval "exec ssh -N -f $ssh_options root@$hostname &"
12 local_exec "ssh -n $ssh_options root@$hostname sh -c 'mkdir -p $tmpdir'" \
22 set ssh_options [board_info $board ssh,options]
25 local_exec "ssh $ssh_options -O exit root@$hostname" {} {} 10
27 local_exec "ssh -n $ssh_options root@$hostname sh -c 'rm -fr $tmpdir'" \
38 set ssh_options [board_info $board ssh,options]
40 verbose -log "scp -q $ssh_options $file root@$hostname:$tmpdir/"
41 set result [local_exec "scp -q $ssh_options $file root@$hostname:$tmpdir/" \
58 set ssh_options [board_info $board ssh,options]
[all …]
/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.py273 ssh_verbosity=0, ssh_options=None, argument
302 ssh_options=ssh_options,
312 id_digits=1, ssh_verbosity=0, ssh_options=None, argument
361 ssh_options=ssh_options,
502 ssh_options=None, argument
557 ssh_verbosity, ssh_options,
616 fast_mode, job_id_digits, ssh_verbosity, ssh_options, args,
763 ssh_options=None, argument
828 ssh_options=ssh_options,
Dtest_runner_utils_unittest.py273 ssh_options = '-F /dev/null -i /dev/null'
334 ssh_verbosity, ssh_options,
346 ssh_options,
356 ssh_verbosity=ssh_verbosity, ssh_options=ssh_options,
Dtest_that.py300 ssh_options=arguments.ssh_options,
/external/autotest/server/
Dautoserv_utils.py24 ssh_options=None, argument
85 if ssh_options:
86 command += ['--ssh_options', ssh_options]
Dautoserv455 ssh_options = parser.options.ssh_options
522 'ssh_options': ssh_options,
Dautoserv.py455 ssh_options = parser.options.ssh_options
522 'ssh_options': ssh_options,
Dserver_job.py240 ssh_options=host_factory.DEFAULT_SSH_OPTIONS, argument
307 self._ssh_options = ssh_options
1307 namespace['hosts'].factory.ssh_options = self._ssh_options
/external/toolchain-utils/dejagnu/boards/
Dgdb.exp.in108 set ssh_options [board_info $board ssh,options]
112 verbose -log "scp -q $ssh_options $host root@$chrome_device_ip:$remote_directory/$dest"
113 …set status [catch "exec scp -q $ssh_options $host root@$chrome_device_ip:$remote_directory/$dest" …
/external/autotest/server/hosts/
Dfactory.py79 ssh_options = info.attributes.get('ssh_options',
94 'ssh_options': ssh_options,
Dfactory_unittest.py187 factory.ssh_options = 'zip'
201 del factory.ssh_options
Dabstract_ssh.py144 ssh_options = " ".join([
150 return "/usr/bin/ssh -a -x %s -l %s -p %d" % (ssh_options, user, port)
Dcros_host.py247 ssh_verbosity_flag='', ssh_options='', argument
283 self._ssh_options = ssh_options