README 1.3 KB

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