1. 00310c4 Integrate hugetlb tests into runltp. Also modify the way hugemmap02 is run. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  2. 5340744 I hope the numa infrastructure will handle stuff non-numa systems . Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  3. 58c9d11 Addition of Initial Set of POWER MANAGEMENT Testcases to LTP. Signed-Off-By: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  4. 89e5d1a Integrated TIMERS tests (http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/kernel/timers/) to default LTP run: runltp. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  5. 5ee3e89 The runltp has the parameter "-d" to identify the temporary directory by user. But in the latest runltp, there're two problem: by subrata_modak · 16 years ago
  6. 6edfbda Logfiles of the ltp testdriver "runltp" can get corrupted due to "unsafe" temporary directories and not failing when temporary already exist. The temp directory is /tmp/ltp-$$ which can cause logfile corruption once the PID overflows, since "mkdir -p" will NOT fail, and runltp starts writing into an already existing log directory. This patch creates a temporary directory by using "mktemp", which replaces the "mkdir -p" call. runltp will fail once "mktemp" runs out of combinations (instead of corrupting logfiles silently). Patch is based on the idea from Erik Hamera to create more "safe" temp directories. Various patch improvements/fixes got contributed by Klaus Wagner as well. Signed-off-by: Daniel Gollub <dgollub@suse.de>. by subrata_modak · 16 years ago
  7. d9146c8 I am not sure why runtest/admin_tools was kept outside the perview of LTP default run. I found no issues in running it as normally as other LTP tests. Please let me know if some of you have some problem running it as default. Also included are some changes for running fs_acls tests. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  8. c777529 Don't warn that TCID, TST_TOTAL and TST_COUNT is not set when using tst_kvercmp. And. Check /proc/net/connector to see if process event connector is supported or not. Also merged some cleanups done by Matt Helsley. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>. by subrata_modak · 16 years ago
  9. 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
  10. 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
  11. aad9c3b Adding this part of default LTP run. Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  12. 4393821 Adding default Log File generation support for LTP. By, Subrata Modak<subrata@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  13. 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
  14. e42c4b2 a few POSIX fixes from Dustin Kirkland in [1908313] by vapier · 17 years ago
  15. 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 · 17 years ago
  16. 8c13833 Enhancing runltp to run testcases in desired sequence, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  17. 2817ce1 Initial set of Filecaps testcases from Serge, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 17 years ago
  18. d48c4d0 Fix for generation of HTML output for absolute paths, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  19. f376b48 Forgot to comment the History portion by subrata_modak · 17 years ago
  20. 08dde6f Added an Option to mail-back LTP reports, by Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  21. e47fb35 New HTML format for LTP Output by subrata_modak · 17 years ago
  22. e099b2a Better Ways to Integrate "ltp/tools/genload/stress" with "ltp/runltp" by Ricardo and Subrata, by subrata_modak · 17 years ago
  23. 4a57fe8 James Puderer fixed -d option in LTP for better handling of temporary directory by subrata_modak · 17 years ago
  24. 5d7deea Ricardo cleaned up duplicate code for enhancements in output and failed files generation by subrata_modak · 17 years ago
  25. 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
  26. bc833d3 "rsalveti@linux.vnet.ibm.com" added more options to 'runltp' by subrata_modak · 17 years ago
  27. 0c5f970 Integration of UTS Namespace Testcases to LTP as submitted by <risrajak@linux.vnet.ibm.com> by subrata_modak · 18 years ago
  28. 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 · 18 years ago
  29. 56ecf39 Passing a 1 instead of 0 to genload with the -hdd option for the -i option. This prevents a recursive loop. by mreed10 · 18 years ago
  30. 9169642 Adding a -e option to print out the date of the ltp release. Also by mreed10 · 18 years ago
  31. 538bc1a Applied patch from George Davis: ================================== Greetings, by robbiew · 20 years ago
  32. 7d43d77 Added features created by Flash Sheridan: by robbiew · 20 years ago
  33. 58247a5 Applied patch from Mike Vieths: by robbiew · 20 years ago
  34. 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
  35. 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
  36. dfb102c Moved to scratch directory, until we have finished it. by robbiew · 22 years ago
  37. be897e6 Added ncurses based GUI Control Centre for compiling, executing and view results of testcases. by iyermanoj · 22 years ago