aboutsummaryrefslogtreecommitdiff
path: root/openembedded/phpinfo.yaml
blob: c97c8c5d788ca62be3da1ecb2fd22b24420217e5 (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
metadata:
    name: phpinfo
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test for phpinfo() 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_fvp_base-aemv8a
        - juno

run:
    steps:
        - "cd openembedded/scripts"
        - "./phpinfo.sh"

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