1. 8bdf0a0 Block device option in runltplite.sh by Harald Weppner · 10 years ago
  2. 5b42a1e runltp: add -z, -Z options and change device symbol in runtest files by Xiaoguang Wang · 11 years ago
  3. 36894aa runltp: suppress the out message when creating loop device by Wanlong Gao · 11 years ago
  4. 189c441 runltp: bigger the supplied block device by DAN LI · 11 years ago
  5. 4691f01 runltp: rework echo -n to printf POSIX-compliant by Anders Roxell · 11 years ago
  6. c381f58 runltp: Drop the mkfs on DEVICE from preparation by Cyril Hrubis · 11 years ago
  7. f08964a runltp: Remove useless rm in nonexistent dir by Cyril Hrubis · 11 years ago
  8. 44be66d runltp: try to create ext3 loop device if creating ext4 failed by Wanlong Gao · 11 years ago
  9. b88fa5b runltp: Fix bashism by Cyril Hrubis · 11 years ago
  10. 0a78f23 runltp: syscalls/mount0* and inotify03 tests are getting skipped from runltp's execution by Ramesh YR · 11 years ago
  11. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  12. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  13. 47d716b runltp: avoid using --tmpdir with mktemp by Simon Xu · 12 years ago
  14. 5d520f4 Fix -d option processing by Garrett Cooper · 12 years ago
  15. 0b6c356 runltp: fix the wrong parsing -b option by Wanlong Gao · 12 years ago
  16. cb66da5 Replace create_kernel_faults_in_loops_and_probability.pl with an awk equivalent by Garrett Cooper · 12 years ago
  17. 6603012 Replace create_dmesg_entries_for_each_test.pl with an awk equivalent by Garrett Cooper · 12 years ago
  18. 3920fd1 Replace create_valgrind_check.pl with an awk equivalent by Garrett Cooper · 12 years ago
  19. 1132866 runltp: Remove excess quotes from final message by Markos Chandras · 12 years ago
  20. 410c695 runltp: precise pattern matching for skipped testcases by Andrew Chen · 13 years ago
  21. 464e0d4 Fix runtime path for external scripts. by Garrett Cooper · 13 years ago
  22. 66d67b5 Fix invocation by fixing typo. by Garrett Cooper · 14 years ago
  23. 89fde87 s/scenario_groups/$LTPROOT\/scenario_groups/g by Garrett Cooper · 14 years ago
  24. 9d5dac6 Paint myself out of a corner I setup a year ago. by Garrett Cooper · 14 years ago
  25. cf86b8b Improve the runltp scripts. by Garrett Cooper · 14 years ago
  26. e3bc375 [PATCH v4] Remove files which does not have a dmesg entry by Subrata Modak · 14 years ago
  27. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  28. bd9d440 Add an Option '-K' to Create dmesg logs for each test: by Subrata Modak · 14 years ago
  29. c2ce536 Generating HTML Output.....!! by Rishikesh K Rajak · 14 years ago
  30. f95875a Remove ./ suffix in usage message and examples. by Garrett Cooper · 14 years ago
  31. 6d41cc3 This diff wasn't ready for prime time yet... by yaberauneya · 14 years ago
  32. d8f1f5d Convert everything over to bin from tools because it's breaking install-in-build-tree. by yaberauneya · 14 years ago
  33. 3a9947e Move `creating ... directory' to block where: We shouldn't say that we're creating the directory unless we are actually creating the directory. This only leads to potentialconfusion with LTP newbies. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>. by subrata_modak · 15 years ago
  34. 8266c29 Remove `verbose mode' from runltp*: by subrata_modak · 15 years ago
  35. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  36. 9c7072a Integrate Valgrind Memory Check Tool to LTP: Introducing and Integrating the Valgrind Memory Leak Check tools to LTP. This again is in line with the OLS 2009 paper where we proposed that memory leak check for LTP test cases will become part of LTP soon. Valgrind is one of the best Memory Leak Check tools available to the open source community and being widely used by many maintainers of Open Source Projects to regularly check the health of their code. On similar lines, we would like it to check the various dynamic issues related to Memory Leaks, Thread Concurrencies for the LTP tests so that we minimize those errors for the LTP tests. The following set of Patches will: by subrata_modak · 15 years ago
  37. 133c8ee Introducing the "Kernel Fault Injection Framework" generation and testing capability in LTP. This is in line with the recent proposal made through LTP Paper at OLS 2009: "Putting LTP to test - Validating both the Linux kernel and Test-cases" (http://ltp.sourceforge.net/documentation/technical_papers/Putting_LTP_to_Test.pdf). This infrasturcture will help LTP directly in the following ways: by subrata_modak · 15 years ago
  38. 2f6c981 Add option to skip tests: One problem that LTP has long suffered is that certain tests are known to be broken, sometimes for long periods of time. In an ideal world, I think it best that these should be skipped, or at least removed from the default list of tests to run, but this isn't always practical due to a number of reasons. Of course, another option is that a 'whitelist' of tests to run can be created and passed to runltp, but this becomes hard to maintain as there are often new tests that you may want to keep up with, and with each release of LTP, the list would have to be reexamined. So I wanted to see what people thought about a simple option, -S, to specify a list of tests that you want to blacklist from the current run. This is handy if you have an automated testing environment with an architecture that doesn't always get great attention and a list of tests that you know to be broken on that arch. The skipfile is simply a list of test names, one per line. Add a -S option to runltp that allows the user to specify a SKIPFILE of tests to skip. Signed-off-by: Paul Larson <paul.larson@canonical.com>. by subrata_modak · 15 years ago
  39. 225cfbe runltp, set user-defined tmp directory correctly: I'd like to submit this patch to fix the functionality to set user-defined tmp directories for LTP runs. This undos the hardcoded TMPDIR from version 1.33 which added some special case handling of the passed in directory string, but broke the general case with what looks like debug code. Patch is against 1.45 version iof runltp (head). Signed-off-by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  40. 14390fd Attached (against ltp-full-20090430.tgz) patch renames binaries in pan directory to have ltp- prefix as plain pan when installed in /usr/bin/ directory conflict with gnome pan. It also fixes all occurrences of pan in scripts and howtos. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  41. 76adea2 Add capability bounding set testcases, to verify the following: by subrata_modak · 15 years ago
  42. 724098e This patch is to fix the 2 further issues apart from the patch I sent out yestoday: [PATCH] Fs_perms: Miss Installing a Binary. Fs_perms test always gives false failure. This is because in the script, it returns whatever the last "fs_perms" command returns. In the case, if "fs_perms" passes, it will return "1" (it returns whatever the expected result specificed. That is 1 here). The patch fixes it by validating the return code of every "fs_perms" command, and returns the final result at the end of the main script -- fs_perms_simpletest.sh. The other issue is that, some tests need to access files in "${LTPROOT}/testcases/bin" directory. For example, "fs_perms" and "fs_racer". As the result, if we are running the tests outside of that directory through "pan" alone, "runltp.sh" or "runltplite.sh", those tests are not running properly. The patch fixes it in both "runltp.sh" and "runltplite.sh" by changing the current working directory to the "bin" just before running "pan", and restore it back. However, the problem still exist if running those tests by "pan" alone not through either "runltp.sh" or "runltplite.sh". This patch has been tested by running the most of LTP tests through "runltp.sh" without seen any negative affect. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 15 years ago
  43. 55929b6 Fix spelling and grammar nits. Signed-off-by: Matt Helsley <matthltc@us.ibm.com>. by subrata_modak · 15 years ago
  44. d9fb386 Add options for block devices and turn on related testcases. Signed-Off-By: Andrew Vagin <avagin@gmail.com>. by subrata_modak · 16 years ago
  45. c4ac908 Make io/aio tests to build & install with root level make, and then run with runltp. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  46. 348f7bc The attached patch fixes and then integrates the Hyperthreading tests to default LTP run. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  47. eaa52dc Add ltp/runtest/commands file to ltp/runltp. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. aad9c3b Adding this part of default LTP run. Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  59. 4393821 Adding default Log File generation support for LTP. By, Subrata Modak<subrata@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  60. 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
  61. e42c4b2 a few POSIX fixes from Dustin Kirkland in [1908313] by vapier · 16 years ago
  62. 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
  63. 8c13833 Enhancing runltp to run testcases in desired sequence, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  64. 2817ce1 Initial set of Filecaps testcases from Serge, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 16 years ago
  65. d48c4d0 Fix for generation of HTML output for absolute paths, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  66. f376b48 Forgot to comment the History portion by subrata_modak · 17 years ago
  67. 08dde6f Added an Option to mail-back LTP reports, by Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  68. e47fb35 New HTML format for LTP Output by subrata_modak · 17 years ago
  69. e099b2a Better Ways to Integrate "ltp/tools/genload/stress" with "ltp/runltp" by Ricardo and Subrata, by subrata_modak · 17 years ago
  70. 4a57fe8 James Puderer fixed -d option in LTP for better handling of temporary directory by subrata_modak · 17 years ago
  71. 5d7deea Ricardo cleaned up duplicate code for enhancements in output and failed files generation by subrata_modak · 17 years ago
  72. 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
  73. bc833d3 "rsalveti@linux.vnet.ibm.com" added more options to 'runltp' by subrata_modak · 17 years ago
  74. 0c5f970 Integration of UTS Namespace Testcases to LTP as submitted by <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  75. 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
  76. 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
  77. 9169642 Adding a -e option to print out the date of the ltp release. Also by mreed10 · 18 years ago
  78. 538bc1a Applied patch from George Davis: ================================== Greetings, by robbiew · 19 years ago
  79. 7d43d77 Added features created by Flash Sheridan: by robbiew · 19 years ago
  80. 58247a5 Applied patch from Mike Vieths: by robbiew · 19 years ago
  81. 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
  82. 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
  83. dfb102c Moved to scratch directory, until we have finished it. by robbiew · 21 years ago
  84. be897e6 Added ncurses based GUI Control Centre for compiling, executing and view results of testcases. by iyermanoj · 21 years ago