diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-09-30 17:50:48 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-10-17 11:54:10 -0400 |
commit | e0a8742e3d4b7649be2ca6f22e7d45153505fc81 (patch) | |
tree | 897ad7c600b2339f89902dd2cb8770bae47bb2cd /tools/testing/ktest/sample.conf | |
parent | eaa1fe25ea79e94c6727a67baaca3da0791da5de (diff) |
ktest: Add NO_INSTALL option to not install for a test
There's cases where running the same kernel over and over again
is useful, and being able to not install the same kernel can
save time between tests.
Add a NO_INSTALL option that tells ktest.pl to not install the
new kernel.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/ktest/sample.conf')
-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 eadca3eb6f5a..b3e0dc11fc8a 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf | |||
@@ -294,6 +294,13 @@ | |||
294 | # or on some systems: | 294 | # or on some systems: |
295 | #POST_INSTALL = ssh user@target /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION | 295 | #POST_INSTALL = ssh user@target /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION |
296 | 296 | ||
297 | # If for some reason you just want to boot the kernel and you do not | ||
298 | # want the test to install anything new. For example, you may just want | ||
299 | # to boot test the same kernel over and over and do not want to go through | ||
300 | # the hassle of installing anything, you can set this option to 1 | ||
301 | # (default 0) | ||
302 | #NO_INSTALL = 1 | ||
303 | |||
297 | # If there is a script that you require to run before the build is done | 304 | # If there is a script that you require to run before the build is done |
298 | # you can specify it with PRE_BUILD. | 305 | # you can specify it with PRE_BUILD. |
299 | # | 306 | # |