124d0c030SSteven RostedtThis directory contains example configs to use ktest for various tasks. 224d0c030SSteven RostedtThe configs still need to be customized for your environment, but it 324d0c030SSteven Rostedtis broken up by task which makes it easier to understand how to set up 424d0c030SSteven Rostedtktest. 524d0c030SSteven Rostedt 624d0c030SSteven RostedtThe configs are based off of real working configs but have been modified 724d0c030SSteven Rostedtand commented to show more generic use cases that are more helpful for 824d0c030SSteven Rostedtdevelopers. 924d0c030SSteven Rostedt 1024d0c030SSteven Rostedtcrosstests.conf - this config shows an example of testing a git repo against 1124d0c030SSteven Rostedt lots of different architectures. It only does build tests, but makes 1224d0c030SSteven Rostedt it easy to compile test different archs. You can download the arch 1324d0c030SSteven Rostedt cross compilers from: 1479e3ea5aSAlexander A. Klimov https://kernel.org/pub/tools/crosstool/files/bin/x86_64/ 1524d0c030SSteven Rostedt 1624d0c030SSteven Rostedttest.conf - A generic example of a config. This is based on an actual config 1724d0c030SSteven Rostedt used to perform real testing. 1824d0c030SSteven Rostedt 1924d0c030SSteven Rostedtkvm.conf - A example of a config that is used to test a virtual guest running 2024d0c030SSteven Rostedt on a host. 2124d0c030SSteven Rostedt 2224d0c030SSteven Rostedtsnowball.conf - An example config that was used to demo ktest.pl against 2324d0c030SSteven Rostedt a snowball ARM board. 2424d0c030SSteven Rostedt 2524d0c030SSteven Rostedtinclude/ - The include directory holds default configs that can be 2624d0c030SSteven Rostedt included into other configs. This is a real use example that shows how 2724d0c030SSteven Rostedt to reuse configs for various machines or set ups. The files here 2824d0c030SSteven Rostedt are included by other config files, where the other config files define 2924d0c030SSteven Rostedt options and variables that will make the included config work for the 3024d0c030SSteven Rostedt given environment. 3124d0c030SSteven Rostedt 3224d0c030SSteven Rostedt 33