1. 19 Jul, 2012 4 commits
    • Steven Rostedt's avatar
      ktest: Add CONFIG_BISECT_CHECK option · b0918612
      Steven Rostedt authored
      The config-bisect can take a bad config and bisect it down to find out
      what config actually breaks the config. But as all tests will apply a
      minconfig (defined by a user) to apply before booting, it is possible
      that the minconfig could actually make the bad config work (minconfigs
      can disable configs). The end result is that the config bisect test will
      not find a config that breaks. This can be rather frustrating to the
      user.
      
      The CONFIG_BISECT_CHECK option, when set to 1, will make sure that the
      bad config (with the minconfig applied) still fails before trying to
      bisect.
      
      And yes, I did get burned by this.
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      b0918612
    • Steven Rostedt's avatar
      ktest: Add PRE_INSTALL option · e5c2ec11
      Steven Rostedt authored
      Add the PRE_INSTALL option that will allow a user to specify a shell
      command to be executed before the install operation executes.
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      e5c2ec11
    • Steven Rostedt's avatar
      ktest: Add PRE/POST_KTEST and TEST options · 921ed4c7
      Steven Rostedt authored
      In order to let the user add commands before and after ktest runs, the
      PRE_KTEST and POST_KTEST options are defined. They hold shell commands
      that will execute befor ktest runs its first test, as well as when it
      completed its last test.
      
      The PRE_TEST and POST_TEST will be run befor and after (respectively)
      for a given test. They can either be global (done for all tests) or
      defined by a single test.
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      921ed4c7
    • Steven Rostedt's avatar
      ktest: Remove commented exit · 958d8435
      Steven Rostedt authored
      A debug 'exit' was left in ktest.pl. Remove it.
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      958d8435
  2. 14 Jul, 2012 11 commits
  3. 13 Jul, 2012 19 commits
  4. 12 Jul, 2012 5 commits
  5. 11 Jul, 2012 1 commit