From: Garrett C. <yab...@us...> - 2010-02-09 14:45:38
|
Update of /cvsroot/ltp/ltp/testcases/kernel/containers In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21088 Modified Files: container_test.sh Log Message: 1. Remove mqns check app check. It no longer exists in the repo and thus gates these tests unnecessarily from being run.. 2. Compile the netns check app. Signed-off-by: Garrett Cooper <yan...@gm...> Index: container_test.sh =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/kernel/containers/container_test.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** container_test.sh 6 Feb 2010 06:39:57 -0000 1.9 --- container_test.sh 9 Feb 2010 14:45:29 -0000 1.10 *************** *** 50,61 **** runpidnstest.sh ! check_mqns_enabled ! if [ $? -eq 0 ]; then ! echo "Running POSIX message queue tests." ! runmqnstest.sh ! else ! echo "Posix message queues or ipc namespaces not enabled in kernel." ! echo "Not running mqns tests." ! fi check_netns_enabled --- 50,55 ---- runpidnstest.sh ! echo "Running POSIX message queue tests." ! runmqnstest.sh check_netns_enabled |