public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
To: ltp-list@lists.sourceforge.net
Subject: [LTP] [Patch v2 2/4] KSM test case fixes - ksm03
Date: Tue, 06 Sep 2011 17:48:25 +0530	[thread overview]
Message-ID: <4E660F91.6030200@linux.vnet.ibm.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

Thanks Casper. Used macro 'PATH_KSM' and removed braces. And tested the 
same.

ksm03, ksm03_1:
Before patch:
...
ksm03       0  TINFO  :  KSM merging...
ksm03       1  TBROK  :  open: errno=ENOENT(2): No such file or directory
ksm03       2  TBROK  :  Remaining cases broken
ksm03       0  TINFO  :  child 1 stops.
ksm03       1  TBROK  :  unexpected signal 1 received (pid = 46142).
ksm03       2  TBROK  :  Remaining cases broken
...

After patch:
...
ksm03       1  TCONF  :  KSM configuration is not enabled
ksm03       2  TCONF  :  Remaining cases not appropriate for configuration
...

Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>

-- 
Regards
R.Nageswara Sastry


[-- Attachment #2: ksm03.patch --]
[-- Type: text/plain, Size: 463 bytes --]

--- ltp.orig/testcases/kernel/mem/ksm/ksm03.c	2011-09-05 08:42:12.000000000 +0200
+++ ltp/testcases/kernel/mem/ksm/ksm03.c	2011-09-06 13:50:16.000000000 +0200
@@ -111,6 +111,8 @@ void setup(void)
 	mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW);
 	tst_sig(FORK, DEF_HANDLER, NULL);
 	TEST_PAUSE;
+        if( access( PATH_KSM, F_OK ) == -1 )
+                tst_brkm(TCONF, NULL, "KSM configuration is not enabled");
 }
 
 void cleanup(void)

[-- Attachment #3: Type: text/plain, Size: 357 bytes --]

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev

[-- 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

                 reply	other threads:[~2011-09-06 12:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E660F91.6030200@linux.vnet.ibm.com \
    --to=rnsastry@linux.vnet.ibm.com \
    --cc=ltp-list@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox