diff options
Diffstat (limited to 'tools/testing/ktest/sample.conf')
-rw-r--r-- | tools/testing/ktest/sample.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index 48cbcc80602a..c2c072e96032 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf | |||
@@ -518,6 +518,16 @@ | |||
518 | # The variables SSH_USER and MACHINE are defined. | 518 | # The variables SSH_USER and MACHINE are defined. |
519 | #REBOOT = ssh $SSH_USER@$MACHINE reboot | 519 | #REBOOT = ssh $SSH_USER@$MACHINE reboot |
520 | 520 | ||
521 | # The way triple faults are detected is by testing the kernel | ||
522 | # banner. If the kernel banner for the kernel we are testing is | ||
523 | # found, and then later a kernel banner for another kernel version | ||
524 | # is found, it is considered that we encountered a triple fault, | ||
525 | # and there is no panic or callback, but simply a reboot. | ||
526 | # To disable this (because it did a false positive) set the following | ||
527 | # to 0. | ||
528 | # (default 1) | ||
529 | #DETECT_TRIPLE_FAULT = 0 | ||
530 | |||
521 | #### Per test run options #### | 531 | #### Per test run options #### |
522 | # The following options are only allowed in TEST_START sections. | 532 | # The following options are only allowed in TEST_START sections. |
523 | # They are ignored in the DEFAULTS sections. | 533 | # They are ignored in the DEFAULTS sections. |