-------- Forwarded Message -------- From: Mohammed Omar <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [LTP] nfsx-linux not found Date: Wed, 19 Sep 2007 16:22:21 +0530
On Wed, 2007-09-19 at 14:09 +0530, Subrata Modak wrote: > On Wed, 2007-09-19 at 11:26 +0530, Mohammed Omar wrote: > > hi all, > > > > While executing ltpstress I got a failure in ltpstress.log file > > nfsx-linux FAIL 1 > > > > But I couldn't find nfsx-linux testcase in Sept ltp release. > > You have not found it as it is not existing ;). > See the contents of /ltp-full-20070831/runtest/stress.part1. On line > nos. 196,197,198 & 199, you will find the following entries: > > nfsx-linux export VERSION=2 SOCKET_TYPE=udp; export TCbin= > $LTPROOT/testcases/network/nfs/fsx-linux; fsx.sh > nfsx-linux export VERSION=2 SOCKET_TYPE=tcp; export TCbin= > $LTPROOT/testcases/network/nfs/fsx-linux; fsx.sh > nfsx-linux export VERSION=3 SOCKET_TYPE=udp; export TCbin= > $LTPROOT/testcases/network/nfs/fsx-linux; fsx.sh > nfsx-linux export VERSION=3 SOCKET_TYPE=tcp; export TCbin= > $LTPROOT/testcases/network/nfs/fsx-linux; fsx.sh > > Which means <nfsx-linux> is the tag name and the following command(s) > are executables. Finally, <fsx.sh> is the actual executable. If you dig > down, you will find that <fsx.sh> is existing under ltp/testcases/bin > directory and is pulled from > ltp-full-20070831/testcases/network/nfs/fsx-linux/ directory. > <fsx.sh> in turn calls > ltp-full-20070831/testcases/network/nfs/fsx-linux/fsx-linux.c, which has > got some recent changes. > Both ltp-full-20070831/testcases/network/nfs/fsx-linux/fsx-linux.c and > ltp-full-20070831/testcases/kernel/fs/fsx-linux/fsx-linux.c has been > merged recently. Your error may be beacuse of some changes during > merging the above C code files. its ok i will check it out.. regarding testcase ping ltp-full-20070831/testcases/network/tcp_cmds/ping at line 78, 81, 102 its shown that ./tst_resm . Instead "./tst_resm" can't we just add "test_resm" as PATH has been exported to ltpXX/testcases/bin. I suggest this bcoz when i ran ping manually from ltp-full-20070831/testcases/network/tcp_cmds/ping i got error like this ./ping01: line 78: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 81: ./tst_resm: No such file or directory ./ping01: line 102: ./tst_resm: No such file or directory --omar ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
