aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest/ktest.pl (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-15ktest: Add prompt to use OUTPUT_MIN_CONFIGSteven Rostedt1-14/+56
2011-07-15ktest: Use Kconfig dependencies to shorten time to make min_configSteven Rostedt1-22/+261
2011-07-15ktest: Add test type make_min_configSteven Rostedt1-4/+251
2011-06-14ktest: Require one TEST_START in config fileSteven Rostedt1-0/+11
2011-06-14ktest: Add helper function to avoid duplicate codeSteven Rostedt1-26/+20
2011-06-14ktest: Add IGNORE_WARNINGS to ignore warnings in some patchesSteven Rostedt1-1/+13
2011-06-14ktest: Fix tar extracting of modules to targetSteven Rostedt1-1/+1
2011-06-14ktest: Have the testing tmp dir include machine nameSteven Rostedt1-1/+1
2011-06-14ktest: Add POST/PRE_BUILD optionsSteven Rostedt1-3/+28
2011-06-13ktest: Allow initrd processing without modules definedSteven Rostedt1-6/+12
2011-06-13ktest: Have LOG_FILE evaluate options as wellSteven Rostedt1-58/+68
2011-06-13ktest: Have wait on stdio honor bug timeoutSteven Rostedt1-1/+10
2011-06-13ktest: Implement our own force min configSteven Rostedt1-13/+61
2011-06-13ktest: Add TEST_NAME optionSteven Rostedt1-2/+16
2011-06-13ktest: Add CONFIG_BISECT_GOOD optionSteven Rostedt1-0/+6
2011-06-13ktest: Add detection of triple faultsSteven Rostedt1-0/+20
2011-06-13ktest: Notify reason to break out of monitoring bootSteven Rostedt1-2/+10
2011-06-02ktest: Ignore unset values of the minconfig in config_bisectSteven Rostedt1-1/+1
2011-06-02ktest: Fix result of rebooting the kernelSteven Rostedt1-1/+1
2011-06-02ktest: Fix off-by-one in config bisect resultSteven Rostedt1-2/+2
2011-05-20ktest: Allow options to be used by other optionsSteven Rostedt1-1/+67
2011-05-20ktest: Create variables for the ktest config filesSteven Rostedt1-0/+62
2011-05-20ktest: Reboot after each patchcheck runSteven Rostedt1-0/+13
2011-05-20ktest: Reboot to good kernel after every bisect runSteven Rostedt1-5/+5
2011-05-20ktest: If test failed due to timeout, print thatSteven Rostedt1-0/+1