dejagnu
[Top][All Lists]
Advanced

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

Re: remote problems using ssh


From: Doug Reiland
Subject: Re: remote problems using ssh
Date: Tue, 30 Nov 2004 14:31:34 -0500

Well, I started over and I am now making some progress. What works is a remote_exec and/or remote_load.

These work with very little in my boards file:
hostname, shell_prompt, username, rsh_prog and rcp_prog

I was using a remote_open which was causing the problems. Does remote_open() make any sense for ssh?

Thanks for your help!

From: Daniel Jacobowitz <address@hidden>
To: Doug Reiland <address@hidden>
CC: address@hidden
Subject: Re: remote problems using ssh
Date: Tue, 30 Nov 2004 12:45:57 -0500

On Tue, Nov 30, 2004 at 12:33:50PM -0500, Doug Reiland wrote:
> Dan,
>
> Thanks for the quick reply. I forget the answer the target question.
>
> I was working thru an example. Basically, I created a ~/my_dejagnu file
> with the following
>
> set target unix
>
> Then I do:
> export DEJAGNU=~/my_dejagnu
> runtest --target_board my_board_sshscp remote_echo.exp
>
> I have since just made the changes that where in my_board_sshscp to
> ~/boards/standard.exp and just run runtest remote_echo.exp

Try killing the "set target" line and adding load_generic_config unix
at the top of your board file.  set_board_info only works the first
time it is called for a given board and a given variable; that may be
related.

Or try experimenting with --strace to figure out how you are getting to
telnet.


--
Daniel Jacobowitz






reply via email to

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