Path: blob/master/tools/testing/ktest/examples/snowball.conf
26296 views
# This example was used to boot the snowball ARM board.1# See http://people.redhat.com/srostedt/ktest-embedded-2012/23# PWD is a ktest.pl variable that will result in the process working4# directory that ktest.pl is executed in.56# THIS_DIR is automatically assigned the PWD of the path that generated7# the config file. It is best to use this variable when assigning other8# directory paths within this directory. This allows you to easily9# move the test cases to other locations or to other machines.10#11THIS_DIR := /home/rostedt/work/demo/ktest-embed12LOG_FILE = ${OUTPUT_DIR}/snowball.log13CLEAR_LOG = 114MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm15ADD_CONFIG = ${THIS_DIR}/addconfig1617SCP_TO_TARGET = echo "don't do scp"1819TFTPBOOT := /var/lib/tftpboot20TFTPDEF := ${TFTPBOOT}/snowball-default21TFTPTEST := ${OUTPUT_DIR}/${BUILD_TARGET}2223SWITCH_TO_GOOD = cp ${TFTPDEF} ${TARGET_IMAGE}24SWITCH_TO_TEST = cp ${TFTPTEST} ${TARGET_IMAGE}2526# Define each test with TEST_START27# The config options below it will override the defaults28TEST_START SKIP29TEST_TYPE = boot30BUILD_TYPE = u8500_defconfig31BUILD_NOCLEAN = 13233TEST_START34TEST_TYPE = make_min_config35OUTPUT_MIN_CONFIG = ${THIS_DIR}/config.newmin36START_MIN_CONFIG = ${THIS_DIR}/config.orig37IGNORE_CONFIG = ${THIS_DIR}/config.ignore38BUILD_NOCLEAN = 1394041DEFAULTS42LOCALVERSION = -test43POWER_CYCLE = echo use the thumb luke; read a44CONSOLE = cat ${THIS_DIR}/snowball-cat45REBOOT_TYPE = script46SSH_USER = root47BUILD_OPTIONS = -j8 uImage48BUILD_DIR = ${THIS_DIR}/linux.git49OUTPUT_DIR = ${THIS_DIR}/snowball-build50MACHINE = snowball51TARGET_IMAGE = /var/lib/tftpboot/snowball-image52BUILD_TARGET = arch/arm/boot/uImage535455