ktest: Add STOP_TEST_AFTER to stop the test after a period of time
authorSteven Rostedt <srostedt@redhat.com>
Tue, 8 Mar 2011 14:47:54 +0000 (09:47 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 8 Mar 2011 14:52:59 +0000 (09:52 -0500)
Currently, if a test causes constant output but never reaches a
boot prompt, or crashes, the test will never stop. Add STOP_TEST_AFTER
to create a variable that will stop (and fail) the test after it has run
for this amount of time. The default is 10 minutes. Setting this
variable to -1 will disable it.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found