Subrata Modak wrote:
On Fri, 2008-12-12 at 20:16 +0530, Subrata Modak wrote:
On Tue, 2008-11-25 at 15:50 +0530, Veerendra wrote:
hi,

Please find the testcase for the below scenario..

Assertion
* *----------------
* * kill -USR1 container_init
* *     - from the parent process and also inside a container
* *     - Where init has defined a custom handler for USR1
* *     - Should call the handler and
* * - Verify whether the signal handler is called from the proper process.
* *

Signed-off by:

Veerendra C <[email protected]>
Thanks. Same here.

Please add provision to run these tests from:
http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/kernel/containers/pidns/runpidnstest.sh

through separate patch(s).

I would need a Patch which runs these new tests being added by you ?

Regards--
Subrata
Hi Subrata

   Adding the patch for running the tests pidns14.c  and pidns16.c
Please accept this.



Regards
Veerendra C
Index: root/ltp-full-20081130/testcases/kernel/containers/pidns/runpidnstest.sh
===================================================================
--- root.orig/ltp-full-20081130/testcases/kernel/containers/pidns/runpidnstest.sh
+++ root/ltp-full-20081130/testcases/kernel/containers/pidns/runpidnstest.sh
@@ -85,6 +85,18 @@ if [ $rc -ne 0 ] && [ -z $err_code ]; th
 	err_code=$rc
 fi
 
+pidns14
+rc=$?
+if [ $rc -ne 0 ] && [ -z $err_code ]; then
+	err_code=$rc
+fi
+
+pidns16
+rc=$?
+if [ $rc -ne 0 ] && [ -z $err_code ]; then
+	err_code=$rc
+fi
+
 pidns17
 rc=$?
 if [ $rc -ne 0 ] && [ -z $err_code ]; then
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to