aboutsummaryrefslogtreecommitdiff
path: root/openembedded/sdkhellocxx.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/sdkhellocxx.yaml')
-rw-r--r--openembedded/sdkhellocxx.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/openembedded/sdkhellocxx.yaml b/openembedded/sdkhellocxx.yaml
deleted file mode 100644
index 00282441..00000000
--- a/openembedded/sdkhellocxx.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-metadata:
- name: sdkhellocxx
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Test for C++ compiler in Linaro OpenEmbedded builds.
- NOTE: This test works only on builds with this layer http://layers.openembedded.org/layerindex/recipe/3611/"
- maintainer:
- - milosz.wasilewski@linaro.org
- os:
- - openembedded
- scope:
- - functional
- devices:
- - rtsm_foundation-armv8
- - rtsm_fvp_base-aemv8a
- - rtsm_fvp_base_cortex-a57x4-a53x4
- - rtsm_fvp_base_cortex-a57x1-a53x1
- - juno
-
-run:
- steps:
- - "cd openembedded/scripts"
- - "./sdkhellocxx.sh"
-
-parse:
- pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
- fixupdict:
- PASS: pass
- FAIL: fail