bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] remote testing


From: Victor Shulyak
Subject: [Bug-dejagnu] remote testing
Date: Thu, 26 May 2005 19:35:25 +0700

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]