Lines Matching refs:Telnet
4 Library Telnet newline=LF
12 Open Telnet Connection To BMC Serial Console
26 Telnet.Open Connection
28 Telnet.Set Timeout 30 seconds
29 Telnet.Set Newline \n
30 Telnet.Set Newline CRLF
31 Telnet.Write \n
32 Telnet.Write exit
33 Telnet.Write \n
34 Telnet.Read Until Regexp (Password:|logout)
35 Telnet.Write \n
36 Telnet.Read Until ${prompt_string}
37 Telnet.Write ${OPENBMC_USERNAME}
38 Telnet.Write \n
39 Telnet.Read Until Password:
40 Telnet.Write ${OPENBMC_PASSWORD}
41 Telnet.Write \n
42 Telnet.Read Until Prompt
43 Telnet.Set Timeout 30 minute 30 seconds
50 ${bmc_serial_log}= Telnet.Read
61 Open Telnet Connection To BMC Serial Console
62 Telnet.Write \n
63 Telnet.Write \n
64 Telnet.Execute Command ${command_string}
72 Telnet.Write \n
73 Telnet.Write exit
74 Telnet.Close Connection