File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ 2008-08-30 Chris Dunlap <cdunlap@llnl.gov>
2+
3+ * lib/exec/hp-ilo.exp: Increased timeout to 5s for interact block.
4+ Tweaked patterns to disable "ESC (" sequence.
5+
162008-08-28 Chris Dunlap <cdunlap@llnl.gov>
27
38 * inevent.c (inevent_process): Changed type of inotify event buffer
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ expect {
222222}
223223send_user "Connection established via telnet (pid $spawn_result).\r\n"
224224
225- set timeout 2
225+ set timeout 5
226226interact {
227227 # Replace "&B" with serial-break.
228228 "&B" {
@@ -231,8 +231,8 @@ interact {
231231 # Match subsequent patterns against spawned process, not user's keystrokes.
232232 -o
233233 # Disable "ESC (" sequence for stopping console and returning to CLI prompt.
234- -re "\u001b\\( </>hpiLO-> \$" {
234+ -re "</>hpiLO-> \$" {
235235 send "vsp\r"
236- expect -re "Virtual Serial Port active\[^\r]*\r+\n\r+\n"
236+ expect -re "Virtual Serial Port active\[^\r]*\r+\n( \r+\n)? "
237237 }
238238}
You can’t perform that action at this time.
0 commit comments