aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/ktest
AgeCommit message (Expand)AuthorFilesLines
2021-08-16bootconfig/tracing/ktest: Update ktest example for boot-time tracingGravatar Masami Hiramatsu 2-6/+16
2021-06-24bootconfig/tracing/ktest: Add ktest examples of testing bootconfigGravatar Steven Rostedt (VMware) 9-0/+385
2021-05-03ktest: Re-arrange the code blocks for better discoverabilityGravatar John 'Warthog9' Hawley (VMware) 1-142/+154
2021-05-03ktest: Further consistency cleanupsGravatar John 'Warthog9' Hawley (VMware) 1-49/+36
2021-05-03ktest: Fixing indentation to match expected patternGravatar John 'Warthog9' Hawley (VMware) 1-94/+92
2021-05-03ktest: Adding editor hints to improve consistencyGravatar John 'Warthog9' Hawley (VMware) 1-0/+9
2021-05-03ktest: Add example config for using VMware VMsGravatar John 'Warthog9' Hawley (VMware) 1-0/+137
2021-05-03ktest: Minor cleanup with uninitialized variable $build_optionsGravatar John 'Warthog9' Hawley (VMware) 1-0/+3
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2020-12-08tweewide: Fix most Shebang linesGravatar Finn Behrens 1-1/+1
2020-11-30ktest.pl: Fix the logic for truncating the size of the log file for emailGravatar Steven Rostedt (VMware) 1-7/+6
2020-11-30ktest.pl: If size of log is too big to email, email error messageGravatar Steven Rostedt (VMware) 1-1/+6
2020-11-30ktest.pl: Fix incorrect reboot for grub2blsGravatar Libo Chen 1-1/+1
2020-08-10Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-16/+105
2020-08-10ktest.pl: Fix spelling mistake "Cant" -> "Can't"Gravatar Colin Ian King 1-1/+1
2020-08-10ktest.pl: Change the logic to control the size of the log file emailedGravatar Steven Rostedt (VMware) 1-3/+6
2020-08-07tools/: replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 2-2/+2
2020-07-02ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedGravatar Steven Rostedt (VMware) 2-1/+24
2020-07-02ktest.pl: Add the log of last test in email on failureGravatar Steven Rostedt (VMware) 1-4/+38
2020-07-01ktest.pl: Turn off buffering to the log fileGravatar Steven Rostedt (VMware) 1-0/+2
2020-07-01ktest.pl: Just open up the log file onceGravatar Steven Rostedt (VMware) 1-12/+12
2020-07-01ktest.pl: Add a NOT operatorGravatar Steven Rostedt (VMware) 1-0/+6
2020-07-01ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsGravatar Steven Rostedt (VMware) 2-1/+12
2020-07-01ktest.pl: Always show log file location if defined even on successGravatar Steven Rostedt (VMware) 1-0/+4
2020-07-01ktest.pl: Have config-bisect save each config used in the bisectGravatar Steven Rostedt (VMware) 1-2/+8
2020-03-09ktest: Fix typos in ktest.plGravatar Masanari Iida 1-6/+6
2020-03-09ktest: Add timeout for ssh sync testingGravatar Steven Rostedt (VMware) 1-1/+1
2020-03-09ktest: Make default build option oldconfig not randconfigGravatar Steven Rostedt (VMware) 2-2/+2
2020-03-09ktest: Fix some typos in sample.confGravatar Masanari Iida 1-10/+10
2019-07-24ktest: Fix some typos in config-bisect.plGravatar Masanari Iida 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Gravatar Thomas Gleixner 2-3/+2
2019-05-10ktest: update sample.conf for grub2blsGravatar Masayoshi Mizuma 1-2/+18
2019-05-10ktest: remove get_grub2_indexGravatar Masayoshi Mizuma 1-36/+0
2019-05-10ktest: pass KERNEL_VERSION to POST_KTESTGravatar Masayoshi Mizuma 1-1/+3
2019-05-10ktest: introduce grub2bls REBOOT_TYPE optionGravatar Masayoshi Mizuma 1-3/+15
2019-05-10ktest: cleanup get_grub_indexGravatar Masayoshi Mizuma 1-33/+17
2019-05-10ktest: introduce _get_grub_indexGravatar Masayoshi Mizuma 1-0/+37
2019-04-18ktest: introduce REBOOT_RETURN_CODE to confirm the result of REBOOTGravatar Masayoshi Mizuma 2-0/+13
2019-04-17ktest: Add support for meta characters in GRUB_MENUGravatar Masayoshi Mizuma 1-2/+4
2019-04-17ktest: Show name and iteration on errorsGravatar Steven Rostedt (VMware) 1-6/+20
2018-04-11Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 3-272/+1091
2018-04-10ktest: Take submenu into account for grub2 menusGravatar Satoru Takeuchi 1-1/+1
2018-04-07ktest.pl: Add MAIL_COMMAND option to define how to send emailGravatar Steven Rostedt (VMware) 2-20/+46
2018-04-07ktest.pl: Use run_command to execute sending mailGravatar Steven Rostedt (VMware) 1-2/+2
2018-04-07ktest.pl: Allow dodie be recursiveGravatar Steven Rostedt (VMware) 1-0/+7
2018-04-07ktest.pl: Kill test if mailer is not supportedGravatar Steven Rostedt (VMware) 1-1/+1
2018-04-07ktest.pl: Add MAIL_PATH option to define where to find the mailerGravatar Steven Rostedt (VMware) 2-5/+35
2018-04-06ktest.pl: No need to print no mailer is specified when mailto is notGravatar Steven Rostedt (VMware) 1-3/+5
2018-04-06Ktest: add email options to sample.configGravatar Tim Tianyang Chen 1-0/+22
2018-04-06Ktest: Use dodie for critical faluresGravatar Tim Tianyang Chen 1-27/+27