Back to home page

OSCL-LXR

 
 

    


0001 This directory contains example configs to use ktest for various tasks.
0002 The configs still need to be customized for your environment, but it
0003 is broken up by task which makes it easier to understand how to set up
0004 ktest.
0005 
0006 The configs are based off of real working configs but have been modified
0007 and commented to show more generic use cases that are more helpful for
0008 developers.
0009 
0010 crosstests.conf - this config shows an example of testing a git repo against
0011     lots of different architectures. It only does build tests, but makes
0012     it easy to compile test different archs. You can download the arch
0013     cross compilers from:
0014   https://kernel.org/pub/tools/crosstool/files/bin/x86_64/
0015 
0016 test.conf - A generic example of a config. This is based on an actual config
0017      used to perform real testing.
0018 
0019 kvm.conf - A example of a config that is used to test a virtual guest running
0020      on a host.
0021 
0022 snowball.conf - An example config that was used to demo ktest.pl against
0023      a snowball ARM board.
0024 
0025 include/  -  The include directory holds default configs that can be
0026     included into other configs. This is a real use example that shows how
0027     to reuse configs for various machines or set ups. The files here
0028     are included by other config files, where the other config files define
0029     options and variables that will make the included config work for the
0030     given environment.
0031 
0032