* [LTP] [PATCH 3/3] runtest/nfs: TCbin path not exported for few tests
@ 2010-07-11 13:38 sumitbd
2010-07-11 14:22 ` Sumit Dhoot
0 siblings, 1 reply; 3+ messages in thread
From: sumitbd @ 2010-07-11 13:38 UTC (permalink / raw)
To: ltp-list
Hi,
While running networktest for nfs; nfsstress & nfsstat01 test gets
fail. Because TCbin is not exported with required path. Following
patch fixed the above problem.
Index: ltp-full-20100630/runtest/nfs
===================================================================
--- ltp-full-20100630.orig/runtest/nfs
+++ ltp-full-20100630/runtest/nfs
@@ -6,10 +6,10 @@ nfs01 export VERSION SOCKET_TYPE; TCbin=
nfs02 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs02
nfs03 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs03
nfs04 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs04
-nfslock01 export VERSION; nfslock01
+nfslock01 export VERSION; TCbin=$LTPROOT/testcases/bin nfslock01
# This will run 1 thread on 20 directories with 50 files in each.
-nfsstress export VERSION SOCKET_TYPE; nfsstress 20 50 1
+nfsstress export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin
nfsstress 20 50 1
nfsstat01 export VERSION; TCbin=$LTPROOT/testcases/bin nfsstat01
nfsx-linux export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin
fsx.sh
Thanks & Regards
Sumit Dhoot
System Administrator
Linsyssoft Technologies Pvt. Ltd.
sumitbd@linsyssoft.com
------------------------------------------------------------------------------
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] 3+ messages in thread
* Re: [LTP] [PATCH 3/3] runtest/nfs: TCbin path not exported for few tests
2010-07-11 13:38 [LTP] [PATCH 3/3] runtest/nfs: TCbin path not exported for few tests sumitbd
@ 2010-07-11 14:22 ` Sumit Dhoot
2010-07-11 17:05 ` Garrett Cooper
0 siblings, 1 reply; 3+ messages in thread
From: Sumit Dhoot @ 2010-07-11 14:22 UTC (permalink / raw)
To: ltp-list
Hi All,
I failed to add "Signed-off-by". Apologies for this.
On Sun, Jul 11, 2010 at 7:08 PM, <sumitbd@linsyssoft.com> wrote:
> Hi,
>
> While running networktest for nfs; nfsstress & nfsstat01 test gets
> fail. Because TCbin is not exported with required path. Following
> patch fixed the above problem.
>
Signed-off-by: Sumit Dhoot <sumitbd@linsyssoft.com>
=======
> Index: ltp-full-20100630/runtest/nfs
> ===================================================================
> --- ltp-full-20100630.orig/runtest/nfs
> +++ ltp-full-20100630/runtest/nfs
> @@ -6,10 +6,10 @@ nfs01 export VERSION SOCKET_TYPE; TCbin=
> nfs02 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs02
> nfs03 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs03
> nfs04 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs04
> -nfslock01 export VERSION; nfslock01
> +nfslock01 export VERSION; TCbin=$LTPROOT/testcases/bin nfslock01
>
> # This will run 1 thread on 20 directories with 50 files in each.
> -nfsstress export VERSION SOCKET_TYPE; nfsstress 20 50 1
> +nfsstress export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin
> nfsstress 20 50 1
>
> nfsstat01 export VERSION; TCbin=$LTPROOT/testcases/bin nfsstat01
> nfsx-linux export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin
> fsx.sh
>
=======
>
> Thanks & Regards
> Sumit Dhoot
> System Administrator
> Linsyssoft Technologies Pvt. Ltd.
> sumitbd@linsyssoft.com
>
>
--
Thanks & Regards
Sumit Dhoot
------------------------------------------------------------------------------
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] 3+ messages in thread
* Re: [LTP] [PATCH 3/3] runtest/nfs: TCbin path not exported for few tests
2010-07-11 14:22 ` Sumit Dhoot
@ 2010-07-11 17:05 ` Garrett Cooper
0 siblings, 0 replies; 3+ messages in thread
From: Garrett Cooper @ 2010-07-11 17:05 UTC (permalink / raw)
To: Sumit Dhoot; +Cc: ltp-list
On Sun, Jul 11, 2010 at 7:22 AM, Sumit Dhoot <sumitbd@linsyssoft.com> wrote:
> Hi All,
>
> I failed to add "Signed-off-by". Apologies for this.
>
> On Sun, Jul 11, 2010 at 7:08 PM, <sumitbd@linsyssoft.com> wrote:
>> Hi,
>>
>> While running networktest for nfs; nfsstress & nfsstat01 test gets
>> fail. Because TCbin is not exported with required path. Following
>> patch fixed the above problem.
>>
> Signed-off-by: Sumit Dhoot <sumitbd@linsyssoft.com>
>
> =======
>
>> Index: ltp-full-20100630/runtest/nfs
>> ===================================================================
>> --- ltp-full-20100630.orig/runtest/nfs
>> +++ ltp-full-20100630/runtest/nfs
>> @@ -6,10 +6,10 @@ nfs01 export VERSION SOCKET_TYPE; TCbin=
>> nfs02 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs02
>> nfs03 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs03
>> nfs04 export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin nfs04
>> -nfslock01 export VERSION; nfslock01
>> +nfslock01 export VERSION; TCbin=$LTPROOT/testcases/bin nfslock01
>>
>> # This will run 1 thread on 20 directories with 50 files in each.
>> -nfsstress export VERSION SOCKET_TYPE; nfsstress 20 50 1
>> +nfsstress export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin
>> nfsstress 20 50 1
>>
>> nfsstat01 export VERSION; TCbin=$LTPROOT/testcases/bin nfsstat01
>> nfsx-linux export VERSION SOCKET_TYPE; TCbin=$LTPROOT/testcases/bin
>> fsx.sh
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] 3+ messages in thread
end of thread, other threads:[~2010-07-11 17:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 13:38 [LTP] [PATCH 3/3] runtest/nfs: TCbin path not exported for few tests sumitbd
2010-07-11 14:22 ` Sumit Dhoot
2010-07-11 17:05 ` Garrett Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox