Lines Matching +full:skip +full:- +full:power +full:- +full:up

26 # Each TEST_START label will set up a new test. If you want to
34 # You can skip a test by adding SKIP (before or after the ITERATE
37 # TEST_START SKIP
39 # TEST_START SKIP ITERATE 10
41 # TEST_START ITERATE 10 SKIP
43 # The SKIP label causes the options and the test itself to be ignored.
44 # This is useful to set up several different tests in one config file, and
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.
65 # You can also disable defaults with the SKIP option
67 # DEFAULTS SKIP
68 # MIN_CONFIG = /home/test/config-use-sometimes
71 # MIN_CONFIG = /home/test/config-most-times
74 # use the first MIN_CONFIG, remove the SKIP from the first
106 # as if the SKIP keyword was used.
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
325 #TARGET_IMAGE = /boot/vmlinuz-test
329 # Here is a digital loggers power switch example
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
392 # (on the target) to use to set up the next reboot to boot the
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\'
440 #MAIL_COMMAND = echo \'Subject: $SUBJECT\n\n$MESSAGE\' | $MAIL_PATH/$MAILER -t $MAILTO
471 # test a number of times, or SKIP to ignore this test.
475 #TEST_START SKIP
483 # You can append SKIP to this label and the options within this
487 # DEFAULTS SKIP
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)
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…
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
677 # $ grep '^CONFIG' .config > /home/test/config-min
684 # # lsmod | cut -d' ' -f1 | xargs rmmod
702 #MIN_CONFIG = /home/test/config-min
718 #ADD_CONFIG = /home/test/config-broken
734 # Line to define a successful boot up in console output.
744 # To speed up between reboots, defining a line that the
769 # (default 600, -1 is to never stop)
775 # MACHINE-TEST_TYPE_BUILD_TYPE-fail-yyyymmddhhmmss
816 # If the target does not connect within this timeout, a power cycle
836 # You can speed up reboot times even more by setting REBOOT_SUCCESS_LINE.
859 # Power off the target on error (ignored if REBOOT_ON_ERROR is set)
864 # Power off the target after all tests have completed successfully
891 # A script or command to power off the box (default undefined)
894 # Example for digital loggers power switch:
895 #POWER_OFF = wget --no-proxy -O /dev/null -q --auth-no-challenge 'http://admin:admin@power/outlet?…
925 #SCP_TO_TARGET = echo skip scp for $SRC_FILE $DST_FILE
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
1035 # make mrproper. This helps speed up the test.
1057 # build - bad fails to build
1058 # boot - bad builds but fails to boot
1059 # test - bad boots but fails a test
1089 # and you need to skip it. If BISECT_START is defined, it
1101 # run "git bisect skip" and try again.
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
1179 # test returns when it should skip the current commit.
1185 # "abort" or "skip" (without the quotes).
1198 # MIN_CONFIG = /home/test/config-bisect
1217 # make sure that they are set up for the kernel that is checked out.
1245 # build - bad fails to build
1246 # boot - bad builds but fails to boot
1247 # test - bad boots but fails a test
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
1364 # OUTPUT_MIN_CONFIG = /path/to/config-new-min
1365 # START_MIN_CONFIG = /path/to/config-min
1366 # IGNORE_CONFIG = /path/to/config-tested