aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2013-12-03 11:57:23 -0500
committerSteven Rostedt <rostedt@goodmis.org>2013-12-03 12:02:36 -0500
commit298a0d1d575026edec7fbb9b7e8cbb8fe18498cd (patch)
tree1705fba1faf2fcafdca78bc37b03f3dfc0243683 /tools/testing/ktest
parentktest: Make the signal to terminate the console configurable (diff)
downloadlinux-dev-298a0d1d575026edec7fbb9b7e8cbb8fe18498cd.tar.xz
linux-dev-298a0d1d575026edec7fbb9b7e8cbb8fe18498cd.zip
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/ktest')
-rw-r--r--tools/testing/ktest/sample.conf7
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 @@
# For a virtual machine with guest name "Guest".
#CONSOLE = virsh console Guest
+# Signal to send to kill console.
+# ktest.pl will create a child process to monitor the console.
+# When the console is finished, ktest will kill the child process
+# with this signal.
+# (default INT)
+#CLOSE_CONSOLE_SIGNAL = HUP
+
# Required version ending to differentiate the test
# from other linux builds on the system.
#LOCALVERSION = -test