On Sat, 2009-02-28 at 18:21 +0530, Subrata Modak wrote: > Signed-Off-By: Oliver Hartkopp <[email protected]>,
Thanks Oliver. Regards-- Subrata > Signed-Off-By: Subrata Modak <[email protected]>, > -- > > --- ltp-full-20090131.orig/runalltests.sh 2009-02-27 15:31:22.000000000 > +0530 > +++ ltp-full-20090131/runalltests.sh 2009-02-27 16:58:16.000000000 +0530 > @@ -187,6 +187,11 @@ export RUN_SE_LINUX_TESTS=0 > ##Set this to 1 if you wish to run the dma_thread_diotest7 test > export RUN_DMA_THREAD_DIOTEST7=0 > > +##Set this to 1 if you wish to run the Controller area network (CAN) > +##protocol support tests. You would also like to review the Kernel > +##config options need to be set for this at ltp/README > +export RUN_CONTROLLER_AREA_NETWORK_TESTS=0 > + > export LTP_VERSION=`./runltp -e` > export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"` > export HARDWARE_TYPE=$(uname -i) > @@ -510,3 +515,12 @@ then > ./runltp -f test_dma_thread_diotest7 > fi > ## END => Test Series 26 ## > + > +## The next one i plan to run the Controller area network > +## (CAN) protocol support tests > +## START => Test Series 27 ## > +if [ $RUN_CONTROLLER_AREA_NETWORK_TESTS -eq 1 ] > +then > + ./runltp -f can > +fi > +## END => Test Series 27 ## ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
