summaryrefslogtreecommitdiff
path: root/openembedded/phpmysql.yaml
blob: 84ba2dc2d8ff8b2e4ab51396e01eff2c260d2cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
metadata:
    name: phpmysql
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test for php/mysql in Linaro OpenEmbedded builds.
                  NOTE: This test works only on OE builds with this layer http://layers.openembedded.org/layerindex/recipe/3611/"
    os:
        - openembedded
    scope:
        - functional
    devices:
        - rtsm_fvp_base-aemv8a
        - juno

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

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