* [LTP] [PATCH 2/2] runtest/multicast: wrong TCsrc path exported for multicast tests
@ 2010-07-16 6:12 sumitbd
2010-07-16 22:40 ` Garrett Cooper
0 siblings, 1 reply; 2+ messages in thread
From: sumitbd @ 2010-07-16 6:12 UTC (permalink / raw)
To: ltp-list
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LTP] [PATCH 2/2] runtest/multicast: wrong TCsrc path exported for multicast tests
2010-07-16 6:12 [LTP] [PATCH 2/2] runtest/multicast: wrong TCsrc path exported for multicast tests sumitbd
@ 2010-07-16 22:40 ` Garrett Cooper
0 siblings, 0 replies; 2+ messages in thread
From: Garrett Cooper @ 2010-07-16 22:40 UTC (permalink / raw)
To: sumitbd; +Cc: ltp-list
On Thu, Jul 15, 2010 at 11:12 PM, <sumitbd@linsyssoft.com> wrote:
> 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
ACK
------------------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-16 22:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-16 6:12 [LTP] [PATCH 2/2] runtest/multicast: wrong TCsrc path exported for multicast tests sumitbd
2010-07-16 22:40 ` Garrett Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox