| |
- __builtin__.object
-
- CrOSInterface
- exceptions.Exception(exceptions.BaseException)
-
- LoginException
-
- KeylessLoginRequiredException
class CrOSInterface(__builtin__.object) |
| |
Methods defined here:
- FileExistsOnDevice(self, file_name, quiet=False)
- FilesystemMountedAt(self, path)
- Returns the filesystem mounted at |path|
- FormSSHCommandLine(self, args, extra_ssh_args=None)
- GetFileContents(self, filename)
- GetRemotePort(self)
- IsHTTPServerRunningOnPort(self, port)
- IsServiceRunning(self, service_name)
- KillAllMatching(self, predicate)
- ListProcesses(self)
- Returns a tuple (pid, cmd, ppid) of all processes on the device.
- PushContents(self, text, remote_filename)
- PushFile(self, filename, remote_filename)
- RmRF(self, filename)
- RunCmdOnDevice(self, args, cwd=None, quiet=False)
- TryLogin(self)
- __init__(self, hostname=None, ssh_identity=None)
- # pylint: disable=R0923
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- hostname
- local
|
|