Rishikesh K. Rajak wrote: > Hi Andrea, > > Here is one fix for io-controller testcase. It might not have run when > kernel supports io-controller. > > > Description: Instead of block io testcases, memory controller testcase > will run > > Signed-off By: Rishikesh K Rajak <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > --- > Index: ltp-full-20080930/testcases/kernel/controllers/test_controllers.sh > =================================================================== > --- > ltp-full-20080930.orig/testcases/kernel/controllers/test_controllers.sh > 2008-09-30 18:06:43.000000000 +0530 > +++ ltp-full-20080930/testcases/kernel/controllers/test_controllers.sh > 2008-10-02 19:42:43.000000000 +0530 > @@ -72,7 +72,7 @@ > > if [ "$IOTHROTTLE_CONTROLLER" = "blockio" ] > then > - $LTPROOT/testcases/bin/run_memctl_test.sh 1; > + $LTPROOT/testcases/bin/run_io_throttle_test.sh; > else > echo "CONTROLLERS TESTCASES: WARNING"; > echo "Kernel does not support blockio controller"; > > > - Rishi >
Yep! that's true. Sorry, I usually run this testcase directly via run_io_throttle_test.sh and didn't notice this. Thanks! Acked-by: Andrea Righi <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
