summaryrefslogtreecommitdiff
path: root/tools/testing/ktest
AgeCommit message (Expand)Author
2021-08-16bootconfig/tracing/ktest: Update ktest example for boot-time tracingMasami Hiramatsu
2021-06-24bootconfig/tracing/ktest: Add ktest examples of testing bootconfigSteven Rostedt (VMware)
2021-05-03ktest: Re-arrange the code blocks for better discoverabilityJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Further consistency cleanupsJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Fixing indentation to match expected patternJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Adding editor hints to improve consistencyJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Add example config for using VMware VMsJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Minor cleanup with uninitialized variable $build_optionsJohn 'Warthog9' Hawley (VMware)
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-12-08tweewide: Fix most Shebang linesFinn Behrens
2020-11-30ktest.pl: Fix the logic for truncating the size of the log file for emailSteven Rostedt (VMware)
2020-11-30ktest.pl: If size of log is too big to email, email error messageSteven Rostedt (VMware)
2020-11-30ktest.pl: Fix incorrect reboot for grub2blsLibo Chen
2020-08-10Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-08-10ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King
2020-08-10ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)
2020-08-07tools/: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-02ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedSteven Rostedt (VMware)
2020-07-02ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware)
2020-07-01ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware)
2020-07-01ktest.pl: Just open up the log file onceSteven Rostedt (VMware)
2020-07-01ktest.pl: Add a NOT operatorSteven Rostedt (VMware)
2020-07-01ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware)
2020-07-01ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware)
2020-07-01ktest.pl: Have config-bisect save each config used in the bisectSteven Rostedt (VMware)
2020-03-09ktest: Fix typos in ktest.plMasanari Iida
2020-03-09ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)
2020-03-09ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)
2020-03-09ktest: Fix some typos in sample.confMasanari Iida
2019-07-24ktest: Fix some typos in config-bisect.plMasanari Iida
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner
2019-05-10ktest: update sample.conf for grub2blsMasayoshi Mizuma
2019-05-10ktest: remove get_grub2_indexMasayoshi Mizuma
2019-05-10ktest: pass KERNEL_VERSION to POST_KTESTMasayoshi Mizuma
2019-05-10ktest: introduce grub2bls REBOOT_TYPE optionMasayoshi Mizuma
2019-05-10ktest: cleanup get_grub_indexMasayoshi Mizuma
2019-05-10ktest: introduce _get_grub_indexMasayoshi Mizuma
2019-04-18ktest: introduce REBOOT_RETURN_CODE to confirm the result of REBOOTMasayoshi Mizuma
2019-04-17ktest: Add support for meta characters in GRUB_MENUMasayoshi Mizuma
2019-04-17ktest: Show name and iteration on errorsSteven Rostedt (VMware)
2018-04-11Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-10ktest: Take submenu into account for grub2 menusSatoru Takeuchi
2018-04-07ktest.pl: Add MAIL_COMMAND option to define how to send emailSteven Rostedt (VMware)
2018-04-07ktest.pl: Use run_command to execute sending mailSteven Rostedt (VMware)
2018-04-07ktest.pl: Allow dodie be recursiveSteven Rostedt (VMware)
2018-04-07ktest.pl: Kill test if mailer is not supportedSteven Rostedt (VMware)
2018-04-07ktest.pl: Add MAIL_PATH option to define where to find the mailerSteven Rostedt (VMware)
2018-04-06ktest.pl: No need to print no mailer is specified when mailto is notSteven Rostedt (VMware)
2018-04-06Ktest: add email options to sample.configTim Tianyang Chen
2018-04-06Ktest: Use dodie for critical faluresTim Tianyang Chen