igt: run tests through igt_runner to avoid dmesg-warn

Previously, we run the tests through run-tests.sh which maintains good
compatibility with piglit and igt_runner.
However, some test results were overridden to dmesg-warn/dmesg-fail, due to some
kernel message. These test results were not recognized by LAVA.
To avoid it, we can run tests through igt_runner with "--dmesg-warn-level 0"
argument.
Since Aug 8th 2018, the igt_runner has been included in the
igt-gpu-tools. We can run tests with it and no need piglit.

This patch removes piglit related code and runs tests through igt_runner
directly.

Signed-off-by: Arthur She <arthur.she@linaro.org>
1 file changed
tree: 7ca6c41ee33417738898ee67bcc0cbfa98dcda95
  1. .reuse/
  2. automated/
  3. docs/
  4. LICENSES/
  5. manual/
  6. mkdocs_plugin/
  7. plans/
  8. test/
  9. .gitignore
  10. .readthedocs.yml
  11. .travis.yml
  12. CODEOWNERS
  13. COPYING
  14. COPYRIGHTS
  15. mkdocs.yml
  16. README.md
  17. sanity-check.sh
  18. test.sh
  19. validate.py
README.md

Build status

Build Status

Test Definitions

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

More details in docs