diff options
| author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2013-12-03 11:57:23 -0500 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2013-12-03 12:02:36 -0500 |
| commit | 298a0d1d575026edec7fbb9b7e8cbb8fe18498cd (patch) | |
| tree | 1705fba1faf2fcafdca78bc37b03f3dfc0243683 /tools/testing | |
| parent | 5a5d8e4844987b6d8d64d583eb33dd926973a270 (diff) | |
ktest: Add documentation of CLOSE_CONSOLE_SIGNAL
The sample.conf file needs to document all available options.
With the new CLOSE_CONSOE_SIGNAL option, it too needs to be
document.
Cc: Satoru Takeuchi <satoru.takeuchi@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/ktest/sample.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index 0a290fb4cd5e..2eb4bd2f6ab4 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf | |||
| @@ -328,6 +328,13 @@ | |||
| 328 | # For a virtual machine with guest name "Guest". | 328 | # For a virtual machine with guest name "Guest". |
| 329 | #CONSOLE = virsh console Guest | 329 | #CONSOLE = virsh console Guest |
| 330 | 330 | ||
| 331 | # Signal to send to kill console. | ||
| 332 | # ktest.pl will create a child process to monitor the console. | ||
| 333 | # When the console is finished, ktest will kill the child process | ||
| 334 | # with this signal. | ||
| 335 | # (default INT) | ||
| 336 | #CLOSE_CONSOLE_SIGNAL = HUP | ||
| 337 | |||
| 331 | # Required version ending to differentiate the test | 338 | # Required version ending to differentiate the test |
| 332 | # from other linux builds on the system. | 339 | # from other linux builds on the system. |
| 333 | #LOCALVERSION = -test | 340 | #LOCALVERSION = -test |
