[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ltp-cvs
Subject:    [Ltp-cvs] ltp runalltests.sh,1.89,1.90
From:       Subrata <subrata_modak () users ! sourceforge ! net>
Date:       2008-12-31 4:44:06
Message-ID: E1LHswA-0004wh-W1 () ddv4jf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/ltp/ltp
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18977/ltp

Modified Files:
	runalltests.sh 
Log Message:
Integrate ltp sysfs tests to runalltests. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>.


Index: runalltests.sh
===================================================================
RCS file: /cvsroot/ltp/ltp/runalltests.sh,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** runalltests.sh	31 Dec 2008 04:43:31 -0000	1.89
--- runalltests.sh	31 Dec 2008 04:44:04 -0000	1.90
***************
*** 157,160 ****
--- 157,169 ----
  export RUN_LTP_SCSI_DEBUG_TEST=0
  
+ ## Set this to 1 if you wish to run the LTP SYSFS tests
+ #Note: Must have root access to execute this script. 
+ #  USAGE       : sysfs.sh [ -k <kernel_module> ]
+ #  DESCRIPTION : A script that will test sysfs on Linux system.
+ #  REQUIREMENTS: CONFIG_DUMMY must have been used to build kernel, and the 
+ #                dummy network module must exist.
+ export RUN_LTP_SYSFS_TEST=0
+ export KERNEL_MODULE1=xxxxxxx
+ 
  export LTP_VERSION=`./runltp -e`
  export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"`
***************
*** 448,450 ****
--- 457,467 ----
  ## END => Test Series 22                               ##
  
+ ## The next one i plan to run the LTP SYSFS tests
+ ## START => Test Series 23                             ##
+ if [ $RUN_LTP_SYSFS_TEST -eq 1 ]
+ then
+ (cd $LTPROOT/testscripts/; ./sysfs.sh -k $KERNEL_MODULE1)
+ fi
+ ## END => Test Series 23                               ##
+ 
  


------------------------------------------------------------------------------
_______________________________________________
Ltp-cvs mailing list
Ltp-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic