From: Steven Rostedt (Red Hat) Date: Tue, 3 Dec 2013 16:57:23 +0000 (-0500) Subject: ktest: Add documentation of CLOSE_CONSOLE_SIGNAL X-Git-Tag: upstream/snapshot3+hdmi~3655^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=298a0d1d575026edec7fbb9b7e8cbb8fe18498cd;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Steven Rostedt --- diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index 0a290fb..2eb4bd2 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