aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-02-23 11:40:39 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-02-23 11:40:45 +0300
commit72be7f7f58a10fdcd7d76880bcbca2663585844a (patch)
treeb659e634c29ff3ffe5099478a1aa5e4099b6073b
parent26a9ea0af26dfc473220cec578734cfc736b473a (diff)
rb5: deqp-runner: fix tool path and ignore performance tests
Exclude performance tests to let deqp-gles2 tests to finish w/o rebooting the board. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: If7f0aa85926813a4b55114bc3670edcf37989fac
-rw-r--r--openembedded/boards/rb5/Testplan.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/openembedded/boards/rb5/Testplan.yaml b/openembedded/boards/rb5/Testplan.yaml
index ed20041..6c288d9 100644
--- a/openembedded/boards/rb5/Testplan.yaml
+++ b/openembedded/boards/rb5/Testplan.yaml
@@ -155,6 +155,10 @@ tests:
- repository: https://github.com/Linaro/test-definitions
from: git
path: automated/linux/deqp-runner/deqp-runner.yaml
+ params:
+ DEQP_BIN: "/usr/lib/opengl-es-cts/deqp-gles2"
+ DEQP_EXCLUDE: "--exclude-tests dEQP-GLES2.performance.*"
+ DEQP_RUNNER_JOBS: "--job 1"
manual:
- path: manual/generic/serial-console.yaml
repository: https://github.com/Linaro/test-definitions