#
# Generic config for a machine
#

# Name your machine (the DNS name, what you ssh to)
MACHINE = foo

# BOX can be different than foo, if the machine BOX has
# multiple partitions with different systems installed. For example,
# you may have a i386 and x86_64 installation on a test box.
# If this is the case, MACHINE defines the way to connect to the
# machine, which may be different between which system the machine
# is booting into. BOX is used for the scripts to reboot and power cycle
# the machine, where it does not matter which system the machine boots into.
#
#BOX := bar

# Define a way to read the console
CONSOLE = stty -F /dev/ttyS0 115200 parodd; cat /dev/ttyS0

# The include files will set up the type of test to run. Just set TEST to
# which test you want to run.
#
# TESTS = patchcheck, randconfig, boot, test, config-bisect, bisect, min-config
#
# See the include/*.conf files that define these tests
#
TEST := patchcheck

# Some tests may have more than one test to run. Define MULTI := 1 to run
# the extra tests.
MULTI := 0

# In case you want to differentiate which type of system you are testing
BITS := 64

# REBOOT = none, error, fail, empty
#  See include/defaults.conf
REBOOT := empty

# The defaults file will set up various settings that can be used by all
# machine configs.
INCLUDE include/defaults.conf

# In case you need to add a patch for a bisect or something
#PRE_BUILD = patch -p1 < ${THIS_DIR}/fix.patch

# Reset the repo after the build and remove all 'test' modules from the target
# Notice that DO_POST_BUILD is a variable (defined by ':=') and POST_BUILD
# is the option (defined by '=')

DO_POST_BUILD := git reset --hard
POST_BUILD = ${SSH} 'rm -rf /lib/modules/*-test*'; ${DO_POST_BUILD}

# The following files each handle a different test case.
# Having them included allows you to set up more than one machine and share
# the same tests.
INCLUDE include/patchcheck.conf
INCLUDE include/tests.conf
INCLUDE include/bisect.conf
INCLUDE include/min-config.conf

owerpc/math/vsx_preempt.c?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/tools/testing/selftests/powerpc/math/vsx_preempt.c?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/tools/testing/selftests/powerpc/math/vsx_preempt.c'>
<input type='hidden' name='id' value='e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>tools</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/testing?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>testing</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/testing/selftests?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>selftests</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/testing/selftests/powerpc?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>powerpc</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/testing/selftests/powerpc/math?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>math</a>/<a href='/cgit.cgi/linux/net-next.git/log/tools/testing/selftests/powerpc/math/vsx_preempt.c?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf'>vsx_preempt.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/tools/testing/selftests/powerpc/math/vsx_preempt.c?id=e40d5d78df539c0c9b6625cdf5b1bc4b14c4d8bf&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>