Home
last modified time | relevance | path

Searched refs:ExceptionPexpect (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/
Dpexpect.py93 class ExceptionPexpect(Exception): class
127 class EOF(ExceptionPexpect):
131 class TIMEOUT(ExceptionPexpect):
501 …raise ExceptionPexpect ('Command is an int type. If this is a file descriptor then maybe you want …
516 … raise ExceptionPexpect ('The command was not found or was not executable: %s.' % self.command)
529 raise ExceptionPexpect('Error! pty.fork() failed: ' + str(e))
584 raise ExceptionPexpect, "Error! Could not open pty with os.openpty()."
588 raise ExceptionPexpect, "Error! Failed os.fork()."
626 raise ExceptionPexpect, "Error! We are not disconnected from a controlling tty."
634 raise ExceptionPexpect, "Error! Could not open child pty, " + child_name
[all …]
Dpxssh.py14 class ExceptionPxssh(ExceptionPexpect):
/external/autotest/site_utils/rpm_control_system/
Drpm_controller.py338 except pexpect.ExceptionPexpect:
362 except pexpect.ExceptionPexpect:
398 except pexpect.ExceptionPexpect:
434 except pexpect.ExceptionPexpect:
441 except pexpect.ExceptionPexpect:
539 except pexpect.ExceptionPexpect:
659 except pexpect.ExceptionPexpect as e:
817 except pexpect.ExceptionPexpect:
827 except pexpect.ExceptionPexpect:
860 except pexpect.ExceptionPexpect, e:
[all …]