1*24d0c030SSteven RostedtThis directory contains example configs to use ktest for various tasks. 2*24d0c030SSteven RostedtThe configs still need to be customized for your environment, but it 3*24d0c030SSteven Rostedtis broken up by task which makes it easier to understand how to set up 4*24d0c030SSteven Rostedtktest. 5*24d0c030SSteven Rostedt 6*24d0c030SSteven RostedtThe configs are based off of real working configs but have been modified 7*24d0c030SSteven Rostedtand commented to show more generic use cases that are more helpful for 8*24d0c030SSteven Rostedtdevelopers. 9*24d0c030SSteven Rostedt 10*24d0c030SSteven Rostedtcrosstests.conf - this config shows an example of testing a git repo against 11*24d0c030SSteven Rostedt lots of different architectures. It only does build tests, but makes 12*24d0c030SSteven Rostedt it easy to compile test different archs. You can download the arch 13*24d0c030SSteven Rostedt cross compilers from: 14*24d0c030SSteven Rostedt http://kernel.org/pub/tools/crosstool/files/bin/x86_64/ 15*24d0c030SSteven Rostedt 16*24d0c030SSteven Rostedttest.conf - A generic example of a config. This is based on an actual config 17*24d0c030SSteven Rostedt used to perform real testing. 18*24d0c030SSteven Rostedt 19*24d0c030SSteven Rostedtkvm.conf - A example of a config that is used to test a virtual guest running 20*24d0c030SSteven Rostedt on a host. 21*24d0c030SSteven Rostedt 22*24d0c030SSteven Rostedtsnowball.conf - An example config that was used to demo ktest.pl against 23*24d0c030SSteven Rostedt a snowball ARM board. 24*24d0c030SSteven Rostedt 25*24d0c030SSteven Rostedtinclude/ - The include directory holds default configs that can be 26*24d0c030SSteven Rostedt included into other configs. This is a real use example that shows how 27*24d0c030SSteven Rostedt to reuse configs for various machines or set ups. The files here 28*24d0c030SSteven Rostedt are included by other config files, where the other config files define 29*24d0c030SSteven Rostedt options and variables that will make the included config work for the 30*24d0c030SSteven Rostedt given environment. 31*24d0c030SSteven Rostedt 32*24d0c030SSteven Rostedt 33