* [LTP] [Patch v4 4/4] KSM test case fixes - oom01 and oom03
@ 2011-09-08 9:53 Nageswara R Sastry
0 siblings, 0 replies; only message in thread
From: Nageswara R Sastry @ 2011-09-08 9:53 UTC (permalink / raw)
To: ltp-list
[-- Attachment #1: Type: text/plain, Size: 191 bytes --]
Disable oom01, oom03 tests if KSM is not configured
P.S. patch checked with 'checkpatch.pl'
Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
--
Regards
R.Nageswara Sastry
[-- Attachment #2: mem.patch --]
[-- Type: text/plain, Size: 495 bytes --]
--- ltp.orig/testcases/kernel/mem/lib/mem.c 2011-09-08 11:32:12.000000000 +0200
+++ ltp/testcases/kernel/mem/lib/mem.c 2011-09-08 11:44:30.000000000 +0200
@@ -139,6 +139,9 @@ void testoom(int mempolicy, int lite, in
tst_resm(TINFO, "start OOM testing for mlocked pages.");
oom(MLOCK, mempolicy, lite);
+ if (access(PATH_KSM, F_OK) == -1)
+ tst_brkm(TCONF, NULL, "KSM configuration is not enabled");
+
tst_resm(TINFO, "start OOM testing for KSM pages.");
oom(KSM, mempolicy, lite);
}
[-- Attachment #3: Type: text/plain, Size: 433 bytes --]
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops? How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
[-- Attachment #4: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-08 9:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08 9:53 [LTP] [Patch v4 4/4] KSM test case fixes - oom01 and oom03 Nageswara R Sastry
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox