Finally have remote_open with SSH working with the following changes
(diff -U 2):
--- rsh.exp 2009-01-22 17:10:37.0 -0700
+++ /usr/share/dejagnu/rsh.exp 2009-01-23 14:58:30.0 -0700
@@ -22,4 +22,5 @@
proc rsh_open { hostname } {
global spawn_id
+global board_info
Hi,
In rsh_open in rsh.exp, I changed the line (removed the space)
set rsh_useropts "-l [board_info $hostname username]"
to read
set rsh_useropts "-l[board_info $hostname username]"
This modification fixes the problem for me. On top of that, I found
that this line
se
Hi.
> set_board_info rsh_prog /usr/bin/ssh
> set_board_info rcp_prog /usr/bin/scp
> set_board_info connect rsh
This is how I do it, and it works for me.
Ben
___
DejaGnu mailing list
DejaGnu@gnu.org
http://lists.gnu.org/mailman/listinfo/dejagnu