Home
last modified time | relevance | path

Searched refs:ssh_command (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/utils/libcxx/test/
Dexecutor.py158 self.ssh_command = 'ssh'
189 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
/external/autotest/server/hosts/
Dssh_host.py79 def ssh_command(self, connect_timeout=30, options='', alive_interval=300, member in SSHHost
141 ssh_cmd = self.ssh_command(connect_timeout, options)
/external/toolchain-utils/cros_utils/
Dcommand_executer.py497 ssh_command = ('ssh -o StrictHostKeyChecking=no' +
501 ssh_command += ' -p %s' % cros_port
502 rsync_prefix = '\nrsync -r -e "%s" ' % ssh_command
/external/autotest/server/cros/
Dtelemetry_runner.py205 self._host.ssh_command(
484 self._host.ssh_command(
/external/autotest/server/site_tests/firmware_IntegratedU2F/
Dfirmware_IntegratedU2F.py185 full_ssh_command = '%s "%s"' % (self.host.ssh_command(options='-tt'),
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py229 full_command = '%s "%s"' % (self._client.ssh_command(), command)
/external/autotest/server/cros/faft/
Dcr50_test.py962 full_ssh_command = '%s "%s"' % (self.host.ssh_command(options='-tt'),
Dfirmware_test.py2310 full_ssh_cmd = '%s "%s"' % (self.host.ssh_command(options='-tt'),