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.
266 # by other options. All options are evaluated at time of
268 # processing time).
289 # For both test cases, MACHINE will be evaluated at the time
290 # of the test case. The first test will run ssh root@box1
291 # and the second will run ssh root@box2.
317 #TARGET_IMAGE = /boot/vmlinuz-test
322 #POWER_CYCLE = wget --no-proxy -O /dev/null -q --auth-no-challenge 'http://admin:admin@power/outle…
331 #CONSOLE = nc -d localhost 3001
345 #LOCALVERSION = -test
367 # kernel vmlinuz-test
397 #SYSLINUX_LABEL = "test-kernel"
401 # SWITCH_TO_TEST is run even for REBOOT_TYPE = grub.
418 # The executable to run
424 # MAIL_COMMAND = echo \'Subject: $SUBJECT\n\n$MESSAGE\' | $MAIL_PATH/$MAILER -t $MAILTO
426 # MAIL_COMMAND = "$MAIL_PATH/$MAILER -s \'$SUBJECT\' $MAILTO <<< \'$MESSAGE\'
427 # ktest.pl will do the substitution for MAIL_PATH, MAILER, MAILTO at the time
429 # then the substitutions will occur at the time the config file is read.
432 #MAIL_COMMAND = echo \'Subject: $SUBJECT\n\n$MESSAGE\' | $MAIL_PATH/$MAILER -t $MAILTO
460 # will be default and the test will run once.
500 # environment, use kernel-install command.
502 #POST_KTEST = ssh root@Test "/usr/bin/kernel-install remove $KERNEL_VERSION"
506 # build - only build the kernel, do nothing else
507 # install - build and install, but do nothing else (does not reboot)
508 # boot - build, install, and boot the kernel
509 # test - build, boot and if TEST is set, run the test script
511 # bisect - Perform a bisect on the kernel (see BISECT_TYPE below)
512 # patchcheck - Do a test on a series of commits in git (see PATCHCHECK below)
515 # Test to run if there is a successful boot and TEST_TYPE is test.
522 # nobuild - skip the clean and build step
523 # useconfig:/path/to/config - use the given config and run
530 #MAKE_CMD = CC=i386-gcc AS=i386-as make ARCH=i386
534 #BUILD_OPTIONS = -j20
542 #PRE_INSTALL = ssh user@target rm -rf '/lib/modules/*-test*'
550 #POST_INSTALL = ssh user@target /sbin/mkinitrd --allow-missing -f /boot/initramfs-test.img $KERNEL_…
553 #POST_INSTALL = ssh user@target /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
556 # environment, use kernel-install command.
558 #POST_INSTALL = ssh root@Test "/usr/bin/kernel-install add $KERNEL_VERSION /boot/vmlinuz-$KERNEL_VE…
567 # If there is a command that you want to run before the individual test
578 # If there is a command you want to run after the individual test case
582 #POST_TEST = cd ${BUILD_DIR}; git reset --hard
584 # If there is a script that you require to run before the build is done
589 # patch before each build that is made. Use the POST_BUILD to do a git reset --hard
593 #PRE_BUILD = cd ${BUILD_DIR} && patch -p1 < /tmp/temp.patch
601 # If there is a script that should run after the build is done
608 #POST_BUILD = cd ${BUILD_DIR} && git reset --hard
669 # $ grep '^CONFIG' .config > /home/test/config-min
676 # # lsmod | cut -d' ' -f1 | xargs rmmod
684 # to the host, and then remove the previous .config and run the
694 #MIN_CONFIG = /home/test/config-min
710 #ADD_CONFIG = /home/test/config-broken
745 # a specified time to stop the test after success is recommended.
751 # a specified time to stop the test after failure is recommended.
757 # a specified time to stop the test if it never succeeds nor fails
761 # (default 600, -1 is to never stop)
767 # MACHINE-TEST_TYPE_BUILD_TYPE-fail-yyyymmddhhmmss
791 # the time it waits for the monitor to settle down between reads
798 # time here to get pass a reboot. Some machines may not produce
799 # any console output for a long time during a reboot. You do
813 # is the time to wait for the console after it stops producing
817 # when rebooting to the test kernel. This sleep time happens
827 # The time in between bisects to sleep (in seconds)
831 # The max wait time (in seconds) for waiting for the console to finish.
834 # option is the max time ktest will wait for the monitor (console)
839 # The time in between patch checks to sleep (in seconds)
861 # to always powercycle after this amount of time after calling
870 # to always poweroff after this amount of time after calling
882 #POWER_OFF = wget --no-proxy -O /dev/null -q --auth-no-challenge 'http://admin:admin@power/outlet?…
943 # If you don't care if there are non-used options, enable this
944 # option. Be careful though, a non-used option is usually a sign
950 # traces, ktest.pl will detect these and fail a boot or test run
957 #### Per test run options ####
970 # specify this for the first run, that branch will be used for
1007 # PATCHCHECK_TYPE is required and is the type of test to run:
1018 # If BUILD_NOCLEAN is set, then make mrproper will not be run on
1021 # BUILD_NOCLEAN is not set, only the first and last patch run
1044 # build - bad fails to build
1045 # boot - bad builds but fails to boot
1046 # test - bad boots but fails a test
1059 # that would work to continue with. You can run:
1069 # then it will run git bisect replay on this file, before
1088 # run "git bisect skip" and try again.
1092 # To just run the git bisect on a specific path, set BISECT_FILES.
1095 # BISECT_FILES = arch/x86 kernel/time
1097 # Will run the bisect with "git bisect start -- arch/x86 kernel/time"
1146 # 0 for good, and non-zero for bad, you can override 0 being
1152 # 0 for good, and non-zero for bad, you can override non-zero being
1185 # MIN_CONFIG = /home/test/config-bisect
1232 # build - bad fails to build
1233 # boot - bad builds but fails to boot
1234 # test - bad boots but fails a test
1240 # If you set it to build, it will run the bisect and you can
1261 # `pwd`/config-bisect.pl # the location ktest.pl was executed from.
1263 # `dirname <ktest.pl>`/config-bisect.pl # The directory that holds ktest.pl
1265 # ${BUILD_DIR}/tools/testing/ktest/config-bisect.pl
1272 # CONFIG_BISECT = /home/test/config-bad
1273 # MIN_CONFIG = /home/test/config-min
1289 # Note, this does take some time, and may require you to run the
1292 # that was found till that time.
1299 # To save time, the test does not just grab any option and test
1351 # OUTPUT_MIN_CONFIG = /path/to/config-new-min
1352 # START_MIN_CONFIG = /path/to/config-min
1353 # IGNORE_CONFIG = /path/to/config-tested
1366 # file before you run other tests, like patchcheck.
1368 # What this test does is to run just a build, you still need to