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]>
---
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
Description: Instead of block io testcases, memory controller testcase will run

Signed-off By: Rishikesh K Rajak <[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";
-------------------------------------------------------------------------
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

Reply via email to