[LTP] HWaddress for infiniband.

2015-01-05 Thread C Nandi
Hi, Will LTP supports infiniband hardware address and its length? ib1 Link encap:UNSPEC HWaddr 80-00-00-49-FE-80-00-00-00-00-00-00-00-00-00-00 inet addr:192.168.9.85 Bcast:192.168.9.255 Mask:255.255.255.0 inet6 addr: 2001:1890:1109:a20:9:0:1:55/80 Scope:Global inet6 addr: fe80::202:c90

[LTP] Reg: sendfile01_server

2014-05-07 Thread C Nandi
>From "testcases/network/tcp_cmds/sendfile/sendfile01"     53  CLIENT="testsf_c${EXEC_SUFFIX}"     54  SERVER="testsf_s${EXEC_SUFFIX}" SERVER can be "testsf_s" or "testfs_s6" But, in testcases/network/tcp_cmds/sendfile/sendfile01_server, 1  #!/bin/sh 2  #set -x 3  cd $3  

[LTP] Sendfile01 : mc_gethost argument

2014-05-07 Thread C Nandi
Hi, Referring, http://www.gnu.org/software/bash/manual/bash.html      ${parameter:+word}     If parameter is null or unset, nothing is substituted, otherwise the expansion of word is substituted. As per the syntax of "mc_gethost" it accepts -d, -6 or -f.     usage:  mc_gethost [-d] [-6] [-f]

Re: [LTP] Fw: Typo

2014-05-06 Thread C Nandi
Hi, Please find the patch attached as requested.   Thanks and Regards, CHANDRASHEKHAR NANDI From: "chru...@suse.cz" To: C Nandi Cc: "ltp-list@lists.sourceforge.net" Sent: Monday, May 5, 2014 5:23 AM Subject: Re: [LTP] Fw: Typo

[LTP] Fw: Typo

2014-05-05 Thread C Nandi
Hi, Correction is required for the "netdefs.h" file. diff --git a/testcases/network/tcp_cmds/include/netdefs.h b/testcases/network/tcp_cmds/include/netdefs.h index 067f20a..c6647e9 100644 --- a/testcases/network/tcp_cmds/include/netdefs.h +++ b/testcases/network/tcp_cmds/include/netdefs.h @@

[LTP] Test suite for the t-core kernel patch

2013-06-05 Thread C Nandi
Hi, Is this test suite for t-core kernel patch still valid? If yes, can we avoid invoking following function, and go with the following patch? I believe "/proc/sys/kernel/core_dumps_threads" file will not get created by latest kernel. File: testcases/misc/tcore_patch_test_suites/tcore.sh check

Re: [LTP] ltp network multicast test cases

2013-04-29 Thread C Nandi
Below LTP test cases are failing in Debian based systems. 1)    ltp-full-20130109/testcases/network/multicast/mc_cmds/ mc_cmds 2)    ltp-full-20130109/testcases/network/multicast/mc_commo/mc_commo   Please find analysis and code changes as below; I have also attached the code chages with this e-m