aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2011-10-28ktest: Evaluate variables entered on the command lineGravatar Steven Rostedt 1-4/+6
2011-10-22ktest: Add variable ${PWD}Gravatar Steven Rostedt 1-0/+3
2011-10-22ktest: Add another monitor flush before installing kernelGravatar Steven Rostedt 1-0/+5
2011-10-20ktest: Do not opencode reboot in grub settingGravatar Steven Rostedt 1-1/+2
2011-10-17ktest: Add processing of complex conditionalsGravatar Steven Rostedt 2-5/+58
2011-10-17ktest: Fix parsing of config section linesGravatar Steven Rostedt 1-18/+31
2011-10-17ktest: Sort make_min_config configs by dependeciesGravatar Steven Rostedt 1-22/+49
2011-10-17ktest: Add DEFINED keyword for IF statementsGravatar Steven Rostedt 2-1/+33
2011-10-17ktest: Add OVERRIDE keyword to DEFAULTS sectionGravatar Steven Rostedt 2-8/+44
2011-10-17ktest: Consolidate TEST_TYPE and DEFAULT codeGravatar Steven Rostedt 1-40/+21
2011-10-17ktest: Add INCLUDE keyword to include other config filesGravatar Steven Rostedt 2-9/+78
2011-10-17ktest: Let IF keyword take comparisonsGravatar Steven Rostedt 2-6/+62
2011-10-17ktest: Add IF and ELSE to config sectionsGravatar Steven Rostedt 2-4/+98
2011-10-17ktest: Do not reboot on config or build issuesGravatar Steven Rostedt 1-2/+20
2011-10-17ktest: Add option REBOOT_SUCCESS_LINE to stop waiting after a rebootGravatar Steven Rostedt 2-6/+37
2011-10-17ktest: Add NO_INSTALL option to not install for a testGravatar Steven Rostedt 2-1/+16
2011-10-17ktest: Fail when grub menu not foundGravatar Steven Rostedt 1-1/+4
2011-10-17ktest: Include monitor in reboot codeGravatar Andrew Jones 1-20/+16
2011-10-17ktest: Only need to save .config when doing mrproperGravatar Andrew Jones 1-7/+7
2011-10-17ktest: Create outputdir if it does not existGravatar Andrew Jones 1-3/+5
2011-10-17ktest: Add TEST_TYPE install optionGravatar Steven Rostedt 2-3/+11
2011-07-15ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is notGravatar Steven Rostedt 1-12/+7
2011-07-15ktest: Keep fonud configs separate from default configsGravatar Steven Rostedt 1-4/+8
2011-07-15ktest: Add prompt to use OUTPUT_MIN_CONFIGGravatar Steven Rostedt 2-14/+59
2011-07-15ktest: Use Kconfig dependencies to shorten time to make min_configGravatar Steven Rostedt 2-22/+273
2011-07-15ktest: Add test type make_min_configGravatar Steven Rostedt 2-4/+301
2011-06-14ktest: Require one TEST_START in config fileGravatar Steven Rostedt 1-0/+11
2011-06-14ktest: Add helper function to avoid duplicate codeGravatar Steven Rostedt 1-26/+20
2011-06-14ktest: Add IGNORE_WARNINGS to ignore warnings in some patchesGravatar Steven Rostedt 2-2/+20
2011-06-14ktest: Fix tar extracting of modules to targetGravatar Steven Rostedt 1-1/+1
2011-06-14ktest: Have the testing tmp dir include machine nameGravatar Steven Rostedt 2-3/+3
2011-06-14ktest: Add POST/PRE_BUILD optionsGravatar Steven Rostedt 2-3/+60
2011-06-13ktest: Allow initrd processing without modules definedGravatar Steven Rostedt 1-6/+12
2011-06-13ktest: Have LOG_FILE evaluate options as wellGravatar Steven Rostedt 1-58/+68
2011-06-13ktest: Have wait on stdio honor bug timeoutGravatar Steven Rostedt 1-1/+10
2011-06-13ktest: Implement our own force min configGravatar Steven Rostedt 1-13/+61
2011-06-13ktest: Add TEST_NAME optionGravatar Steven Rostedt 2-2/+22
2011-06-13ktest: Add CONFIG_BISECT_GOOD optionGravatar Steven Rostedt 2-7/+18
2011-06-13ktest: Add detection of triple faultsGravatar Steven Rostedt 2-0/+30
2011-06-13ktest: Notify reason to break out of monitoring bootGravatar Steven Rostedt 1-2/+10
2011-06-02ktest: Ignore unset values of the minconfig in config_bisectGravatar Steven Rostedt 1-1/+1
2011-06-02ktest: Fix result of rebooting the kernelGravatar Steven Rostedt 1-1/+1
2011-06-02ktest: Fix off-by-one in config bisect resultGravatar Steven Rostedt 1-2/+2
2011-05-20ktest: Allow options to be used by other optionsGravatar Steven Rostedt 2-1/+97
2011-05-20ktest: Create variables for the ktest config filesGravatar Steven Rostedt 2-0/+121
2011-05-20ktest: Reboot after each patchcheck runGravatar Steven Rostedt 2-0/+17
2011-05-20ktest: Reboot to good kernel after every bisect runGravatar Steven Rostedt 1-5/+5
2011-05-20ktest: If test failed due to timeout, print thatGravatar Steven Rostedt 1-0/+1
2011-05-20ktest: Fix post install commandGravatar Steven Rostedt 1-1/+1
2011-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 2-20/+161