commit | 1e4165f26a050c73320dd71aaace7f345bfa7c4e | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Wed Jun 12 14:45:20 2024 +0200 |
committer | nareshkamboju <naresh.kamboju@gmail.com> | Thu Jun 13 13:34:36 2024 +0530 |
tree | e310029a44a898baa98667201d3e503e439a7b03 | |
parent | d34f5cbe38911beb8d748a117b7b5790a5a75b07 [diff] |
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>