1. b8563a8 if4-alias-addlarge - default values for IPV4_NETWORK and IPV4_HOST: The testcase code expects class A (or /8 ) network addresses to be assigned to the tested interfaces and fails with the default values of class C (or /24). Signed-off-by: Radoslav Kolev <radoslav.kolev@rnd.bg>. by subrata_modak · 15 years ago
  2. a59aa70 Fix a wrong (reversed) success condition in echo01: This patch reverses the success check in echo01, obviously the checksums being equal is the right outcome. This is the version with the changes Mike Frysinger requested.Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  3. b26d740 Fix a bug in awk code in rsh01: this patch fixes the following problem with awk code in rsh01. It caused the test to fail. The END label is executed always, even in the event of exit. Therefore, the "exit 1" statement was executed even when the line matched (as a consequence of "exit 0") and awk always returned 1 (ie. failure). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  4. 698bbbb Fixes of some errors discovered by "set -u": this patch fixes the following problems: by subrata_modak · 15 years ago
  5. 745d6f6 Don't fail the ssh tests if the home directory we are creating already exists (eg. when it was created by adduser): this patch silences the error message "mkdir: directory already exists" in ssh tests, caused by the code that handles home directory creation in case adduser didn't do it. Unfortunately, the same code failed when adduser did create the directory. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  6. 35b8cb7 Hello guys, by yaberauneya · 15 years ago
  7. 923b23f Other compiler warning fixes: this is another chunk of compiler warning fixes in LTP tests, related to printf format strings. They have multiple causes: by subrata_modak · 15 years ago
  8. a7131e7 Some Bashism Fixes from Jiří-Paleček<jpalecek@web.de>. by subrata_modak · 15 years ago
  9. 296ffa5 Fix some bashisms: this is another patch fixing bashisms in LTP tests (the fixes are more or less the same as in the previous patches, except for a few exceptions). Note that the patch is not complete, in the sense that there may remain further bashisms in the source even after applying the patch (like use of arrays, which is visible even from this patch). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  10. f969255 1. Add check for locale command with exists command in cmdlib.sh by yaberauneya · 15 years ago
  11. 906757f This change (which I'm committing to cvs right now) changes the default to the loopback address: by yaberauneya · 15 years ago
  12. 106e74f config.mk.in: we're no longer installing directly to the destination directory until install is called, so let's not pick up anything CPPFLAGS-wise from that directory. by yaberauneya · 15 years ago
  13. c12ea91 tmpcmds.sh was renamed to net_cmdlib.sh by yaberauneya · 15 years ago
  14. 8b57114 network: fix rpc use rsh instead of ssh: rpcinfo01 testcase use ssh to run command on remote machine, which will prompt for authentication and password. I think it is a typo because all network tests use rsh. Signed-off-by: Hushan Jia <hjia@redhat.com>. by subrata_modak · 15 years ago
  15. 5fda204 1. Check in remaining fixes for in-build-tree support that were accidentally overlooked before. by yaberauneya · 15 years ago
  16. bf995b2 1. I screwed up and broke install by accident when I was monkeying around with env_post.mk. by yaberauneya · 15 years ago
  17. 03ce934 Get rid of some valid compiler warnings. by yaberauneya · 15 years ago
  18. 8f27b93 gethost isn't in testcases/bin anymore; it was moved to tools/ by yaberauneya · 15 years ago
  19. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  20. aa10c74 Byte compiled python files should not be in the repo. by yaberauneya · 15 years ago
  21. 674a5ec network: fix nfs testcases Makefile error: The nfslock01 and nfsstress testcases' Makefile does not link excutables to testcase/bin directory, and nfslock01 does not build nfs_flock_dgen excutables, which will cause test fail. This patch add the links and build the nfs_flock_dgen. Signed-off-by: Hushan Jia <hjia@redhat.com>. by subrata_modak · 15 years ago
  22. e88ddc7 network: fix multicast testcases Makefile: Repost the multicast Makefile patch: The Makefile of testcases/network/multicast/mc_commo and mc_member do not link binary file and config files to ../../../bin dirs. This patch add the links. Signed-off-by: Hushan Jia<hjia@redhat.com>, by subrata_modak · 15 years ago
  23. 9140129 network: Fix ip_tests error 2: Repost the ip tests patch: by subrata_modak · 15 years ago
  24. 1fbecac Network: Fix iproute test case error: When I run network test case testcases/network/iproute/ip_tests.sh, some errors shown: by subrata_modak · 15 years ago
  25. 54b357a Spelling fixes: initalization => initialization: Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  26. 88d0d0e RANLIB isn't a predefined variable in make(1): by yaberauneya · 15 years ago
  27. 36673a9 by yaberauneya · 15 years ago
  28. 6d56107 Fix some bashisms: this patch reflects the comments by various people to the previous versions. It uses "+=1" instead of postincrement because of dash, ['s boolean expressions, printf for the formatting. I've left the unzip pushd/popd and the signal names issue completely. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  29. 45a59c4 This patch makes the telnet test avoid timeouts when the remote users prompt doesn't contain hostname, or is somehow irregular. It works by explicitly setting the prompt in the remote shell (see the PROMPT variable). Note that setting literal value as a prompt works even when the remote shell is not bash (the classic bash placeholders do not). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  30. e451648 Exit in testsf_s6 when host lookup fails to prevent segfaults later. Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  31. f0d432c Fix from CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  32. e5de11b It has come to our attention that when running multicast tests that the multicast ping test assumes that all the machines on the network, including the machine getting tested, have multicast ping enabled. This has not been the case since 2005 when multicast ping was disabled by default, mostly to inhibit ddos activity. See this conversation for more details: https://bugzilla.redhat.com/show_bug.cgi?id=159367. Now on all kernels, /proc/sys/net/icmp_echo_ignore_broadcasts is set to 1 by default, thereby failing this test. But the error message is wrong. Multicast is not disabled, only multicast ping. This patch modifies the error message and tells that it is now normal to fail.Signed-off-by: Vernon Mauery <vernux@us.ibm.com>, Acked-by: Sripathi Kodi <sripathik@in.ibm.com>. by subrata_modak · 16 years ago
  33. 129bfb3 Addition of CONTROLLER AREA NETWORK tests to LTP. Signed-Off-By: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>. by subrata_modak · 16 years ago
  34. 3ffe072 I'm a user of LTP. I use LTP for testing SH based Linux kernel for our embedded systems. I'm using a kernel 2.6.23. I've downloaded latest LTP release: ltp-full-20090131.tgz. I've found the following issues: 1) I found some instructions on some LTP Makefiles reporting direct calls to "gcc" or "g++" instead of using the related env. variables $(CC) and/or $(CXX). The usage of gcc/g++ hardcoded, didn't allow to cross-build the related LTP tests. I've done a patch which is attached to this email ( ltp-full-20090131-allow-cross-build-fix.patch). Signed-off-by: Francesco Rundo <francesco.rundo@st.com>. by subrata_modak · 16 years ago
  35. 8ea40f8 runcc: add cflags option on runcc function to compile lib6 tests for different architectures: Runcc function was compiling all tests with default compiler architecture (32bits on RHEL and 64bits on SLES). This patch fix this problem adding support to get CFLAGS envar and use it to compile lib6 test for different architectures (32bits and 64bits). Signed-Off-By: Higor Aparecido Vieira Alves <halves@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  36. 71d9d19 Add an error message instead of assert() in aio-stress: This patch fixes a problem with reporting errors in aio-stress, namely, that failure to open a file given on the command line will result in an assertion failure rather than an error message. This patch makes it print an error message instead. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  37. c1d2dde Fix bug in rusers01 test script: This is in reference to bug in "rusers01" test which I reported on Feb 10, 2009. Current rusers01 script have following lines, "rusers $RHOST | grep $RHOST > /dev/null". If my remote host do not have any user logged in, then test returns failure even if "users $RHOST" executes without any error. In my subsequent mail, I am sending patch to fix this bug ( I have tested patch on machines ). The following patch PASS the "rusers01" test correctly if "rusers" command executes without any error. It reports the failure if "rusers" command fails. Signed-off-by: vivek@linsyssoft.com. by subrata_modak · 16 years ago
  38. 4e4cc36 Matt Helsley reported: The dependency description in testcases/network/lib6/Makefile breaks parallel builds: by subrata_modak · 16 years ago
  39. 9dc890f Manas Kumar Nayak <maknayak@in.ibm.com> shared this wonderfull README to run LTP Network tests. by subrata_modak · 16 years ago
  40. f57be1c ====================================================== by subrata_modak · 16 years ago
  41. 94d177a This patch fix man miscellenous compilation warnings. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  42. c3e450f Per request of Mike Frysinger, I resend this patch. The patch itself is the same, but the explanation is extended. Hope it's better this time. by subrata_modak · 16 years ago
  43. 5256819 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  44. 7fe6451 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. For socket related functions, sys/socket.h should be included. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  45. 005dc01 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. The initialization style of union, ".<member>=<value>", is one of the latest gcc extention. It's better not to use it. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  46. 4feae2d Here is a new patch to be applied on the November Release (ltp-full-20081130.tgz). It fixes and improves build/install scripts in the Sun-RPC/TI RPC test suite. It takes care also about some portmap/rpcbind conflicts in the tests scripts. Signed-Off-By: Le Rouzic <aime.le-rouzic@bull.net>. by subrata_modak · 16 years ago
  47. ffdb81c ltp iptables testcase failed: Manas Kumar Nayak <maknayak@in.ibm.com> reported: While executing iptables testcases from ltp ,it failed to list iptables chain rules. iptables test case gets failed with following errors: by subrata_modak · 16 years ago
  48. 7c7aeb5 Re-enablement of TI-RPC tests to build/install/run in LTP: by subrata_modak · 16 years ago
  49. a6d91a2 Use the SO_REUSEADDR option in sctp tests to prevent bind error shortly after another test ended: I've noticed a bunch of errors in the SCTP tests, all of them being for the same reason, "bind: address already in use". I tried using the SO_REUSEADDR option on the socket, as if it was TCP, and it helped. However, I know almost nothing about SCTP, and don't know whether the same situation (applications binding to the same port quickly one after another) has the same problems and solution, or if it is just a kernel bug/misconfiguration/whatever else. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  50. 814e03c Prevent leaving files in the temporary directory by calling tst_rmdir, or cleanup, where appropriate. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  51. 90a2b86 drop backup file by vapier · 16 years ago
  52. 6d3ab37 This patch drops the redudant copies (in total three copies of fsx-linux.c from: by subrata_modak · 16 years ago
  53. a2f85d3 Fix segfaults on getaddrinfo failures in pingpong6.c. pingpong6.c would segfault if getaddrinfo fails, because it would go on after the failure and read invalid data (ie. the hp pointer). The fix is to exit immediately on getaddrinfo errors. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  54. 412111f In the i2ntest1 testcase, the call if_nametoindex(TEST_RETURN) was segfaulting, because TEST_RETURN was actually result of comparison (ifname==if_indextoname(...)). The fix is to call it with real ifname. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  55. b28d9ec Re-introduce locals. The issue I was solving when making this patch was checkbashisms (http://packages.debian.org/sid/devscripts) complaining about it, so I had to patch it to get rid of lintian warnings. I've checked that: by subrata_modak · 16 years ago
  56. dbc111f The mc_cmds script under ltp network test returns "fail" when /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts is set to 1. This just means that this feature is disabled. Added a check to report this message and exit. Vinay Sridhar <vinay@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  57. 39552a0 Fix some bashisms. Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  58. 406e8e9 Compiled the latest CVS tree on a x86_64 machine yelling a warning, by subrata_modak · 16 years ago
  59. b15aafd Hi, by subrata_modak · 16 years ago
  60. a42b9a0 fix typo pointed out by Elder Costa: dulation -> duration by vapier · 16 years ago
  61. dabc620 convert all "source" commands in scripts to "." ... hopefully my sed-foo doesnt break anything ... by vapier · 16 years ago
  62. 0c92a05 dont use == or [[, and fix -z test by vapier · 16 years ago
  63. aa588ae When we compile the test codes with -Wall option, lots of warning appear. It is better to remove them for the future debbuging. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  64. 0102c2c "man 3 cmsg" says "Ancillary data should only be accessed using the CMSG macros and never directly." Indeed, when we handles cmsghdr mamber directly, this test falls into the infinite loop on a x86_64 environment. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  65. 32a904b The definitions, ICMP6_RR_PCOUSE_DECRVLTIME and ICMP6_RR_PCOUSE_DECRPLTIME are wrong. According to RFC3542, they should be ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME, ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  66. 39ecb1a To make POSIX namespace clear, glibc-2.8 requires people to define _GNU_SOURCE when they use Advanced Socket APIs. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  67. 2d6a3e3 Although ping6 doesn't have -R option, it is specified. It should be removed. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  68. 832ac2a The state of finger service is not got correctly as an option for netstat is lacked. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  69. 9a69e6b The operator for string unequivalent check is not '-ne' but '!='. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  70. c864960 When packaging LTP with rpmlinit, rpmlinit complains about several scripts which don't have Shebang on the head of the file. Some files didn't have a Shebang at all. Signed-off-by: Daniel Gollub <dgollub@suse.de>. by subrata_modak · 16 years ago
  71. d742a43 It replaces nested arithmetic operations following example from Open Group specifications, in order to avoid issues with different shells, like dash from Ubuntu Gutsy. Signed-off-by: Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  72. 5a69089 Attached a new patch just to add the same fixes I provided you for icpm and tcp network stress as well. On SH4 STB with STLinux distribution we are able to run all the network stress tests without any failures. Due to configuration issues we do not run the multi-diffnic tests (because they require plural Network cards for host). It modifies the command sent to the remote host to kill tcp/icmp clients. It also deletes the address before setting it to avoid the following error: "RTNETLINK answers: File exists". This implies that the test fails. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>. by subrata_modak · 16 years ago
  73. 7bbff8c This modifies the command sent to the remote host just to kill the ns-udpclient script. Indeed, it seems that the previous string always returns 1. Moreover, it adds a new check to verify if the return value is not empty. It could happen, for example, if the RSH returns sometime the following error: poll: protocol failure in circuit setup. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>. by subrata_modak · 16 years ago
  74. 36b8a4d Running the UDP network stress tests on my SH4 target I have had to modify the following scripts: killall_udp_traffic and udp4-multi-diffip01. It deletes the address before setting it to avoid the following error: RTNETLINK answers: File exists; it implies that the test fails. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>. by subrata_modak · 16 years ago
  75. 2e4cc0b Fixed the way how to run the "tc" command on the remote machine. Otherwise, we always get the following message on the local side: The remote host does not have netem functionality. Signed-off-by: Giuseppe Cavallaro@st.com. by subrata_modak · 16 years ago
  76. dd5adf0 Force the catch_sighup to be volatile in order to overcome an issue due to the compiler optimization. In fact, compiling the test with -Os the catch_sighup variable is not set to 1 into the signal handler. At runtime, the test remain in a loop. No problem compiling without Os or O2. by subrata_modak · 16 years ago
  77. c310e56 Reverting back the changes done to fcntl-lock tests in May 2008 release, as this would have canceled the operation Revision *1.1 *done on the /Mon Sep 11 20:40:52 2006 UTC/ by /mreed10 /which added "A patch that added new functionality into the NFSvf lock tests. by subrata_modak · 16 years ago
  78. 1d1d22b Restored back the Makefile content. Else, there will be build/clean/install failures. Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  79. 8f2ef4a Manas K Nayak <maknayak@in.ibm.com> updated the fnctl lock tests from http://nfsv4.bullopensource.org/tools/tests/locktest.php. I have retained some info like the deploy_info, etc from the older release as well. The old tests were failing. After updates, the test passes. by subrata_modak · 16 years ago
  80. 5387ba0 These test cases fail on the NFS environment due to NFS relates issue(s). Hence abondon these tests when NFS is detected. By, Sridhar Vinay <vinaysridhar@in.ibm.com>. by subrata_modak · 17 years ago
  81. bef0383 This will not be built or tested until several issues with it´s Makefile are sorted out by subrata_modak · 17 years ago
  82. ca2ef99 This turned out to be a test case problem, where it fails to identify the correct backbone network interface to use for the test. But there is an option already provided for the interface to be specified while invoking the test. Here, eth1 is the backbone interface and hence if the test is invoked like 'IFNAME=eth1 ./tcpdump01' it will pass. But it relies on DNS lookup and requires the IP to be configured accordingly. Signed-off-by: Anoop Vijayan <anoop.vijayan@in.ibm.com> by subrata_modak · 17 years ago
  83. 104a4d9 The idea of the patch is "to make things that should be extern, extern". The means to do this are: by subrata_modak · 17 years ago
  84. ba3667f Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 17 years ago
  85. fd6cea2 Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 17 years ago
  86. c0caf8f Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 17 years ago
  87. e4cf63d Fixing missing argument for open() function when O_CREAT is in the flag, by, Yi Xu <yxu@suse.de> by subrata_modak · 17 years ago
  88. 8dd5f6a This patch allows network stress tests to be run on different subnet by subrata_modak · 17 years ago
  89. df2cb3c Ricardo Fixed the way by which tst_resm should be called from Shell Test Script by subrata_modak · 17 years ago
  90. 96c4b24 dont use the optional POSIX postfix operator as some crappy shells actually omit it by vapier · 17 years ago
  91. e652312 This guides you to the new location of CTHON04, as, these Testcases has been removed from LTP for want of GPLv2 License Agreement by subrata_modak · 17 years ago
  92. 91329eb Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
  93. b757519 Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
  94. 4501d95 Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
  95. dc3d077 "rsalveti@linux.vnet.ibm.com" wants to update this with kernel/fs/fsstress/fsstress.c by subrata_modak · 17 years ago
  96. 2c742c7 getsockopt() takes a socklen_t, not an int, as its optlen by vapier · 17 years ago
  97. bc59542 Randy Dunlap writes: Fix printf format warnings by vapier · 17 years ago
  98. 8d4767d "rsalveti@linux.vnet.ibm.com" pointed out to have same "fsx-linux" testcase for "fs", "ltp-aiodio" and "nfs" by subrata_modak · 17 years ago
  99. e1d8bba Fix for Bug no "1736357",tar file is not multiplatform, pointed out by "Neil Brewitt" by subrata_modak · 17 years ago
  100. 9383f1d Applied Patch to fix the wrong usage of pthread_exit, pointed out by <carmelo.amoroso@st.com> by subrata_modak · 17 years ago