The coming patch stack fixes some of the testcases sent earlier on the list by Veerendra and adds new testcases for testing network namespace. The patches provides infrastructure for tcp testcass and add one testcase for ping command test. Content-Disposition: inline; filename=add-tcp-run-in-runnetnstest.patch
This patch edits the runnetnstest.sh script in the top directory for running all tcp command testcase for the network namespace. Signed-off-by: Sudhir Kumar <[EMAIL PROTECTED]> Index: containers/netns/runnetnstest.sh =================================================================== --- containers.orig/netns/runnetnstest.sh +++ containers/netns/runnetnstest.sh @@ -77,6 +77,17 @@ else fi echo +test_tcp +rc=$? +if [ $rc -ne 0 ]; then + exit_code=$rc + errmesg="some of tcp commad testcases FAIL $exit_code ; " + echo $errmesg +else + echo "test_tcp: PASS" +fi +echo + par_chld_ftp rc=$? if [ $rc -ne 0 ]; then -- Regards Sudhir Kumar Linux Technology Center IBM, India. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
