Home
last modified time | relevance | path

Searched refs:ssh_options (Results 1 – 13 of 13) 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.py213 ssh_verbosity=0, ssh_options=None, argument
242 ssh_options=ssh_options,
252 id_digits=1, ssh_verbosity=0, ssh_options=None, argument
301 ssh_options=ssh_options,
442 ssh_options=None, argument
496 ssh_verbosity, ssh_options,
537 fast_mode, job_id_digits, ssh_verbosity, ssh_options, args,
614 ssh_options=None, argument
679 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.py294 ssh_options=arguments.ssh_options,
/external/autotest/server/
Dautoserv_utils.py30 ssh_options=None, argument
91 if ssh_options:
92 command += ['--ssh_options', ssh_options]
Dautoserv.py419 ssh_options = parser.options.ssh_options
465 ssh_verbosity_flag, ssh_options,
Dautoserv419 ssh_options = parser.options.ssh_options
465 ssh_verbosity_flag, ssh_options,
Dserver_job.py232 ssh_options=host_factory.DEFAULT_SSH_OPTIONS, argument
297 self._ssh_options = ssh_options
1392 namespace['hosts'].factory.ssh_options = self._ssh_options
/external/autotest/server/hosts/
Dfactory_unittest.py201 factory.ssh_options = 'zip'
215 del factory.ssh_options
267 factory.ssh_options = 'zip'
282 del factory.ssh_options
Dfactory.py79 ssh_options = info.attributes.get('ssh_options',
94 'ssh_options': ssh_options,
Dcros_host.py269 ssh_verbosity_flag='', ssh_options='', argument
305 self._ssh_options = 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" …