Lines Matching refs:remote
11 from autotest_lib.server.hosts import remote
31 class AbstractSSHHost(remote.RemoteHost):
169 # Check if rsync is available on the remote host. If it's not,
173 logging.warning("rsync not available on remote host %s -- disabled",
180 Check if rsync is available on the remote host.
191 Given a list of file paths, encodes it as a single remote path, in
199 remote = self.hostname
204 if re.search(r':.*:', remote):
205 remote = '[%s]' % remote
208 return '%s@%s:"%s"' % (self.user, remote, " ".join(paths))
211 self.user, remote,
227 """Obtains rsync options for the remote."""
253 appropriate rsync command for copying them. Remote paths must be
276 appropriate scp command for encoding it. Remote paths must be
293 interpreted as local or remote paths.
383 Copy files from the remote host to a local path.
488 Copy files from a local path to the remote host.
593 Pings remote host via ssh.
623 Check if the remote host is up by ssh-ing and running a base command.
627 @returns True if the remote host is up before the timeout expires,
649 Wait until the remote host is up or the timeout expires.
651 In fact, it will wait until an ssh connection to the remote
690 Wait until the remote host is down or the timeout expires.
926 @param port: remote port on the host.
941 ' remote = %d, pid = %d',
952 @param port: remote port on the DUT, used in ADBHost.