1. f4f132b Fix Diskio test. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  2. 54f6d85 This patch adds a menu to networktests.sh in order to select the network tests like networkstress.sh. For the backword compatibility, the default test sets are left as-is. Namely, networktests.sh doesn't run any additional tests when no option is specified. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  3. 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
  4. 7c7aeb5 Re-enablement of TI-RPC tests to build/install/run in LTP: by subrata_modak · 16 years ago
  5. 88dc0db Now this script returns proper exit code , in the event of failure/success. I have verified this. Signed-Off-By: Veerendra <veeren@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  6. d5073b9 Here is the RO Bind mount updated testcase. This script consists of 3 files. by subrata_modak · 16 years ago
  7. d040d03 Fixes the following issues: by subrata_modak · 16 years ago
  8. 20fff63 Fixing the run on supported kernels. by subrata_modak · 16 years ago
  9. 454dad4 we have some truble with mapping api functions (such as tst_exit) in bash (./tools/apicmds/ltpapicmd.c). Now this problem may be fixed if added "exit" after tst_exit, but it's temporary. We should redesign this system and describe it in documentation. Andrew Vaggin <avagin@parallels.com>. by subrata_modak · 16 years ago
  10. 1d1937a This patch adds a few tests for a variety of bind mounts. More than just shared subtrees are involved as plain --bind and plain --move are used. Read-only bind mounts are not covered by these tests however. Avantika Mathur originally wrote the tests. I've ported them to use LTP APIs and conventions. I've also modified Avantika's scripts to try and robustly cleanup after broken tests so that leftover mounts and failures at any point in a test are cleaned up thoroughly. I've made what efforts I can to follow the conventions I found in LTP FAQs and the source however there's alot here so I may have missed something. Shared bind mounts were introduced in 2.6.15. Because of this we need a tst_kvercmp command which can be invoked from a script. I've added this to ltpapicmd.c. This patch applies to the April release of LTP. I'll also be posting results for x86, x86_64, and ppc64 on a variety of kernels. In order to highlight the results contributed by this patch I've only run this portion of the patched LTP. Comments welcome. Signed-off-by: Matt Helsley <matthltc@us.ibm.com>. by subrata_modak · 16 years ago
  11. 1fb6b97 This patch reviews the networkstress.sh script and adds a menu to select the network stress tests. Hoping that could be useful, by, Giuseppe Cavallaro <peppe.cavallaro@gmail.com> by subrata_modak · 16 years ago
  12. e00ae76 Ok here is a first small patch to stop relabeling /tmp as Stephen suggested. It should be no more complicated to get rid of the unneeded dyntrans_types, but I messed up somewhere generating the patch and subsequent test bombed. So I'll just do that next week or whenever this patch hits cvs (for simplicity). by subrata_modak · 16 years ago
  13. 6cb9230 This patch, which is independent of Jeff's patch, updates the selinux testsuite to run under Fedora 9, and does no harm on Fedora 8. While creating this, I noticed two other things that ultimately need fixing: by subrata_modak · 16 years ago
  14. cb11d18 Previously I was under the impression that selinux test was not cleaning up properly. I don't believe that to be the case. I must have been mistaken. Here is a patch for the allow_domain_fd_use boolean issue in 5.2, by, Jeff Burke <jburke@redhat.com> by subrata_modak · 16 years ago
  15. ae180fc The memsize is specified by the user in Mb, but it is converted to Kb in the script, so we should convert it to Mb in the output. The following patch solves this problem: by subrata_modak · 16 years ago
  16. 58f0b1a Remove autotools stuff: by subrata_modak · 16 years ago
  17. 1378205 There are numerous cleanups, fixes and features went into our locally maintained version of realtime tests, since its intergration in LTP december last year. This patch merges those changes into LTP tree. The patch majorly contains : by subrata_modak · 16 years ago
  18. d86f5f9 Fix for Don´t call Domain type on test create, by, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 16 years ago
  19. 2817ce1 Initial set of Filecaps testcases from Serge, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 17 years ago
  20. 3d688dd Some fixes for log directory and execute permission to the script, by Sudhanshu Singh <sudh@linux.vnet.ibm.com> and Jeff Burke <jburke@redhat.com> by subrata_modak · 17 years ago
  21. bad65ca Some more upodates to Reference Policy Checks by "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 17 years ago
  22. c8aeefb Initial Set of Real Time Linux Test Cases, by Nivedita Singhvi <niv@us.ibm.com> & sudhanshu Singh <sudhanshusingh@in.ibm.com> by subrata_modak · 17 years ago
  23. 9e8dc36 Changes that allows adp to run top on batch mode instead of interactively, submitted by Rafael Folco <rfolco@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  24. 8dd5f6a This patch allows network stress tests to be run on different subnet by subrata_modak · 17 years ago
  25. 6b9edb6 Patch for S390-31/64 Architecture, submitted by "B. N. Poornima"<bnpoorni@in.ibm.com> by subrata_modak · 17 years ago
  26. 0c5f970 Integration of UTS Namespace Testcases to LTP as submitted by <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  27. bf75d79 use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX by vapier · 18 years ago
  28. 360d14b A patch by Jacky Malcles that frees the second partion when the extended stress by mreed10 · 18 years ago
  29. 8af2363 A patch created by Mitsuru Chinen that created some addtional network stress tests. by mreed10 · 18 years ago
  30. a929857 - by mreed10 · 18 years ago
  31. 67ce288 A patch by Jacky Malcles for ltp-aiodio.sh. ltp-aiodio.par4 scenario file has been added. by mreed10 · 18 years ago
  32. e243a62 Patches applied for Joy Latten for the security team by mreed10 · 18 years ago
  33. e40a388 create a simple math.sh script based on syscalls.sh by vapier · 18 years ago
  34. 556d956 Corrected a small error in the output message for memory usage. by robbiew · 19 years ago
  35. 64141eb Security test updates from Joy by mridge · 19 years ago
  36. d1b67cb New networkStress files by mridge · 19 years ago
  37. 1830430 New testcases for tpm by mridge · 19 years ago
  38. 9915e1c Added -n option to allow disabling networking stress. by robbiew · 19 years ago
  39. 8d0bf1f # - Changed the directory where the filesytems were being created by mreed10 · 19 years ago
  40. 8e24726 This change corrects two errors. by mreed10 · 19 years ago
  41. 762a51e Applied patch from Mike Frysinger: by robbiew · 19 years ago
  42. f893fee Remove uneeded files by mridge · 19 years ago
  43. 97021b3 Changes from the security team by mridge · 19 years ago
  44. e208fa9 I adapted the script in order to make it run in the $LTPROOT/testscripts directory instead of the top ltp directory by mreed10 · 19 years ago
  45. acfa112 I updated the readme file to reflect the changes made to directories in which the results from run_extended_ltp will be by mreed10 · 19 years ago
  46. 6c9ce8f Put in wrong directory by mridge · 19 years ago
  47. e88b264 Review Updates by mridge · 19 years ago
  48. 14dfd85 Initial release by mridge · 19 years ago
  49. 17fa755 Initial Release by mridge · 19 years ago
  50. 4ad9211 Adding new tests for the LTP extended testsuite by mridge · 19 years ago
  51. 7df75e2 Applied fix from Chen Jian. by robbiew · 20 years ago
  52. bb4c346 Add virtual scsi devices testsuite by mridge · 20 years ago
  53. 1ceb194 New /testscripts script for syscalls.sh. This basically just runs the syscall tests. This runs in < 10 min. on my laptop and should serve as a quick regression for most users. by plars · 20 years ago
  54. 7bdd88c Changes for the block size the data is copied to the test directories by mridge · 20 years ago
  55. 32c1ba1 Changed ROOT_PASSWORD to PASSWD to make more "standardized" by robbiew · 20 years ago
  56. bbe4266 Applied patch from B N Poornima which produces more user-friendly logfile and also the outfile which is helpful in debugging. by robbiew · 20 years ago
  57. c603894 Add new adp testcases to LTP by mridge · 20 years ago
  58. 8e596cb Fix error on bad interpreter in script. by mridge · 20 years ago
  59. b96abcd Changes to ltp-aiodio.sh script for concurrent running of ltp-diorh test by mridge · 20 years ago
  60. 884ea2a Additions to file to adjust filesystem size for shring/grow LVM commands by mridge · 20 years ago
  61. d8b3dff Changes to get exact 4096 offsets for aiocp tests by mridge · 20 years ago
  62. d7cec1c Changes to fix failure in non-4096 exact offset files by mridge · 20 years ago
  63. ea43f3a Update: passed file to aiodio_append and changed directio tests from looping to concurrent execution by mridge · 20 years ago
  64. 6aef544 Fixed "bad interpreter message when trying to run the script by mridge · 20 years ago
  65. f000a4a Switched the order for checking rpc.nfsd and rpc.statd, b/c on some versions by robbiew · 20 years ago
  66. e8042c2 Fixed bug 7011 on reiserfs by mridge · 20 years ago
  67. 7829e1e Applied daemon typo patch from Andrew R. Reiter. by robbiew · 20 years ago
  68. cd8a506 Initial drop of EAL2 testsuite by mridge · 20 years ago
  69. a53433c Updated help/example text for clearity and directions to get aditional Device Mapper packages. by mridge · 20 years ago
  70. 906ef67 fix error is script, uncomment one of the test runs by mridge · 20 years ago
  71. bd14753 Changes to add extend stress tests by mridge · 20 years ago
  72. 79506cb Moved ltp-aiodio.sh testscript here where it should be by mridge · 20 years ago
  73. a64d322 Add ltpfsnolvm.sh for filesystem tests w/o lvm enabled by mridge · 20 years ago
  74. 7002e17 ltpfslvm.sh script has the wrong directory structure by robbiew · 20 years ago
  75. ee8992d Added a line to set the max processess to unlimited (ulimit -u). by robbiew · 21 years ago
  76. d5264e8 Corrected bug in code regarding reporting PASS or FAIL based off of logfile results. by robbiew · 21 years ago
  77. d47b2e7 Forgot to cleanup iostat. by robbiew · 21 years ago
  78. 30ce128 Added option to record 'iostat' data to a file every interval. by robbiew · 21 years ago
  79. e3cd910 Updated the options description. by robbiew · 21 years ago
  80. 21294e1 Updated requirements section to include dummy network module requirement. by robbiew · 21 years ago
  81. ea136d1 Applied fix from Hien Nguyen for reiserfs. by robbiew · 21 years ago
  82. c967b02 Removed the "-joliet-long" option from mkisofs, b/c some versions do not by robbiew · 21 years ago
  83. 5c8e7f3 Changed to use all RAM + 1/2 swap by default for -m option. by robbiew · 21 years ago
  84. 06925cd New filesystem testcase scripts by mridge · 21 years ago
  85. 6480d94 Changes to include JFS test into the script by mridge · 21 years ago
  86. e2be5cb Added final PASS/FAIL message at the end. by robbiew · 21 years ago
  87. 7791e4d Corrected the section for getting the PID for the 'screen' command. by robbiew · 21 years ago
  88. 9d81336 Removed 4th stress scenario and added PATH to our 'top'. by robbiew · 21 years ago
  89. 866874b Changed the 'kill' of $SCREEN_PID to normal, instead of -9, for better by robbiew · 21 years ago
  90. 1a39a53 Redirected the output from the 'top' check to /dev/null. by robbiew · 21 years ago
  91. 8da3f7b Added code to record the output from all the tests to files in TMPBASE. by robbiew · 21 years ago
  92. 1782eb2 Added instructions for testcase setup and warnings by mridge · 21 years ago
  93. 3ceaed5 Fix missing front slash in path by mridge · 21 years ago
  94. fc361e6 Fix script to run from the testscripts directory by mridge · 21 years ago
  95. 234177f relocated from the top-level directory. by robbiew · 21 years ago
  96. 48be10f *** empty log message *** by robbiew · 21 years ago
  97. d79b007 typo by robbiew · 21 years ago
  98. 75696ed Added check to make sure our version of top is installed if "-T" option used. by robbiew · 21 years ago
  99. 7aa5b4e typo by robbiew · 21 years ago
  100. 6e8efc9 Added option to use our modified 'top' tool to record data. by robbiew · 21 years ago