automated: linux: ltp: kirk runner: parallelize tests

Add support for parallel test execution with the new LTP test runner,
kirk.  This update introduces the KIRK_WORKERS variable, which allows
you to configure the number of worker processes used for running tests
in parallel. This can significantly reduce test runtime on systems with
many CPU cores.

Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2 files changed
tree: 0f94b90dbbfe18bfb401face1b02bf65d5c07c27
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. COPYING
  13. COPYRIGHTS
  14. mkdocs.yml
  15. README.md
  16. sanity-check.sh
  17. test.sh
  18. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execution outside LAVA.

More details in docs