Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dpxssh.py14 class ExceptionPxssh(ExceptionPexpect): class
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 ('unexpected login response')
247 raise ExceptionPxssh ('could not synchronize with original prompt')
253 raise ExceptionPxssh ('could not set shell prompt\n'+self.before)
/external/devlib/devlib/utils/
Dssh.py103 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))
579 except pxssh.ExceptionPxssh: