Lines Matching refs:sendline
87 child.sendline ('yes')
95 child.sendline(password)
100 child.sendline (TERMINAL_TYPE)
106 child.sendline ("PS1='[PEXPECT]\$ '") # In case of sh-style
110 child.sendline ("set prompt='[PEXPECT]\$ '")
124 child.sendline ('uname -a')
133 child.sendline ('uptime')
155 child.sendline ('iostat')
160 child.sendline ('vmstat')
166 child.sendline ('free') # Linux systems only.
171 child.sendline ('df')
176 child.sendline ('lsof')
194 child.sendline ('exit')
197 child.sendline("exit")