commit | 2d01b26a1b14ab248f850d858f2ff3de3ead6d33 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Mar 08 09:47:54 2011 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Mar 08 09:52:59 2011 -0500 |
tree | a0bb3d595a9bd6f18db05068c048cd54202fa209 | |
parent | 8ea0e063a78df91b1ca4d23ea8d4e2e3047f6950 [diff] |
ktest: Add STOP_TEST_AFTER to stop the test after a period of time 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>