automated: linux: ltp: add support for the new kirk runner

LTP has depricated their runltp runner to run tests.
The new one is called kirk
(https://github.com/linux-test-project/kirk.git) which replaces runltp.
For now runltp will be the default runner. If someone wants to use
kirk, it has to be pre-installed into the rootfs, and the yaml varialbe
RUNNER has to be set to 'kirk' or '/usr/local/bin/kirk'.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2 files changed
tree: e310029a44a898baa98667201d3e503e439a7b03
  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