Lines Matching +full:skip +full:- +full:config
3 # (A .config file that is the minimum for a machine to boot, or
8 # .config by only setting the configs in your MIN_CONFIG. The closer
10 # boot your machine, the closer the config you test with will be
11 # to the users config that had the failure.
16 # In this example, the final config will reside in
17 # ${CONFIG_DIR}/config-new-min and ${CONFIG_DIR}/config-new-min-net.
26 # This is because the second test config is a subset of the first).
28 # The ${CONFIG_DIR}/config-skip (and -net) will hold the configs
30 # The config-new-min holds configs that ktest.pl could not test
31 # directly because another config that was needed to boot the box
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.
40 # modifying this config, ktest.pl will notice that the config-new-min(-net)
47 TEST_START IF ${TEST} == min-config
49 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net
50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net
55 TEST_START IF ${TEST} == min-config && ${MULTI}
57 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-min
58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip
59 MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net