LWN.net Logo

ktest updates for v3.2

From:  Steven Rostedt <rostedt@goodmis.org>
To:  linux-kernel@vger.kernel.org
Subject:  [PATCH 00/17][RFC] ktest updates for v3.2
Date:  Mon, 17 Oct 2011 12:04:55 -0400
Message-ID:  <20111017160455.498567257@goodmis.org>
Archive-link:  Article, Thread

As it is getting close to the merge window. I want to post the
patches I will be pushing to Linus. I know most people don't even
use this, but I figured I would show what's changed since the last
release.

This is also the code base I will be using for my tutorial at 
LinuxCon EU.

-- Steve



Andrew Jones (3):
      ktest: Create outputdir if it does not exist
      ktest: Only need to save .config when doing mrproper
      ktest: Include monitor in reboot code

Steven Rostedt (14):
      ktest: Add TEST_TYPE install option
      ktest: Fail when grub menu not found
      ktest: Add NO_INSTALL option to not install for a test
      ktest: Add option REBOOT_SUCCESS_LINE to stop waiting after a reboot
      ktest: Do not reboot on config or build issues
      ktest: Add IF and ELSE to config sections
      ktest: Let IF keyword take comparisons
      ktest: Add INCLUDE keyword to include other config files
      ktest: Consolidate TEST_TYPE and DEFAULT code
      ktest: Add OVERRIDE keyword to DEFAULTS section
      ktest: Add DEFINED keyword for IF statements
      ktest: Sort make_min_config configs by dependecies
      ktest: Fix parsing of config section lines
      ktest: Add processing of complex conditionals

----
 tools/testing/ktest/ktest.pl    |  494 +++++++++++++++++++++++++++++++--------
 tools/testing/ktest/sample.conf |  146 +++++++++++-
 2 files changed, 537 insertions(+), 103 deletions(-)

Copyright © 2011, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds