Hi,
The patch i sent does not completely delete the existing testcases for RPC.
In fact some simple tests were already in directory testcases/network/rpc.
The patch places the existing tests in testcases/network/rpc/simple_tests
The new ones are in testcases/network/rpc/rpc-tirpc-full-test-suite
This must disturb the test launcher because I forgot to modify the rpc
script (in runtest directory)
I think this patch should fix the problem.
Regards,
Aurélien
Subrata Modak wrote:
On Wed, 2008-01-02 at 17:42 +0100, Aurélien Charbon wrote:
Hi,
Sorry for the late answer.
Here is a patch that include rpc-tirpc test suite into the network/rpc
branch.
Regards,
Aurélien
Subrata Modak wrote:
On Wed, 2007-12-26 at 12:19 +0530, Subrata Modak wrote:
This patch seems to delete all our existing test cases under network/rpc
and installs your test cases only. I would like both the test cases
merged and amalgamated properly where good points/algorithms/advantages
of both are taken into consideration. Please do not delete the existing
ones under network/rpc, instead add yours with various names and
combinations.
It would be nice of you if you can give me a new patch again. Sorry to
bother you so much.
--Subrata
--
********************************
Aurelien Charbon
Linux NFSv4 team
Bull SAS
Echirolles - France
http://nfsv4.bullopensource.org/
********************************
diff -u -r -N ltp-full-20071130-rpc/runtest/rpc ltp-full-20071130-rpc-fix/runtest/rpc
--- ltp-full-20071130-rpc/runtest/rpc 2008-01-02 17:16:43.000000000 +0100
+++ ltp-full-20071130-rpc-fix/runtest/rpc 2008-01-07 17:09:38.000000000 +0100
@@ -2,7 +2,7 @@
#
# PLEASE READ THE README FILE IN /rpc BEFORE RUNNING THESE.
#
-rpc01 export TCbin=$LTPROOT/testcases/network/rpc/rpc01; rpc01
-rpcinfo export TCbin=$LTPROOT/testcases/network/rpc/rpcinfo01; rpcinfo01
-rup export TCbin=$LTPROOT/testcases/network/rpc/rup; rup01
-rusers export TCbin=$LTPROOT/testcases/network/rpc/rusers; rusers01
+rpc01 export TCbin=$LTPROOT/testcases/network/rpc/simple_tests rpc01; rpc01
+rpcinfo export TCbin=$LTPROOT/testcases/network/rpc/simple_tests rpcinfo01; rpcinfo01
+rup export TCbin=$LTPROOT/testcases/network/rpc/simple_tests rup; rup01
+rusers export TCbin=$LTPROOT/testcases/network/rpc/simpletests rusers; rusers01
diff -u -r -N ltp-full-20071130-rpc/testcases/network/rpc/Makefile ltp-full-20071130-rpc-fix/testcases/network/rpc/Makefile
--- ltp-full-20071130-rpc/testcases/network/rpc/Makefile 1970-01-01 01:00:00.000000000 +0100
+++ ltp-full-20071130-rpc-fix/testcases/network/rpc/Makefile 2008-01-07 17:55:10.000000000 +0100
@@ -0,0 +1,11 @@
+SUBDIRS = rpc-tirpc-full-test-suite simple_tests
+
+all:
+ @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done
+
+install:
+ @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i install ; done
+
+clean:
+ @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i clean ; done
+
diff -u -r -N ltp-full-20071130-rpc/testcases/network/rpc/rpc-tirpc-full-test-suite/Makefile ltp-full-20071130-rpc-fix/testcases/network/rpc/rpc-tirpc-full-test-suite/Makefile
--- ltp-full-20071130-rpc/testcases/network/rpc/rpc-tirpc-full-test-suite/Makefile 2008-01-02 17:25:09.000000000 +0100
+++ ltp-full-20071130-rpc-fix/testcases/network/rpc/rpc-tirpc-full-test-suite/Makefile 2008-01-07 17:56:37.000000000 +0100
@@ -5,6 +5,8 @@
deploy:
./install.sh
+install:
+ ./install.sh
all:
$(CC) /root/admin-tool_testsuite/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noproc/1-basic.c $(CFLAGS_RPC) -o /root/admin-tool_testsuite/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noproc/1-basic.bin
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list