diff options
Diffstat (limited to 'tools/testing/ktest/sample.conf')
-rw-r--r-- | tools/testing/ktest/sample.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index 0115a6762a6..546014a6bb0 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf | |||
@@ -160,6 +160,24 @@ | |||
160 | # (ignored if POWEROFF_ON_SUCCESS is set) | 160 | # (ignored if POWEROFF_ON_SUCCESS is set) |
161 | #REBOOT_ON_SUCCESS = 1 | 161 | #REBOOT_ON_SUCCESS = 1 |
162 | 162 | ||
163 | # In case there's isses with rebooting, you can specify this | ||
164 | # to always powercycle after this amount of time after calling | ||
165 | # reboot. | ||
166 | # Note, POWERCYCLE_AFTER_REBOOT = 0 does NOT disable it. It just | ||
167 | # makes it powercycle immediately after rebooting. Do not define | ||
168 | # it if you do not want it. | ||
169 | # (default undefined) | ||
170 | #POWERCYCLE_AFTER_REBOOT = 5 | ||
171 | |||
172 | # In case there's isses with halting, you can specify this | ||
173 | # to always poweroff after this amount of time after calling | ||
174 | # halt. | ||
175 | # Note, POWEROFF_AFTER_HALT = 0 does NOT disable it. It just | ||
176 | # makes it poweroff immediately after halting. Do not define | ||
177 | # it if you do not want it. | ||
178 | # (default undefined) | ||
179 | #POWEROFF_AFTER_HALT = 20 | ||
180 | |||
163 | # Stop testing if a build fails. If set, the script will end if | 181 | # Stop testing if a build fails. If set, the script will end if |
164 | # a failure is detected, otherwise it will save off the .config, | 182 | # a failure is detected, otherwise it will save off the .config, |
165 | # dmesg and bootlog in a directory called | 183 | # dmesg and bootlog in a directory called |