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. --Subrata-- > > thanks > --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 ------------------------------------------------------------------------- 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
