[llvm-testresults] How to run DejaGNU test on remote board?

Galina Kistanova scalare at gmail.com
Wed Mar 17 14:25:42 PDT 2010


Hello all,

Do anybody use DejaGNU  to run tests on remote host?

I try to run llvm dejagnu tests on remote machine, but tests run on my local
host instead. The remote host is  available to connect w/o password, nfs is
set up.
To run test I use  the line:
make check ENABLE_OPTIMIZED=1 RUNTESTFLAGS="--host_board i686-pc-linux-gnu
--target_board i686-pc-linux-gnu"

My  dejagnurc. file:
set target_list "linux-gnu"
I have a file for the board configuration also.

I am getting in the log:
          . . .
    send_error "WARNING: Couldn't find tool config file for $name, using
default.\n"
    # If we can't load the tool init file, this must be a simple natively
hosted
    # test suite, so we use the default procs for Unix.
    if { [search_and_load_file "library file" default.exp [list $libdir
$libdir/config [file dirname [file dirname $srcdir]]/dejagnu/config
$srcdir/config . [file dirname [file dirname [file dirname
$srcdir]]]/dejagnu/config]] == 0 } {
        send_error "ERROR: Couldn't find default tool init file.\n"
        . . .

Did I miss anything?
Will appreciate any advice.

Thank you

Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-testresults/attachments/20100317/9b667a08/attachment.html>


More information about the llvm-testresults mailing list