Searched refs:ExceptionPxssh (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/
H A Dpxssh.py11 __all__ = ['ExceptionPxssh', 'pxssh']
14 class ExceptionPxssh(ExceptionPexpect): class in inherits:ExceptionPexpect
52 except pxssh.ExceptionPxssh, e:
175 then login() raises an ExceptionPxssh exception.
214 raise ExceptionPxssh ('Weird error. Got "are you sure" prompt twice.')
224 raise ExceptionPxssh ('password refused')
227 raise ExceptionPxssh ('permission denied')
230 raise ExceptionPxssh ('Weird error. Got "terminal type" prompt twice.')
241 raise ExceptionPxssh ('connection closed')
244 raise ExceptionPxssh ('unexpecte
[all...]

Completed in 125 milliseconds