certi-devel
[Top][All Lists]
Advanced

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

Re: [certi-dev] HLA_TestsSuite usage / dtest problems 2


From: Eric Noulard
Subject: Re: [certi-dev] HLA_TestsSuite usage / dtest problems 2
Date: Thu, 26 Jun 2008 12:16:50 +0200

>
> All tests use very similar dtest feature.
> Could you run
>
> dtest_test_Sync
>

sorry I didn't see you already did this.

Your last (I hope) problem is that you lack a proper ssh key-pair.

If you use ssh could you:
   run ssh-add command before running the tests
If you don't currently use ssh coud you:
   1) ssh-keygen -t dsa
   2) cp ~/.ssh/id_dsa.pub ~/.ssh/authorized_keys
   3) ssh-add

then rerun the tests.

DTest currently suppose you are using ssh key pair
in order to avoid to ask for passwd when using ssh connection.
If you want to check that your ssh key pair is properly installed for dtest
you may run

$ ssh localhost pwd

which should print the home dir of current user on localhost
without asking for passwd/passohrase....

SSH is used inside DTest (even if test runs locally) because
if offers an easy way to have a "proper" PTY in order to control
and monitor process execution.

-- 
Erk




reply via email to

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