remote testing
Victor Shulyak <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Organization | Budker Institute of Nuclear Physics |
| Message-ID | <[email protected]> |
Hello,
I tried to use dejagnu and kermit for remote testing.
`kermit_command' fail in two cases with the following output
"Unable to get prompt from kermit"
"Unable to resume Kermit connection".
After I had changed two of three `expect' statements it became working.
I changed
"-i $shell_id -re ".*Back at.*ermit.*>.*$" {set i 10}"
to
"-i $shell_id -re ".*ermit.*>.*$" {set i 10}"
and
"-i $shell_id -re ".*other options.\[\r\n\]+" { }"
to
"-i $shell_id -re ".*ermit.*>.*$" { }".
I am using dejagnu 1.4 under fedora core 3 with kermit 8.0.
RPM versions
dejagnu-1.4.4-2
ckermit-8.0.209-9
config.guess output
i686-pc-linux-gnu
Thanks, Victor