summaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-102-16/+105
|\
| * ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King2020-08-101-1/+1
| * ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)2020-08-101-3/+6
| * ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedSteven Rostedt (VMware)2020-07-022-1/+24
| * ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware)2020-07-021-4/+38
| * ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware)2020-07-011-0/+2
| * ktest.pl: Just open up the log file onceSteven Rostedt (VMware)2020-07-011-12/+12
| * ktest.pl: Add a NOT operatorSteven Rostedt (VMware)2020-07-011-0/+6
| * ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware)2020-07-012-1/+12
| * ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware)2020-07-011-0/+4
| * ktest.pl: Have config-bisect save each config used in the bisectSteven Rostedt (VMware)2020-07-011-2/+8
* | tools/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-072-2/+2
|/
* ktest: Fix typos in ktest.plMasanari Iida2020-03-091-6/+6
* ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)2020-03-091-1/+1
* ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)2020-03-092-2/+2
* ktest: Fix some typos in sample.confMasanari Iida2020-03-091-10/+10
* ktest: Fix some typos in config-bisect.plMasanari Iida2019-07-241-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-302-3/+2
* ktest: update sample.conf for grub2blsMasayoshi Mizuma2019-05-101-2/+18
* ktest: remove get_grub2_indexMasayoshi Mizuma2019-05-101-36/+0
* ktest: pass KERNEL_VERSION to POST_KTESTMasayoshi Mizuma2019-05-101-1/+3
* ktest: introduce grub2bls REBOOT_TYPE optionMasayoshi Mizuma2019-05-101-3/+15
* ktest: cleanup get_grub_indexMasayoshi Mizuma2019-05-101-33/+17
* ktest: introduce _get_grub_indexMasayoshi Mizuma2019-05-101-0/+37
* ktest: introduce REBOOT_RETURN_CODE to confirm the result of REBOOTMasayoshi Mizuma2019-04-182-0/+13
* ktest: Add support for meta characters in GRUB_MENUMasayoshi Mizuma2019-04-171-2/+4
* ktest: Show name and iteration on errorsSteven Rostedt (VMware)2019-04-171-6/+20
* Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-113-272/+1091
|\
| * ktest: Take submenu into account for grub2 menusSatoru Takeuchi2018-04-101-1/+1
| * ktest.pl: Add MAIL_COMMAND option to define how to send emailSteven Rostedt (VMware)2018-04-072-20/+46
| * ktest.pl: Use run_command to execute sending mailSteven Rostedt (VMware)2018-04-071-2/+2
| * ktest.pl: Allow dodie be recursiveSteven Rostedt (VMware)2018-04-071-0/+7
| * ktest.pl: Kill test if mailer is not supportedSteven Rostedt (VMware)2018-04-071-1/+1
| * ktest.pl: Add MAIL_PATH option to define where to find the mailerSteven Rostedt (VMware)2018-04-072-5/+35
| * ktest.pl: No need to print no mailer is specified when mailto is notSteven Rostedt (VMware)2018-04-061-3/+5
| * Ktest: add email options to sample.configTim Tianyang Chen2018-04-061-0/+22
| * Ktest: Use dodie for critical faluresTim Tianyang Chen2018-04-061-27/+27
| * Ktest: Add SigInt handlingTim Tianyang Chen2018-04-061-0/+10
| * Ktest: Add email supportTim Tianyang Chen2018-04-061-3/+58
| * ktest.pl: Detect if a config-bisect was interruptedSteven Rostedt (VMware)2018-04-061-0/+14
| * ktest.pl: Make finding config-bisect.pl dynamicSteven Rostedt (VMware)2018-04-062-1/+36
| * ktest.pl: Have ktest.pl pass -r to config-bisect.pl to reset bisectSteven Rostedt (VMware)2018-04-062-8/+19
| * ktest.pl: Use diffconfig if available for failed config bisectsSteven Rostedt (VMware)2018-04-061-1/+5
| * ktest.pl: Allow for the config-bisect.pl output to display to consoleSteven Rostedt (VMware)2018-04-061-4/+12
| * ktest: Use config-bisect.pl in ktest.plScott Wood2018-04-061-222/+42
| * ktest: Add standalone config-bisect.pl programSteven Rostedt (Red Hat)2018-04-061-0/+763
| * ktest: Set do_not_reboot=y for CONFIG_BISECT_TYPE=buildScott Wood2018-03-211-1/+2
| * ktest: Set buildonly=1 for CONFIG_BISECT_TYPE=buildScott Wood2018-03-211-13/+5
| * ktest: Comment about other names than just ktest.confSteven Rostedt (VMware)2018-03-211-2/+4
| * ktest: Clarify config file usageScott Wood2018-03-212-1/+5