18c2ecf20Sopenharmony_ciThis directory contains example configs to use ktest for various tasks. 28c2ecf20Sopenharmony_ciThe configs still need to be customized for your environment, but it 38c2ecf20Sopenharmony_ciis broken up by task which makes it easier to understand how to set up 48c2ecf20Sopenharmony_ciktest. 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciThe configs are based off of real working configs but have been modified 78c2ecf20Sopenharmony_ciand commented to show more generic use cases that are more helpful for 88c2ecf20Sopenharmony_cidevelopers. 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_cicrosstests.conf - this config shows an example of testing a git repo against 118c2ecf20Sopenharmony_ci lots of different architectures. It only does build tests, but makes 128c2ecf20Sopenharmony_ci it easy to compile test different archs. You can download the arch 138c2ecf20Sopenharmony_ci cross compilers from: 148c2ecf20Sopenharmony_ci https://kernel.org/pub/tools/crosstool/files/bin/x86_64/ 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_citest.conf - A generic example of a config. This is based on an actual config 178c2ecf20Sopenharmony_ci used to perform real testing. 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_cikvm.conf - A example of a config that is used to test a virtual guest running 208c2ecf20Sopenharmony_ci on a host. 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_cisnowball.conf - An example config that was used to demo ktest.pl against 238c2ecf20Sopenharmony_ci a snowball ARM board. 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ciinclude/ - The include directory holds default configs that can be 268c2ecf20Sopenharmony_ci included into other configs. This is a real use example that shows how 278c2ecf20Sopenharmony_ci to reuse configs for various machines or set ups. The files here 288c2ecf20Sopenharmony_ci are included by other config files, where the other config files define 298c2ecf20Sopenharmony_ci options and variables that will make the included config work for the 308c2ecf20Sopenharmony_ci given environment. 318c2ecf20Sopenharmony_ci 328c2ecf20Sopenharmony_ci 33