summaryrefslogtreecommitdiff
path: root/openembedded/sdkhellocxx.yaml
blob: 002824417bd42374af8e979f2bd431f6a81cd63a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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