1. 29a96d8 I tried to run runltp with the arguments suggested in the script's help and I get the error: by subrata_modak · 16 years ago
  2. 548379d I was experimenting with using runltp along with disk stress (-D option). It does not parse the arguments properly. It only uses the last parameter in the comma separated list. With this patch it properly parses the arguments to the -D option. Signed-off-by: Doug Chapman <doug.chapman@hp.com>. by subrata_modak · 16 years ago
  3. aad9c3b Adding this part of default LTP run. Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  4. 4393821 Adding default Log File generation support for LTP. By, Subrata Modak<subrata@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  5. 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
  6. e42c4b2 a few POSIX fixes from Dustin Kirkland in [1908313] by vapier · 16 years ago
  7. dce1a72 Initial Set of CPU CONTROLLERS Test Cases. This patch adds the cpu controller test cases to the LTP default run list. Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  8. 8c13833 Enhancing runltp to run testcases in desired sequence, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  9. 2817ce1 Initial set of Filecaps testcases from Serge, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 17 years ago
  10. d48c4d0 Fix for generation of HTML output for absolute paths, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  11. f376b48 Forgot to comment the History portion by subrata_modak · 17 years ago
  12. 08dde6f Added an Option to mail-back LTP reports, by Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  13. e47fb35 New HTML format for LTP Output by subrata_modak · 17 years ago
  14. e099b2a Better Ways to Integrate "ltp/tools/genload/stress" with "ltp/runltp" by Ricardo and Subrata, by subrata_modak · 17 years ago
  15. 4a57fe8 James Puderer fixed -d option in LTP for better handling of temporary directory by subrata_modak · 17 years ago
  16. 5d7deea Ricardo cleaned up duplicate code for enhancements in output and failed files generation by subrata_modak · 17 years ago
  17. 6838ec3 Included Mandatory Failed file generation and creation of both outout and failed files even if absolute path is not an option to runltp by subrata_modak · 17 years ago
  18. bc833d3 "rsalveti@linux.vnet.ibm.com" added more options to 'runltp' by subrata_modak · 17 years ago
  19. 0c5f970 Integration of UTS Namespace Testcases to LTP as submitted by <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  20. a1fd64b Patch Applied as submitted by <jburke@redhat.com> for 1)Changed the way runltp makes the temp directory, and 2) removing LOCTMP and adding in the LTPTMP in its place and clean up files when it is done by subrata_modak · 17 years ago
  21. 56ecf39 Passing a 1 instead of 0 to genload with the -hdd option for the -i option. This prevents a recursive loop. by mreed10 · 17 years ago
  22. 9169642 Adding a -e option to print out the date of the ltp release. Also by mreed10 · 18 years ago
  23. 538bc1a Applied patch from George Davis: ================================== Greetings, by robbiew · 19 years ago
  24. 7d43d77 Added features created by Flash Sheridan: by robbiew · 19 years ago
  25. 58247a5 Applied patch from Mike Vieths: by robbiew · 20 years ago
  26. dd7b4f6 Added a very useful feature to runltp that allows you to just do "runltp -f scriptname" rather than having to pass the whole path to it, IFF the runtest file is in the ltp runtest dir. Otherwise, you can pass the full path to it and it'll still work. by plars · 20 years ago
  27. 4a120e8 Runalltests is now just an annoying warning, followed by a call to runltp (the new main ltp kickoff script). runltp is, for now, just the same thing runalltests.sh used to be, but that will likely change some soon. For now runltp will be considered a "default" set of tests, but later options and scripts will allow it to more easily run a custom set of things. by plars · 20 years ago
  28. dfb102c Moved to scratch directory, until we have finished it. by robbiew · 21 years ago
  29. be897e6 Added ncurses based GUI Control Centre for compiling, executing and view results of testcases. by iyermanoj · 21 years ago