162306a36Sopenharmony_ciThis directory contains example configs to use ktest for various tasks.
262306a36Sopenharmony_ciThe configs still need to be customized for your environment, but it
362306a36Sopenharmony_ciis broken up by task which makes it easier to understand how to set up
462306a36Sopenharmony_ciktest.
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciThe configs are based off of real working configs but have been modified
762306a36Sopenharmony_ciand commented to show more generic use cases that are more helpful for
862306a36Sopenharmony_cidevelopers.
962306a36Sopenharmony_ci
1062306a36Sopenharmony_cicrosstests.conf - this config shows an example of testing a git repo against
1162306a36Sopenharmony_ci    lots of different architectures. It only does build tests, but makes
1262306a36Sopenharmony_ci    it easy to compile test different archs. You can download the arch
1362306a36Sopenharmony_ci    cross compilers from:
1462306a36Sopenharmony_ci  https://kernel.org/pub/tools/crosstool/files/bin/x86_64/
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_citest.conf - A generic example of a config. This is based on an actual config
1762306a36Sopenharmony_ci     used to perform real testing.
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_cikvm.conf - A example of a config that is used to test a virtual guest running
2062306a36Sopenharmony_ci     on a host.
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_cisnowball.conf - An example config that was used to demo ktest.pl against
2362306a36Sopenharmony_ci     a snowball ARM board.
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciinclude/  -  The include directory holds default configs that can be
2662306a36Sopenharmony_ci    included into other configs. This is a real use example that shows how
2762306a36Sopenharmony_ci    to reuse configs for various machines or set ups. The files here
2862306a36Sopenharmony_ci    are included by other config files, where the other config files define
2962306a36Sopenharmony_ci    options and variables that will make the included config work for the
3062306a36Sopenharmony_ci    given environment.
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ci
33