ktest: new and fancy updates
From: | Steven Rostedt <rostedt@goodmis.org> | |
To: | linux-kernel@vger.kernel.org | |
Subject: | [PATCH 00/20] ktest: new and fancy updates | |
Date: | Wed, 04 Jan 2012 22:47:55 -0500 | |
Message-ID: | <20120105034755.793909214@goodmis.org> | |
Cc: | Linus Torvalds <torvalds@linux-foundation.org> | |
Archive‑link: | Article |
Linus, Please pull the latest for-linus tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git for-linus Head SHA1: be405f95f0a090d1dfc26a5bb4d781c00f34479c Rabin Vincent (3): ktest: Check parent options for iterated tests ktest: Save test output ktest: Allow success logs to be stored Steven Rostedt (17): ktest: Add default for ssh-user, build-target and target-image ktest: When creating new config, allow the use of ${THIS_DIR} ktest: Allow bisect test to restart where it left off ktest: Ask for type of test when creating a new config ktest: Do not ask for some options if the only test is build ktest: When creating a new config, ask for BUILD_OPTIONS ktest: Only ask options needed for install ktest: Evaluate $KERNEL_VERSION in both install and post install ktest: Evaluate options before processing them ktest: Allow overriding bisect test results ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TEST ktest: Change initialization of defaults hash to perl format ktest: Have all values be set by defaults ktest: Detect typos in option names ktest: Fix compare script to test if options are not documented ktest: Still do reboot even for REBOOT_TYPE = script ktest: Add INGORE_ERRORS to ignore warnings in boot up ---- tools/testing/ktest/compare-ktest-sample.pl | 4 +- tools/testing/ktest/ktest.pl | 698 +++++++++++++++++++-------- tools/testing/ktest/sample.conf | 87 ++++- 3 files changed, 597 insertions(+), 192 deletions(-)