Lines Matching +full:run +full:- +full:time
5 # ktest.pl is run from. By default, ktest.pl will look for a file
45 # only enabling the ones you want to use for a current test run.
54 # 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
62 # /home/test/config-test-1. Then 10 tests will be executed
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
78 # ktest will fail to execute, and no tests will run.
112 # BUILD_TYPE = useconfig:${CONFIG_DIR}/config-network
116 # BUILD_TYPE = useconfig:${CONFIG_DIR}/config-normal
124 # BUILD_TYPE = useconfig:${CONFIG_DIR}/config-network
127 # BUILD_TYPE = useconfig:${CONFIG_DIR}/config-tests
130 # BUILD_TYPE = useconfig:${CONFIG_DIR}/config-cpu
133 # BUILD_TYPE = useconfig:${CONFIG_DIR}/config-network
141 # BUILD_TYPE = useconfig:${CONFIG_DIR}/config-32
143 # BUILD_TYPE = useconfig:${CONFIG_DIR}/config-64
212 # And that they only live at time of processing this config.
274 # by other options. All options are evaluated at time of
276 # processing time).
297 # For both test cases, MACHINE will be evaluated at the time
298 # of the test case. The first test will run ssh root@box1
299 # and the second will run ssh root@box2.
325 #TARGET_IMAGE = /boot/vmlinuz-test
330 #POWER_CYCLE = wget --no-proxy -O /dev/null -q --auth-no-challenge 'http://admin:admin@power/outle…
339 #CONSOLE = nc -d localhost 3001
353 #LOCALVERSION = -test
375 # kernel vmlinuz-test
405 #SYSLINUX_LABEL = "test-kernel"
409 # SWITCH_TO_TEST is run even for REBOOT_TYPE = grub.
426 # The executable to run
432 # MAIL_COMMAND = echo \'Subject: $SUBJECT\n\n$MESSAGE\' | $MAIL_PATH/$MAILER -t $MAILTO
434 # MAIL_COMMAND = "$MAIL_PATH/$MAILER -s \'$SUBJECT\' $MAILTO <<< \'$MESSAGE\'
435 # ktest.pl will do the substitution for MAIL_PATH, MAILER, MAILTO at the time
437 # then the substitutions will occur at the time the config file is read.
440 #MAIL_COMMAND = echo \'Subject: $SUBJECT\n\n$MESSAGE\' | $MAIL_PATH/$MAILER -t $MAILTO
468 # will be default and the test will run once.
508 # environment, use kernel-install command.
510 #POST_KTEST = ssh root@Test "/usr/bin/kernel-install remove $KERNEL_VERSION"
514 # build - only build the kernel, do nothing else
515 # install - build and install, but do nothing else (does not reboot)
516 # boot - build, install, and boot the kernel
517 # test - build, boot and if TEST is set, run the test script
519 # bisect - Perform a bisect on the kernel (see BISECT_TYPE below)
520 # patchcheck - Do a test on a series of commits in git (see PATCHCHECK below)
523 # Test to run if there is a successful boot and TEST_TYPE is test.
530 # nobuild - skip the clean and build step
531 # useconfig:/path/to/config - use the given config and run
538 #MAKE_CMD = CC=i386-gcc AS=i386-as make ARCH=i386
542 #BUILD_OPTIONS = -j20
550 #PRE_INSTALL = ssh user@target rm -rf '/lib/modules/*-test*'
558 #POST_INSTALL = ssh user@target /sbin/mkinitrd --allow-missing -f /boot/initramfs-test.img $KERNEL_…
561 #POST_INSTALL = ssh user@target /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
564 # environment, use kernel-install command.
566 #POST_INSTALL = ssh root@Test "/usr/bin/kernel-install add $KERNEL_VERSION /boot/vmlinuz-$KERNEL_VE…
575 # If there is a command that you want to run before the individual test
586 # If there is a command you want to run after the individual test case
590 #POST_TEST = cd ${BUILD_DIR}; git reset --hard
592 # If there is a script that you require to run before the build is done
597 # patch before each build that is made. Use the POST_BUILD to do a git reset --hard
601 #PRE_BUILD = cd ${BUILD_DIR} && patch -p1 < /tmp/temp.patch
609 # If there is a script that should run after the build is done
616 #POST_BUILD = cd ${BUILD_DIR} && git reset --hard
677 # $ grep '^CONFIG' .config > /home/test/config-min
684 # # lsmod | cut -d' ' -f1 | xargs rmmod
692 # to the host, and then remove the previous .config and run the
702 #MIN_CONFIG = /home/test/config-min
718 #ADD_CONFIG = /home/test/config-broken
753 # a specified time to stop the test after success is recommended.
759 # a specified time to stop the test after failure is recommended.
765 # a specified time to stop the test if it never succeeds nor fails
769 # (default 600, -1 is to never stop)
775 # MACHINE-TEST_TYPE_BUILD_TYPE-fail-yyyymmddhhmmss
799 # the time it waits for the monitor to settle down between reads
806 # time here to get pass a reboot. Some machines may not produce
807 # any console output for a long time during a reboot. You do
826 # is the time to wait for the console after it stops producing
830 # when rebooting to the test kernel. This sleep time happens
840 # The time in between bisects to sleep (in seconds)
844 # The max wait time (in seconds) for waiting for the console to finish.
847 # option is the max time ktest will wait for the monitor (console)
852 # The time in between patch checks to sleep (in seconds)
874 # to always powercycle after this amount of time after calling
883 # to always poweroff after this amount of time after calling
895 #POWER_OFF = wget --no-proxy -O /dev/null -q --auth-no-challenge 'http://admin:admin@power/outlet?…
956 # If you don't care if there are non-used options, enable this
957 # option. Be careful though, a non-used option is usually a sign
963 # traces, ktest.pl will detect these and fail a boot or test run
970 #### Per test run options ####
983 # specify this for the first run, that branch will be used for
1020 # PATCHCHECK_TYPE is required and is the type of test to run:
1031 # If BUILD_NOCLEAN is set, then make mrproper will not be run on
1034 # BUILD_NOCLEAN is not set, only the first and last patch run
1057 # build - bad fails to build
1058 # boot - bad builds but fails to boot
1059 # test - bad boots but fails a test
1072 # that would work to continue with. You can run:
1082 # then it will run git bisect replay on this file, before
1101 # run "git bisect skip" and try again.
1105 # To just run the git bisect on a specific path, set BISECT_FILES.
1108 # BISECT_FILES = arch/x86 kernel/time
1110 # Will run the bisect with "git bisect start -- arch/x86 kernel/time"
1159 # 0 for good, and non-zero for bad, you can override 0 being
1165 # 0 for good, and non-zero for bad, you can override non-zero being
1198 # MIN_CONFIG = /home/test/config-bisect
1245 # build - bad fails to build
1246 # boot - bad builds but fails to boot
1247 # test - bad boots but fails a test
1253 # If you set it to build, it will run the bisect and you can
1274 # `pwd`/config-bisect.pl # the location ktest.pl was executed from.
1276 # `dirname <ktest.pl>`/config-bisect.pl # The directory that holds ktest.pl
1278 # ${BUILD_DIR}/tools/testing/ktest/config-bisect.pl
1285 # CONFIG_BISECT = /home/test/config-bad
1286 # MIN_CONFIG = /home/test/config-min
1302 # Note, this does take some time, and may require you to run the
1305 # that was found till that time.
1312 # To save time, the test does not just grab any option and test
1364 # OUTPUT_MIN_CONFIG = /path/to/config-new-min
1365 # START_MIN_CONFIG = /path/to/config-min
1366 # IGNORE_CONFIG = /path/to/config-tested
1379 # file before you run other tests, like patchcheck.
1381 # What this test does is to run just a build, you still need to