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

  /external/devlib/devlib/utils/
ssh.py 31 import pxssh
33 from pexpect import pxssh
58 conn = pxssh.pxssh()
80 class TelnetPxssh(pxssh.pxssh):
103 raise pxssh.ExceptionPxssh('could not log in: password was incorrect')
110 raise pxssh.ExceptionPxssh('could not log in: did not see a password prompt')
114 raise pxssh.ExceptionPxssh('could not synchronize with original prompt')
120 raise pxssh.ExceptionPxssh(message.format(self.before, self.PROMPT)
    [all...]
  /external/autotest/server/hosts/
ssh_host.py 17 from autotest_lib.client.common_lib import pxssh
441 host = pxssh.pxssh()
  /external/autotest/client/common_lib/
pxssh.py 4 $Id: pxssh.py 487 2007-08-29 22:33:29Z noah $
11 __all__ = ['ExceptionPxssh', 'pxssh']
15 """Raised for pxssh exceptions.
18 class pxssh (spawn): class in inherits:spawn
23 login process. For example, if the session is your first login, then pxssh
25 authentication setup then pxssh won't wait for the password prompt.
27 pxssh uses the shell prompt to synchronize output from the remote host. In
34 import pxssh
37 s = pxssh.pxssh()
    [all...]

Completed in 80 milliseconds