aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-19ktest: Add MAX_MONITOR_WAIT optionSteven Rostedt2-1/+23
2012-07-19ktest: Fix config bisect with how make oldnoconfig worksSteven Rostedt1-0/+46
2012-07-19ktest: Add CONFIG_BISECT_CHECK optionSteven Rostedt2-0/+20
2012-07-19ktest: Add PRE_INSTALL optionSteven Rostedt2-0/+16
2012-07-19ktest: Add PRE/POST_KTEST and TEST optionsSteven Rostedt2-0/+67
2012-07-19ktest: Remove commented exitSteven Rostedt1-1/+0
2012-05-23ktest: Change singular "paranthesis" to plural "parentheses"Jesper Juhl1-1/+1
2012-05-22ktest: Add README to explain what is in the examples directorySteven Rostedt1-0/+32
2012-05-22ktest: Add the snowball.conf example configSteven Rostedt1-0/+53
2012-05-22ktest: Add an example config that does cross compiling of several archsSteven Rostedt1-0/+260
2012-05-22ktest: Add kvm.conf example configSteven Rostedt1-0/+88
2012-05-22ktest: Add useful example configsSteven Rostedt6-0/+517
2012-05-22ktest: Add USE_OUTPUT_MIN_CONFIG to avoid prompt on make_min_configSteven Rostedt2-1/+16
2012-05-21ktest: Add MIN_CONFIG_TYPE to allow making a minum .config that has networkSteven Rostedt2-0/+24
2012-05-18ktest: Fix kernelrevision with POST_BUILDSteven Rostedt1-0/+11
2012-05-01ktest: Fix reboot on success stopping all rebootsSteven Rostedt1-2/+8
2012-05-01ktest.pl: Fix combined usage of BISECT_REVERSE and BISECT_SKIPRuss Dill1-1/+1
2012-03-23Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds2-14/+56
2012-03-21ktest: Allow a test to override REBOOT_ON_SUCCESSSteven Rostedt1-2/+10
2012-03-21ktest: Fix SWITCH_TO_GOOD to also reboot the machineSteven Rostedt1-1/+0
2012-03-21ktest: Add SCP_TO_TARGET_INSTALL optionSteven Rostedt2-7/+33
2012-03-21ktest: Add warning when bugs are ignoredSteven Rostedt1-3/+12
2012-03-21ktest: Add INSTALL_MOD_STRIP=1 when installing modulesSteven Rostedt1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-02-27Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds1-3/+5
2012-02-27ktest: Fix make_min_config test when build failsSteven Rostedt1-3/+5
2012-02-21tools: Fix typo in ktest.plMasanari Iida1-1/+1
2012-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds3-192/+581
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-04ktest: Add INGORE_ERRORS to ignore warnings in boot upSteven Rostedt2-1/+11
2012-01-04ktest: Still do reboot even for REBOOT_TYPE = scriptSteven Rostedt2-9/+7
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-12-22ktest: Fix compare script to test if options are not documentedSteven Rostedt1-1/+3
2011-12-22ktest: Detect typos in option namesSteven Rostedt2-80/+139
2011-12-22ktest: Have all values be set by defaultsSteven Rostedt1-27/+59
2011-12-22ktest: Change initialization of defaults hash to perl formatSteven Rostedt1-35/+36
2011-12-22ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TESTSteven Rostedt2-7/+47
2011-12-22ktest: Allow overriding bisect test resultsSteven Rostedt2-0/+83
2011-12-22ktest: Evaluate options before processing themSteven Rostedt1-5/+6
2011-12-22ktest: Evaluate $KERNEL_VERSION in both install and post installSteven Rostedt1-3/+12
2011-12-22ktest: Only ask options needed for installSteven Rostedt1-5/+14
2011-12-22ktest: When creating a new config, ask for BUILD_OPTIONSSteven Rostedt1-1/+14
2011-12-22ktest: Do not ask for some options if the only test is buildSteven Rostedt1-12/+31
2011-12-22ktest: Ask for type of test when creating a new configSteven Rostedt1-4/+12
2011-12-22ktest: Allow bisect test to restart where it left offSteven Rostedt1-6/+64
2011-11-23ktest: When creating new config, allow the use of ${THIS_DIR}Steven Rostedt1-2/+17
2011-11-21ktest: Add default for ssh-user, build-target and target-imageSteven Rostedt1-1/+7
2011-11-18ktest: Allow success logs to be storedRabin Vincent2-34/+52
2011-11-18ktest: Save test outputRabin Vincent1-11/+19
2011-11-18ktest: Check parent options for iterated testsRabin Vincent1-0/+16