Age | Commit message (Expand) | Author | Files | Lines |
2023-02-20 | ktest.pl: Add RUN_TIMEOUT option with default unlimited | Steven Rostedt | 1 | -0/+5 |
2022-12-09 | ktest.pl: Add shell commands to variables | Steven Rostedt (Google) | 1 | -0/+8 |
2020-07-02 | ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed | Steven Rostedt (VMware) | 1 | -0/+13 |
2020-07-01 | ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST fails | Steven Rostedt (VMware) | 1 | -0/+5 |
2020-03-09 | ktest: Make default build option oldconfig not randconfig | Steven Rostedt (VMware) | 1 | -1/+1 |
2020-03-09 | ktest: Fix some typos in sample.conf | Masanari Iida | 1 | -10/+10 |
2019-05-10 | ktest: update sample.conf for grub2bls | Masayoshi Mizuma | 1 | -2/+18 |
2019-04-18 | ktest: introduce REBOOT_RETURN_CODE to confirm the result of REBOOT | Masayoshi Mizuma | 1 | -0/+4 |
2018-04-08 | ktest.pl: Add MAIL_COMMAND option to define how to send email | Steven Rostedt (VMware) | 1 | -0/+12 |
2018-04-08 | ktest.pl: Add MAIL_PATH option to define where to find the mailer | Steven Rostedt (VMware) | 1 | -0/+4 |
2018-04-06 | Ktest: add email options to sample.config | Tim Tianyang Chen | 1 | -0/+22 |
2018-04-06 | ktest.pl: Make finding config-bisect.pl dynamic | Steven Rostedt (VMware) | 1 | -0/+10 |
2018-03-21 | ktest: Comment about other names than just ktest.conf | Steven Rostedt (VMware) | 1 | -2/+4 |
2018-03-21 | ktest: Clarify config file usage | Scott Wood | 1 | -0/+3 |
2018-03-21 | ktest: Add CONNECT_TIMEOUT to change the connection timeout time | Steven Rostedt (VMware) | 1 | -0/+7 |
2014-09-20 | ktest: Add PATCHCHECK_CHERRY | Steven Rostedt (Red Hat) | 1 | -0/+10 |
2014-04-24 | ktest: Update documentation on config_bisect | Steven Rostedt (Red Hat) | 1 | -38/+27 |
2014-01-19 | ktest: Add BISECT_TRIES to bisect test | Steven Rostedt (Red Hat) | 1 | -0/+14 |
2013-12-03 | ktest: Add documentation of CLOSE_CONSOLE_SIGNAL | Steven Rostedt (Red Hat) | 1 | -0/+7 |
2013-01-31 | ktest: Add make_warnings_file and process full warnings | Steven Rostedt (Red Hat) | 1 | -0/+44 |
2012-12-12 | ktest: Add native support for syslinux boot loader | Steven Rostedt | 1 | -1/+21 |
2012-11-13 | ktest: Add support for grub2 | Steven Rostedt | 1 | -2/+24 |
2012-07-20 | ktest: Add MAX_MONITOR_WAIT option | Steven Rostedt | 1 | -0/+8 |
2012-07-19 | ktest: Add CONFIG_BISECT_CHECK option | Steven Rostedt | 1 | -0/+6 |
2012-07-19 | ktest: Add PRE_INSTALL option | Steven Rostedt | 1 | -0/+8 |
2012-07-19 | ktest: Add PRE/POST_KTEST and TEST options | Steven Rostedt | 1 | -0/+30 |
2012-05-23 | ktest: Change singular "paranthesis" to plural "parentheses" | Jesper Juhl | 1 | -1/+1 |
2012-05-22 | ktest: Add USE_OUTPUT_MIN_CONFIG to avoid prompt on make_min_config | Steven Rostedt | 1 | -0/+6 |
2012-05-22 | ktest: Add MIN_CONFIG_TYPE to allow making a minum .config that has network | Steven Rostedt | 1 | -0/+10 |
2012-03-21 | ktest: Add SCP_TO_TARGET_INSTALL option | Steven Rostedt | 1 | -3/+11 |
2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 1 | -1/+86 |
2012-01-05 | ktest: Add INGORE_ERRORS to ignore warnings in boot up | Steven Rostedt | 1 | -0/+8 |
2012-01-05 | ktest: Still do reboot even for REBOOT_TYPE = script | Steven Rostedt | 1 | -1/+4 |
2012-01-02 | misc latin1 to utf8 conversions | Al Viro | 1 | -1/+1 |
2011-12-23 | ktest: Detect typos in option names | Steven Rostedt | 1 | -0/+11 |
2011-12-23 | ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TEST | Steven Rostedt | 1 | -0/+21 |
2011-12-23 | ktest: Allow overriding bisect test results | Steven Rostedt | 1 | -0/+36 |
2011-11-18 | ktest: Allow success logs to be stored | Rabin Vincent | 1 | -0/+6 |
2011-10-17 | ktest: Add processing of complex conditionals | Steven Rostedt | 1 | -0/+10 |
2011-10-17 | ktest: Add DEFINED keyword for IF statements | Steven Rostedt | 1 | -0/+17 |
2011-10-17 | ktest: Add OVERRIDE keyword to DEFAULTS section | Steven Rostedt | 1 | -0/+15 |
2011-10-17 | ktest: Add INCLUDE keyword to include other config files | Steven Rostedt | 1 | -2/+30 |
2011-10-17 | ktest: Let IF keyword take comparisons | Steven Rostedt | 1 | -0/+14 |
2011-10-17 | ktest: Add IF and ELSE to config sections | Steven Rostedt | 1 | -0/+38 |
2011-10-17 | ktest: Add option REBOOT_SUCCESS_LINE to stop waiting after a reboot | Steven Rostedt | 1 | -0/+10 |
2011-10-17 | ktest: Add NO_INSTALL option to not install for a test | Steven Rostedt | 1 | -0/+7 |
2011-10-17 | ktest: Add TEST_TYPE install option | Steven Rostedt | 1 | -3/+4 |
2011-07-16 | ktest: Add prompt to use OUTPUT_MIN_CONFIG | Steven Rostedt | 1 | -0/+3 |
2011-07-16 | ktest: Use Kconfig dependencies to shorten time to make min_config | Steven Rostedt | 1 | -0/+12 |
2011-07-16 | ktest: Add test type make_min_config | Steven Rostedt | 1 | -0/+50 |