public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: sumitbd@linsyssoft.com
To: ltp-list@lists.sourceforge.net
Subject: [LTP] [PATCH 2/2] runtest/multicast: wrong TCsrc path exported for multicast tests
Date: Fri, 16 Jul 2010 11:42:30 +0530	[thread overview]
Message-ID: <1279260750.4313.2.camel@sumit> (raw)

While running networktest for multicast ;  "mc_member" test displays the
following error message multiple times
"cat: /opt/ltp/testcases/inetwork/multicast/mc_menmber/ManyGroups: No
such file or directory". 
This is Because variable "TCsrc" is exported with incorrect path. Looks
like previously LTP test scripts installed and ran directly from source
directory . Now it installs mulicast test binary and script files to
"$LTPROOT/testcases/bin" directory. Hence the variable "TCsrc" needed to
be exported with above mentioned install path.

Signed-off-by:  Sumit Dhoot <sumitbd@linsyssoft.com>

Index: ltp-full-20100630/runtest/multicast
===================================================================
--- ltp-full-20100630.orig/runtest/multicast
+++ ltp-full-20100630/runtest/multicast
@@ -3,6 +3,6 @@
# PLEASE READ THE README FILE IN /multicast BEFORE RUNNING THESE.
#
mc_cmds mc_cmds
-mc_commo export TCsrc=$LTPROOT/testcases/network/multicast/mc_commo;
mc_commo
-mc_member export TCsrc=$LTPROOT/testcases/network/multicast/mc_member;
mc_member
-mc_opts export TCsrc=$LTPROOT/testcases/network/multicast/mc_opts;
mc_opts
+mc_commo export TCsrc=$LTPROOT/testcases/bin; mc_commo
+mc_member export TCsrc=$LTPROOT/testcases/bin; mc_member
+mc_opts export TCsrc=$LTPROOT/testcases/bin; mc_opts 


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

             reply	other threads:[~2010-07-16  6:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-16  6:12 sumitbd [this message]
2010-07-16 22:40 ` [LTP] [PATCH 2/2] runtest/multicast: wrong TCsrc path exported for multicast tests Garrett Cooper

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=1279260750.4313.2.camel@sumit \
    --to=sumitbd@linsyssoft.com \
    --cc=ltp-list@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox