Home
last modified time | relevance | path

Searched full:min_config (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/ktest/examples/include/
H A Dmin-config.conf2 # This file has some examples for creating a MIN_CONFIG.
6 # A MIN_CONFIG is very useful as it is the minimum configuration
8 # .config by only setting the configs in your MIN_CONFIG. The closer
9 # your MIN_CONFIG is to the true minimum set of configs needed to
13 # The make_min_config test allows you to create a MIN_CONFIG that
18 # Just move one to the location you have set for MIN_CONFIG.
20 # The first test creates a MIN_CONFIG that will be the minimum
23 # The second test creates a MIN_CONFIG that will only boot
35 # setting setting the MIN_CONFIG to ${CONFIG_DIR}/config-skip. If the
36 # machine still boots, then you can use the config-skip as your MIN_CONFIG.
[all …]
H A Dtests.conf48 # It is important that you have set MIN_CONFIG in the config
55 MIN_CONFIG = ${CONFIG_DIR}/config-min-net
61 # The MIN_CONFIG used here does not need to have networking
66 MIN_CONFIG = ${CONFIG_DIR}/config-min
H A Dpatchcheck.conf93 MIN_CONFIG = ${PATCH_CONFIG}
103 MIN_CONFIG = ${PATCH_CONFIG}
H A Dbisect.conf46 MIN_CONFIG = ${THIS_DIR}/config-bisect
89 # MIN_CONFIG as the good config.
H A Ddefaults.conf96 MIN_CONFIG = ${CONFIG_DIR}/config-min
103 # where as, MIN_CONFIG is specific per machine.
/linux/tools/testing/ktest/
H A Dsample.conf54 # MIN_CONFIG = /home/test/config-test1
57 # MIN_CONFIG = /home/test/config-default
61 # The above will run the first test with MIN_CONFIG set to
63 # with MIN_CONFIG with /home/test/config-default.
68 # MIN_CONFIG = /home/test/config-use-sometimes
71 # MIN_CONFIG = /home/test/config-most-times
73 # The above will ignore the first MIN_CONFIG. If you want to
74 # use the first MIN_CONFIG, remove the SKIP from the first
225 # MIN_CONFIG = config1
229 # MIN_CONFIG
[all...]
H A Dktest.pl263 # in a .config file. The MIN_CONFIG and ADD_CONFIG configs.
304 "MIN_CONFIG" => \$minconfig,
3450 doprint "Disabling 'MIN_CONFIG' for this test\n";
3959 # came from min_config, than ask if we should use
3968 doprint "Using $output_minconfig as MIN_CONFIG\n";
3971 doprint "Set to still use MIN_CONFIG as starting point\n";
3976 fail "START_MIN_CONFIG or MIN_CONFIG not defined" and return;
/linux/tools/testing/ktest/examples/
H A Dcrosstests.conf192 # This is a bisect if needed. You need to give it a MIN_CONFIG that
194 # for the arch someplace and point MIN_CONFIG to it.
196 MIN_CONFIG = ${THIS_DIR}/min-config