HomeSort by relevance Sort by last modified time
    Searched refs:remote_command (Results 1 - 3 of 3) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
formatter.py 140 remote_command,
149 remote_command: A string that represents the remote command to
161 local_command.append(remote_command)
208 remote_command = self.format_remote_command(command, env)
209 return self.format_ssh_command(remote_command, settings, extra_flags,
  /external/autotest/server/site_tests/network_DiskFull/
network_DiskFull.py 13 from autotest_lib.server.cros import remote_command
90 with remote_command.Command(self._client, disk_filler_command) \
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 92 def check_call(self, remote_command):
93 """Runs |remote_command| on the remote test device via ssh."""
94 command = self.get_ssh_commandline(remote_command)
97 def check_output(self, remote_command):
98 """Runs |remote_command| on the remote test device via ssh, and returns
100 command = self.get_ssh_commandline(remote_command)
143 def get_ssh_commandline(self, remote_command):
144 return ['ssh', 'root@' + self._remote, remote_command]
    [all...]

Completed in 82 milliseconds