From: Rishi k. K R. <ris...@li...> - 2010-03-15 06:24:18
|
The branch, maint, has been updated via 965127e99f1c3e4035a3de621ca0c295de14448b (commit) via 0a52859d55cf93cdd310ec678868cb4d10e80728 (commit) via d05498f44de5d3e542b2031b458d84e907604728 (commit) via 615e1e37de053855b6bd56bae8b00d8a17133f8a (commit) from 2784e9a6e36cacad4192f41a8c9044a85428ed27 (commit) - Log ----------------------------------------------------------------- commit 965127e99f1c3e4035a3de621ca0c295de14448b Merge: 2784e9a6e36cacad4192f41a8c9044a85428ed27 0a52859d55cf93cdd310ec678868cb4d10e80728 Author: Rishikesh K Rajak <ris...@li...> Date: Mon Mar 15 11:53:31 2010 +0530 Merge branches 'pu' and 'maint' into maint commit 0a52859d55cf93cdd310ec678868cb4d10e80728 Author: Rishikesh K Rajak <ris...@li...> Date: Mon Mar 15 11:50:53 2010 +0530 Adding a wordy informationi, 2005 here represents as year not version of kernels. Though we need to work on this testcase to provide under TCONF. Signed-off-by: Rishikesh K Rajak <ris...@li...> ----------------------------------------------------------------------- Summary of changes: testcases/network/multicast/mc_cmds/mc_cmds | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/network/multicast/mc_cmds/mc_cmds b/testcases/network/multicast/mc_cmds/mc_cmds index d537103..f43dd95 100755 --- a/testcases/network/multicast/mc_cmds/mc_cmds +++ b/testcases/network/multicast/mc_cmds/mc_cmds @@ -127,7 +127,7 @@ for eth in $IFNAME cat /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts | grep 1 > /dev/null if [ $? -eq 0 ] then - end_testcase "Multicast ping disabled on this system (this is normal on post 2005 kernels)" + end_testcase "Multicast ping disabled on this system (this is normal on post year:2005 kernels)" fi # Do the ping tests: Execute ping 224.0.0.1 - Verify that the proper hooks/post-receive -- ltp |