summaryrefslogtreecommitdiff
path: root/openembedded/sdkhelloc_static.yaml
blob: 872b38c12ee5ef444281f72b26b5c526a5193feb (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
29
30
31
32
metadata:
    name: sdkhelloc-static
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test for C compiler (static linking) in Linaro OpenEmbedded builds.
                  NOTE: This test works only on OE 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

install:
    git-repos:
        - git://git.linaro.org/qa/test-definitions.git

run:
    steps:
        - "cd test-definitions/openembedded/scripts"
        - "./sdkhelloc_static.sh"

parse:
    pattern: "^(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
    fixupdict:
        PASS: pass
        FAIL: fail