summaryrefslogtreecommitdiff
path: root/openembedded/odp-validation.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/odp-validation.yaml')
-rw-r--r--openembedded/odp-validation.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/openembedded/odp-validation.yaml b/openembedded/odp-validation.yaml
deleted file mode 100644
index 65eeb59..0000000
--- a/openembedded/odp-validation.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-metadata:
- name: odp_validation
- version: "1.0"
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Run ODP API validation tests on Linaro OpenEmbedded builds.
- Note that this depends on both the odp and odp-ptest
- packages being installed in the target rootfs."
- maintainer:
- - stuart.haslam@linaro.org
- os:
- - openembedded
- devices:
- - juno
- scope:
- - functional
- environment:
- - lava-test-shell
-
-run:
- steps:
- - cd /usr/lib/odp/ptest
- - lava-test-case odp_validation --shell ./run-ptest
-
-parse:
- pattern: '^(?P<result>(PASS|FAIL|SKIP)):\s+(?P<test_case_id>[a-zA-Z0-9_]+)'
- fixupdict:
- PASS: pass
- FAIL: fail
- SKIP: skip