Signed-Off-By: Subrata Modak <[email protected]> -- --- ltp-intermediate-20081230/runalltests.sh.orig 2008-12-30 16:28:50.000000000 +0530 +++ ltp-intermediate-20081230/runalltests.sh 2008-12-30 16:37:57.000000000 +0530 @@ -83,6 +83,12 @@ export RUN_CPU_HOTPLUG=0 ## for more information on how to run the tests. export RUN_LTP_NETWORK_TESTS=0
+##Set this to 1 if you wish to run the LTP-NETWORK-STRESS tests. Please refer to: +## http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/network/LTP-Network-test_README.pdf +## and http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/network/stress/README +## for more information on how to run the NETWORK-STRESS tests. +export RUN_LTP_NETWORK_STRESS_TESTS=0 + export LTP_VERSION=`./runltp -e` export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"` export HARDWARE_TYPE=$(uname -i) @@ -272,4 +278,11 @@ then fi ## END => Test Series 12 ## +## The next one i plan to run are the LTP Network Stress tests +## START => Test Series 13 ## +if [ $RUN_LTP_NETWORK_STRESS_TESTS -eq 1 ] +then +(cd $LTPROOT/testscripts/; ./networkstress.sh) +fi +## END => Test Series 13 ## Regards-- Subrata
--- ltp-intermediate-20081230/runalltests.sh.orig 2008-12-30 16:28:50.000000000 +0530 +++ ltp-intermediate-20081230/runalltests.sh 2008-12-30 16:37:57.000000000 +0530 @@ -83,6 +83,12 @@ export RUN_CPU_HOTPLUG=0 ## for more information on how to run the tests. export RUN_LTP_NETWORK_TESTS=0 +##Set this to 1 if you wish to run the LTP-NETWORK-STRESS tests. Please refer to: +## http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/network/LTP-Network-test_README.pdf +## and http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/network/stress/README +## for more information on how to run the NETWORK-STRESS tests. +export RUN_LTP_NETWORK_STRESS_TESTS=0 + export LTP_VERSION=`./runltp -e` export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"` export HARDWARE_TYPE=$(uname -i) @@ -272,4 +278,11 @@ then fi ## END => Test Series 12 ## +## The next one i plan to run are the LTP Network Stress tests +## START => Test Series 13 ## +if [ $RUN_LTP_NETWORK_STRESS_TESTS -eq 1 ] +then +(cd $LTPROOT/testscripts/; ./networkstress.sh) +fi +## END => Test Series 13 ##
------------------------------------------------------------------------------
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
