Signed-Off-By: Subrata Modak <[email protected]>
--
--- ltp-intermediate-20081230/runalltests.sh.orig 2008-12-30
17:24:00.000000000 +0530
+++ ltp-intermediate-20081230/runalltests.sh 2008-12-30
17:30:02.000000000 +0530
@@ -115,6 +115,11 @@ export NFS_SERVER_FS_TYPE1=zzz
export RUN_RO_ONLY_FS_TESTS=0
export READ_ONLY_DIRECTORY1=xxxx

+## Set this to 1 if you wish to run the ISOFS tests
+#  REQUIREMENTS:
+#   Must have root access to execute this script
+export RUN_ISOFS_TESTS=0
+
export LTP_VERSION=`./runltp -e`
export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"`
export HARDWARE_TYPE=$(uname -i)
@@ -363,3 +368,12 @@ fi
## END => Test Series 17                               ##


+## The next one i plan to run the ISOFS tests
+## START => Test Series 18                             ##
+if [ $RUN_ISOFS_TESTS -eq 1 ]
+then
+(cd $LTPROOT/testscripts/; ./isofs.sh)
+fi
+## END => Test Series 18                               ##
+
+

Regards--
Subrata

--- ltp-intermediate-20081230/runalltests.sh.orig	2008-12-30 17:24:00.000000000 +0530
+++ ltp-intermediate-20081230/runalltests.sh	2008-12-30 17:30:02.000000000 +0530
@@ -115,6 +115,11 @@ export NFS_SERVER_FS_TYPE1=zzz
 export RUN_RO_ONLY_FS_TESTS=0
 export READ_ONLY_DIRECTORY1=xxxx
 
+## Set this to 1 if you wish to run the ISOFS tests
+#  REQUIREMENTS:
+#   Must have root access to execute this script
+export RUN_ISOFS_TESTS=0
+
 export LTP_VERSION=`./runltp -e`
 export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"`
 export HARDWARE_TYPE=$(uname -i)
@@ -363,3 +368,12 @@ fi
 ## END => Test Series 17                               ##
 
 
+## The next one i plan to run the ISOFS tests
+## START => Test Series 18                             ##
+if [ $RUN_ISOFS_TESTS -eq 1 ]
+then
+(cd $LTPROOT/testscripts/; ./isofs.sh)
+fi
+## END => Test Series 18                               ##
+
+
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to