Signed-Off-By: Subrata Modak <[email protected]>
--
--- ltp-intermediate-20081230/runalltests.sh.orig 2008-12-30
16:38:47.000000000 +0530
+++ ltp-intermediate-20081230/runalltests.sh 2008-12-30
16:46:40.000000000 +0530
@@ -89,6 +89,9 @@ export RUN_LTP_NETWORK_TESTS=0
## for more information on how to run the NETWORK-STRESS tests.
export RUN_LTP_NETWORK_STRESS_TESTS=0

+## Set this to 1 if you wish to run the ltp/testscripts/adp tests
+export RUN_LTP_ADP_TESTS=0
+
export LTP_VERSION=`./runltp -e`
export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"`
export HARDWARE_TYPE=$(uname -i)
@@ -286,3 +289,11 @@ then
fi
## END => Test Series 13                               ##

+
+## The next one i plan to run are the LTP ADP tests
+## START => Test Series 14                             ##
+if [ $RUN_LTP_ADP_TESTS -eq 1 ]
+then
+(cd $LTPROOT/testscripts/; ./adp.sh -d 3 -n 100)
+fi
+## END => Test Series 14                               ##

Regards--
Subrata

--- ltp-intermediate-20081230/runalltests.sh.orig	2008-12-30 16:38:47.000000000 +0530
+++ ltp-intermediate-20081230/runalltests.sh	2008-12-30 16:46:40.000000000 +0530
@@ -89,6 +89,9 @@ export RUN_LTP_NETWORK_TESTS=0
 ## for more information on how to run the NETWORK-STRESS tests.
 export RUN_LTP_NETWORK_STRESS_TESTS=0
 
+## Set this to 1 if you wish to run the ltp/testscripts/adp tests
+export RUN_LTP_ADP_TESTS=0
+
 export LTP_VERSION=`./runltp -e`
 export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"`
 export HARDWARE_TYPE=$(uname -i)
@@ -286,3 +289,11 @@ then
 fi
 ## END => Test Series 13                               ##
 
+
+## The next one i plan to run are the LTP ADP tests
+## START => Test Series 14                             ##
+if [ $RUN_LTP_ADP_TESTS -eq 1 ]
+then
+(cd $LTPROOT/testscripts/; ./adp.sh -d 3 -n 100)
+fi
+## END => Test Series 14                               ##
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to