Update of /cvsroot/ltp/ltp/testcases/kernel/controllers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2147/ltp/testcases/kernel/controllers
Modified Files:
test_controllers.sh
Log Message:
This patch adds the failcnt check test for memory controller. In this test a task runs in a group with some memory limit and does total memory allocation greater than the limit of the group. The script checks the failcnt from memory.failcnt file under the controller. It reports pass if failcnt increases otherwise reports fail. Signed-off-by: Sudhir Kumar <skumar@...>. Acked-by: Dhaval Giani <dhaval@...>.
Index: test_controllers.sh
===================================================================
RCS file: /cvsroot/ltp/ltp/testcases/kernel/controllers/test_controllers.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_controllers.sh 30 Apr 2008 07:19:29 -0000 1.10
--- test_controllers.sh 26 May 2008 11:24:31 -0000 1.11
***************
*** 62,65 ****
--- 62,66 ----
$LTPROOT/testcases/bin/run_memctl_test.sh 1;
$LTPROOT/testcases/bin/run_memctl_test.sh 2;
+ $LTPROOT/testcases/bin/run_memctl_test.sh 3;
else
echo "CONTROLLERS TESTCASES: WARNING";
|