summaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest/ktest.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ktest.pl: Avoid false positives with grub2 skip regexDaniel Jordan2024-09-041-1/+1
* ktest.pl: Always warn on build warningsSteven Rostedt2024-09-041-8/+18
* ktest: force $buildonly = 1 for 'make_warnings_file' test typeRicardo B. Marliere2024-03-151-0/+1
* ktest.pl: Process variables within variablesSteven Rostedt2024-03-151-6/+10
* ktest: Restore stty setting at first in dodieMasami Hiramatsu (Google)2023-02-201-5/+5
* ktest.pl: Add RUN_TIMEOUT option with default unlimitedSteven Rostedt2023-02-201-4/+16
* ktest.pl: Give back console on Ctrt^C on monitorSteven Rostedt2023-02-201-0/+3
* ktest.pl: Fix missing "end_monitor" when machine check failsSteven Rostedt2023-02-201-1/+2
* ktest.pl: Add shell commands to variablesSteven Rostedt (Google)2022-12-091-1/+8
* kest.pl: Fix grub2 menu handling for rebootingSteven Rostedt2022-12-081-5/+15
* ktest.pl minconfig: Unset configs instead of just removing themSteven Rostedt2022-12-081-1/+2
* ktest: Re-arrange the code blocks for better discoverabilityJohn 'Warthog9' Hawley (VMware)2021-05-041-142/+154
* ktest: Further consistency cleanupsJohn 'Warthog9' Hawley (VMware)2021-05-041-49/+36
* ktest: Fixing indentation to match expected patternJohn 'Warthog9' Hawley (VMware)2021-05-041-94/+92
* ktest: Adding editor hints to improve consistencyJohn 'Warthog9' Hawley (VMware)2021-05-041-0/+9
* ktest: Minor cleanup with uninitialized variable $build_optionsJohn 'Warthog9' Hawley (VMware)2021-05-041-0/+3
* ktest.pl: Fix the logic for truncating the size of the log file for emailSteven Rostedt (VMware)2020-11-301-7/+6
* ktest.pl: If size of log is too big to email, email error messageSteven Rostedt (VMware)2020-11-301-1/+6
* ktest.pl: Fix incorrect reboot for grub2blsLibo Chen2020-11-301-1/+1
* 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-021-1/+11
* 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-011-1/+7
* 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
* 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-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-301-1/+1
* 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-181-0/+9
* ktest: Add support for meta characters in GRUB_MENUMasayoshi Mizuma2019-04-181-2/+4
* ktest: Show name and iteration on errorsSteven Rostedt (VMware)2019-04-181-6/+20
* Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-121-272/+261
|\
| * 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-081-20/+34
| * ktest.pl: Use run_command to execute sending mailSteven Rostedt (VMware)2018-04-081-2/+2
| * ktest.pl: Allow dodie be recursiveSteven Rostedt (VMware)2018-04-081-0/+7
| * ktest.pl: Kill test if mailer is not supportedSteven Rostedt (VMware)2018-04-081-1/+1
| * ktest.pl: Add MAIL_PATH option to define where to find the mailerSteven Rostedt (VMware)2018-04-081-5/+31
| * ktest.pl: No need to print no mailer is specified when mailto is notSteven Rostedt (VMware)2018-04-061-3/+5
| * Ktest: Use dodie for critical faluresTim Tianyang Chen2018-04-061-27/+27