Searched refs:ssh_command (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/tools/acloud/powerwash/ |
H A D | powerwash.py | 64 ssh_command = "./bin/powerwash_cvd --instance_num=%d" % (instance_id) 66 ssh.Run(ssh_command)
|
/aosp_15_r20/tools/acloud/restart/ |
H A D | restart.py | 77 ssh_command = "./bin/restart_cvd --instance_num=%d" % (instance_id) 79 ssh.Run(ssh_command)
|
/aosp_15_r20/external/libcxx/utils/libcxx/test/ |
H A D | executor.py | 158 self.ssh_command = 'ssh' 189 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | command_executer.py | 544 ssh_command = ( 550 ssh_command += " -p %s" % cros_port 551 rsync_prefix = '\nrsync -r -e "%s" ' % ssh_command
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | ssh_host.py | 79 def ssh_command(self, connect_timeout=30, options='', alive_interval=300, member in SSHHost 195 ssh_cmd = self.ssh_command(connect_timeout, options)
|
/aosp_15_r20/external/autotest/server/cros/ |
H A D | telemetry_runner.py | 167 self._host.ssh_command(alive_interval=900, 439 self._host.ssh_command(alive_interval=900,
|
/aosp_15_r20/external/autotest/server/site_tests/firmware_IntegratedU2F/ |
H A D | firmware_IntegratedU2F.py | 186 full_ssh_command = '%s "%s"' % (self.host.ssh_command(options='-tt'),
|
/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | utils.py | 1214 ssh_command = device.get("ssh_command") 1215 if ssh_command:
|
/aosp_15_r20/external/autotest/server/cros/multimedia/ |
H A D | remote_facade_factory.py | 233 full_command = '%s "%s"' % (self._client.ssh_command(), command)
|
/aosp_15_r20/external/autotest/server/cros/faft/ |
H A D | firmware_test.py | 2345 full_ssh_cmd = '%s "%s"' % (self.host.ssh_command(options='-tt'),
|