aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest/ktest.pl (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-03ktest: Re-arrange the code blocks for better discoverabilityJohn 'Warthog9' Hawley (VMware)1-142/+154
2021-05-03ktest: Further consistency cleanupsJohn 'Warthog9' Hawley (VMware)1-49/+36
2021-05-03ktest: Fixing indentation to match expected patternJohn 'Warthog9' Hawley (VMware)1-94/+92
2021-05-03ktest: Adding editor hints to improve consistencyJohn 'Warthog9' Hawley (VMware)1-0/+9
2021-05-03ktest: Minor cleanup with uninitialized variable $build_optionsJohn 'Warthog9' Hawley (VMware)1-0/+3
2020-11-30ktest.pl: Fix the logic for truncating the size of the log file for emailSteven Rostedt (VMware)1-7/+6
2020-11-30ktest.pl: If size of log is too big to email, email error messageSteven Rostedt (VMware)1-1/+6
2020-11-30ktest.pl: Fix incorrect reboot for grub2blsLibo Chen1-1/+1
2020-08-10ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-08-10ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)1-3/+6
2020-07-02ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedSteven Rostedt (VMware)1-1/+11
2020-07-02ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware)1-4/+38
2020-07-01ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware)1-0/+2
2020-07-01ktest.pl: Just open up the log file onceSteven Rostedt (VMware)1-12/+12
2020-07-01ktest.pl: Add a NOT operatorSteven Rostedt (VMware)1-0/+6
2020-07-01ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware)1-1/+7
2020-07-01ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware)1-0/+4
2020-07-01ktest.pl: Have config-bisect save each config used in the bisectSteven Rostedt (VMware)1-2/+8
2020-03-09ktest: Fix typos in ktest.plMasanari Iida1-6/+6
2020-03-09ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)1-1/+1
2020-03-09ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner1-1/+1
2019-05-10ktest: remove get_grub2_indexMasayoshi Mizuma1-36/+0
2019-05-10ktest: pass KERNEL_VERSION to POST_KTESTMasayoshi Mizuma1-1/+3
2019-05-10ktest: introduce grub2bls REBOOT_TYPE optionMasayoshi Mizuma1-3/+15
2019-05-10ktest: cleanup get_grub_indexMasayoshi Mizuma1-33/+17
2019-05-10ktest: introduce _get_grub_indexMasayoshi Mizuma1-0/+37
2019-04-18ktest: introduce REBOOT_RETURN_CODE to confirm the result of REBOOTMasayoshi Mizuma1-0/+9
2019-04-17ktest: Add support for meta characters in GRUB_MENUMasayoshi Mizuma1-2/+4
2019-04-17ktest: Show name and iteration on errorsSteven Rostedt (VMware)1-6/+20
2018-04-11Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds1-272/+261
2018-04-10ktest: Take submenu into account for grub2 menusSatoru Takeuchi1-1/+1
2018-04-07ktest.pl: Add MAIL_COMMAND option to define how to send emailSteven Rostedt (VMware)1-20/+34
2018-04-07ktest.pl: Use run_command to execute sending mailSteven Rostedt (VMware)1-2/+2
2018-04-07ktest.pl: Allow dodie be recursiveSteven Rostedt (VMware)1-0/+7
2018-04-07ktest.pl: Kill test if mailer is not supportedSteven Rostedt (VMware)1-1/+1
2018-04-07ktest.pl: Add MAIL_PATH option to define where to find the mailerSteven Rostedt (VMware)1-5/+31
2018-04-06ktest.pl: No need to print no mailer is specified when mailto is notSteven Rostedt (VMware)1-3/+5
2018-04-06Ktest: Use dodie for critical faluresTim Tianyang Chen1-27/+27
2018-04-06Ktest: Add SigInt handlingTim Tianyang Chen1-0/+10
2018-04-06Ktest: Add email supportTim Tianyang Chen1-3/+58
2018-04-06ktest.pl: Detect if a config-bisect was interruptedSteven Rostedt (VMware)1-0/+14
2018-04-06ktest.pl: Make finding config-bisect.pl dynamicSteven Rostedt (VMware)1-1/+26
2018-04-06ktest.pl: Have ktest.pl pass -r to config-bisect.pl to reset bisectSteven Rostedt (VMware)1-1/+5
2018-04-06ktest.pl: Use diffconfig if available for failed config bisectsSteven Rostedt (VMware)1-1/+5
2018-04-06ktest.pl: Allow for the config-bisect.pl output to display to consoleSteven Rostedt (VMware)1-4/+12
2018-04-06ktest: Use config-bisect.pl in ktest.plScott Wood1-222/+42
2018-03-21ktest: Set do_not_reboot=y for CONFIG_BISECT_TYPE=buildScott Wood1-1/+2
2018-03-21ktest: Set buildonly=1 for CONFIG_BISECT_TYPE=buildScott Wood1-13/+5
2018-03-21ktest: Clarify config file usageScott Wood1-1/+2