diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-05-20 09:18:18 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-05-20 09:21:02 -0400 |
commit | 27d934b28752b860cba6c0d77ea4598861d80998 (patch) | |
tree | 30b1dda6c72d07a7736a003fc73c0606843e178f /tools/testing/ktest/sample.conf | |
parent | 4025bc62dd045d326d8a26a50fc86fd163aec89f (diff) |
ktest: Reboot after each patchcheck run
The patches being checked may not leave the kernel in a state
that the next run will allow the new kernel to be copied to the
machine. Reboot to a known good kernel before continuing to the
next kernel to test.
Added option PATCHCHECK_SLEEP_TIME for the max time to sleep between
patchcheck reboots.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/ktest/sample.conf')
-rw-r--r-- | tools/testing/ktest/sample.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index 4c5d6bd74a02..87bf92a2eb99 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf | |||
@@ -366,6 +366,10 @@ | |||
366 | # (default 60) | 366 | # (default 60) |
367 | #BISECT_SLEEP_TIME = 60 | 367 | #BISECT_SLEEP_TIME = 60 |
368 | 368 | ||
369 | # The time in between patch checks to sleep (in seconds) | ||
370 | # (default 60) | ||
371 | #PATCHCHECK_SLEEP_TIME = 60 | ||
372 | |||
369 | # Reboot the target box on error (default 0) | 373 | # Reboot the target box on error (default 0) |
370 | #REBOOT_ON_ERROR = 0 | 374 | #REBOOT_ON_ERROR = 0 |
371 | 375 | ||