aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest/sample.conf
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-12-23 00:24:51 -0500
committerSteven Rostedt <rostedt@goodmis.org>2012-01-04 21:47:16 -0500
commit96f6a0df19238fceed77ddfc33bb2d6a4e1b9be6 (patch)
tree17b07fcf8ce8ec8a4ceedcf52e5aa21395c251f1 /tools/testing/ktest/sample.conf
parentktest: Fix compare script to test if options are not documented (diff)
downloadlinux-dev-96f6a0df19238fceed77ddfc33bb2d6a4e1b9be6.tar.xz
linux-dev-96f6a0df19238fceed77ddfc33bb2d6a4e1b9be6.zip
ktest: Still do reboot even for REBOOT_TYPE = script
The REBOOT_TYPE may be either grub or script, if it is script it is expected that a REBOOT_SCRIPT is defined. With the SWITCH_TO_TEST which is the complement of SWITCH_TO_GOOD, which does basically the same thing as REBOOT_SCRIPT and but for both grub and script, the REBOOT_SCRIPT does not need to be mandatory anymore. Do not require the REBOOT_SCRIPT and always run the reboot code for both grub and script. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to '')
-rw-r--r--tools/testing/ktest/sample.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf
index 86ce62c3fdca..d7148f7c7c04 100644
--- a/tools/testing/ktest/sample.conf
+++ b/tools/testing/ktest/sample.conf
@@ -346,7 +346,10 @@
#GRUB_MENU = Test Kernel
# A script to reboot the target into the test kernel
-# (Only mandatory if REBOOT_TYPE = script)
+# This and SWITCH_TO_TEST are about the same, except
+# SWITCH_TO_TEST is run even for REBOOT_TYPE = grub.
+# This may be left undefined.
+# (default undefined)
#REBOOT_SCRIPT =
#### Optional Config Options (all have defaults) ####