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