All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Kodanev <alexey.kodanev@oracle.com>
To: ltp@lists.linux.it
Subject: [LTP] [Query] Regarding broken_ip4_version testcase
Date: Mon, 21 Dec 2015 09:45:01 +0300	[thread overview]
Message-ID: <56779FED.9010100@oracle.com> (raw)
In-Reply-To: <1046379286.777961450256035403.JavaMail.weblogic@epmlwas06c>

Hi,
On 12/16/2015 11:53 AM, Manjeet Pawar wrote:
> HI,
>
> I am running broken_ip testcases. I am using below env setting
>
> export NETWORK_DELAY=30
> export LTP_RSH="ssh -q  -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa -l root"

LTP_RSH is not used in test_net.sh/tst_rhost_run(), which is sourced by 
broken_ip test group.
So it will be as you wrote below without your private key.

You could try to create alias ssh='ssh -o StrictHostKeyChecking=no -i 
/root/.ssh/id_rsa'
and then run the test.


>
> Testcase:- "broken_ip4_version"
> Logs: here (xxx.xxx.xxx.xxx is rhost address)
> ++ssh -n -q root@xxx.xxx.xxx.xxx 'sh -c    '\' ip link set eth0 down  || echo RTERR'\'''
> <testcase stuck here>

requesting a pswd?

Best regards,
Alexey

Also please send any further emails to the following ML:

ltp@lists.linux.it

> I am not able to proceed after this command. I checked my remote machine, its network is already down when this command executed, but the testcase stuck at this moment and not returning anything.
> Am I missing anything?
> I checked with all my env settings, they are working for rest of the other testcases but not for this category "broken_ip_*).
> Thanks
> Manjeet
> ------------------------------------------------------------------------------
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list


  reply	other threads:[~2015-12-21  6:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-16  8:53 [LTP] [Query] Regarding broken_ip4_version testcase Manjeet Pawar
2015-12-21  6:45 ` Alexey Kodanev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-21  8:54 Manjeet Pawar
2015-12-21 11:31 ` Alexey Kodanev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56779FED.9010100@oracle.com \
    --to=alexey.kodanev@oracle.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.