Home
last modified time | relevance | path

Searched refs:ssh_cmd (Results 1 – 11 of 11) sorted by relevance

/external/skia/infra/bots/recipe_modules/flavor/resources/
Dwin_ssh_cmd.py24 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes', user_host,
30 cmd, ' '.join([repr(s) for s in ssh_cmd])), file=sys.stderr)
31 proc = subprocess.Popen(ssh_cmd, stdout=subprocess.PIPE)
/external/skia/infra/bots/recipe_modules/flavor/
Dssh.py37 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes',
40 return self._run(title, ssh_cmd, **kwargs)
/external/skqp/infra/bots/recipe_modules/flavor/
Dchromecast.py143 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes',
146 return self.m.run(self.m.step, title, cmd=ssh_cmd, **kwargs)
Dchromebook.py53 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes',
56 return self._run(title, ssh_cmd, **kwargs)
/external/libcxx/utils/libcxx/test/
Dexecutor.py189 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
197 out, err, rc = self.local_run(ssh_cmd + [remote_cmd])
/external/autotest/server/hosts/
Dabstract_ssh.py252 ssh_cmd = self.make_ssh_command(user=self.user, port=self.port,
270 symlink_flag, delete_flag, ssh_cmd, exclude_args)
965 ssh_cmd = self.make_ssh_command(opts=tunnel_options, port=self.port)
966 tunnel_cmd = '%s %s' % (ssh_cmd, self.hostname)
Dssh_host.py141 ssh_cmd = self.ssh_command(connect_timeout, options)
148 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
/external/grpc-grpc/tools/run_tests/
Drun_performance_tests.py91 ssh_cmd = ['ssh']
93 ssh_cmd.extend([
98 cmdline = ssh_cmd
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_performance_tests.py98 ssh_cmd = ['ssh']
100 ssh_cmd.extend([
104 cmdline = ssh_cmd
/external/autotest/server/site_tests/servo_LabstationVerification/
Dservo_LabstationVerification.py168 ssh_cmd = [r'ssh', '-q', '-o', 'StrictHostKeyChecking=no',
172 return ' '.join(ssh_cmd)
/external/autotest/server/
Dsite_utils.py248 def remote_wget(source_url, dest_path, ssh_cmd): argument
257 (source_url, ssh_cmd, dest_path))