aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest/ktest.pl (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Rostedt1-4/+22
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-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-04ktest: Add INGORE_ERRORS to ignore warnings in boot upSteven Rostedt1-1/+3
2012-01-04ktest: Still do reboot even for REBOOT_TYPE = scriptSteven Rostedt1-8/+3
2011-12-22ktest: Detect typos in option namesSteven Rostedt1-80/+128
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 Rostedt1-7/+26
2011-12-22ktest: Allow overriding bisect test resultsSteven Rostedt1-0/+47
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 Vincent1-34/+46
2011-11-18ktest: Save test outputRabin Vincent1-11/+19
2011-11-18ktest: Check parent options for iterated testsRabin Vincent1-0/+16
2011-10-28ktest: Evaluate variables entered on the command lineSteven Rostedt1-4/+6
2011-10-22ktest: Add variable ${PWD}Steven Rostedt1-0/+3
2011-10-22ktest: Add another monitor flush before installing kernelSteven Rostedt1-0/+5
2011-10-20ktest: Do not opencode reboot in grub settingSteven Rostedt1-1/+2
2011-10-17ktest: Add processing of complex conditionalsSteven Rostedt1-5/+48
2011-10-17ktest: Fix parsing of config section linesSteven Rostedt1-18/+31
2011-10-17ktest: Sort make_min_config configs by dependeciesSteven Rostedt1-22/+49
2011-10-17ktest: Add DEFINED keyword for IF statementsSteven Rostedt1-1/+16
2011-10-17ktest: Add OVERRIDE keyword to DEFAULTS sectionSteven Rostedt1-8/+29
2011-10-17ktest: Consolidate TEST_TYPE and DEFAULT codeSteven Rostedt1-40/+21
2011-10-17ktest: Add INCLUDE keyword to include other config filesSteven Rostedt1-7/+48
2011-10-17ktest: Let IF keyword take comparisonsSteven Rostedt1-6/+48
2011-10-17ktest: Add IF and ELSE to config sectionsSteven Rostedt1-4/+60
2011-10-17ktest: Do not reboot on config or build issuesSteven Rostedt1-2/+20
2011-10-17ktest: Add option REBOOT_SUCCESS_LINE to stop waiting after a rebootSteven Rostedt1-6/+27
2011-10-17ktest: Add NO_INSTALL option to not install for a testSteven Rostedt1-1/+9
2011-10-17ktest: Fail when grub menu not foundSteven Rostedt1-1/+4
2011-10-17ktest: Include monitor in reboot codeAndrew Jones1-20/+16
2011-10-17ktest: Only need to save .config when doing mrproperAndrew Jones1-7/+7
2011-10-17ktest: Create outputdir if it does not existAndrew Jones1-3/+5
2011-10-17ktest: Add TEST_TYPE install optionSteven Rostedt1-0/+7
2011-07-15ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is notSteven Rostedt1-12/+7
2011-07-15ktest: Keep fonud configs separate from default configsSteven Rostedt1-4/+8