Lines Matching +full:boot +full:- +full:time

54 # MIN_CONFIG = /home/test/config-test1
57 # MIN_CONFIG = /home/test/config-default
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
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
322 #BUILD_TARGET = arch/x86/boot/bzImage
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
357 # option to boot to with GRUB_REBOOT
358 #GRUB_FILE = /boot/grub2/grub.cfg
361 # to boot into (one shot mode).
365 # The grub title name for the test kernel to boot
373 # For example, if in the /boot/grub/menu.lst the test kernel title has:
375 # kernel vmlinuz-test
392 # (on the target) to use to set up the next reboot to boot the
399 # (default /boot/extlinux)
400 #SYSLINUX_PATH = /boot/syslinux
405 #SYSLINUX_LABEL = "test-kernel"
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
507 # If you want to remove the kernel entry in Boot Loader Specification (BLS)
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
518 # (If TEST is not set, it defaults back to boot)
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
563 # If you want to add the kernel entry in Boot Loader Specification (BLS)
564 # environment, use kernel-install command.
566 #POST_INSTALL = ssh root@Test "/usr/bin/kernel-install add $KERNEL_VERSION /boot/vmlinuz-$KERNEL_VE…
568 # If for some reason you just want to boot the kernel and you do not
570 # to boot test the same kernel over and over and do not want to go through
590 #POST_TEST = cd ${BUILD_DIR}; git reset --hard
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
616 #POST_BUILD = cd ${BUILD_DIR} && git reset --hard
628 # and will search in /boot/grub/menu.lst for the title $GRUB_MENU
631 # specified in REBOOT_SCRIPT to boot to the target.
640 # (default /boot/extlinux)
642 # The entry in /boot/grub/menu.lst must be entered in manually.
646 # If you are using a machine that doesn't boot with grub, and
657 # If you are using a machine that doesn't boot with grub, and
677 # $ grep '^CONFIG' .config > /home/test/config-min
684 # # lsmod | cut -d' ' -f1 | xargs rmmod
702 #MIN_CONFIG = /home/test/config-min
704 # Sometimes there's options that just break the boot and
718 #ADD_CONFIG = /home/test/config-broken
734 # Line to define a successful boot up in console output.
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
1021 # build, boot, test.
1041 # PATCHCHECK_TYPE = boot
1057 # build - bad fails to build
1058 # boot - bad builds but fails to boot
1059 # test - bad boots but fails a test
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
1231 # The "bad config" can also be a config that is needed to boot but was
1245 # build - bad fails to build
1246 # boot - bad builds but fails to boot
1247 # test - bad boots but fails a test
1249 # CONFIG_BISECT is the config that failed to boot
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
1297 # those configurations that are truly required to boot your machine
1302 # Note, this does take some time, and may require you to run the
1305 # that was found till that time.
1308 # and its test type acts like boot.
1310 # boot, like having network access.
1312 # To save time, the test does not just grab any option and test
1347 # MIN_CONFIG_TYPE can be either 'boot' or 'test'. With 'boot' it will
1348 # test if the created config can just boot the machine. If this is
1350 # config will not only boot the target, but also make sure that the
1364 # OUTPUT_MIN_CONFIG = /path/to/config-new-min
1365 # START_MIN_CONFIG = /path/to/config-min
1366 # IGNORE_CONFIG = /path/to/config-tested