summaryrefslogtreecommitdiff
path: root/openembedded/phpmysql.yaml
blob: 4c0d5179c98594738c5cbc97a23e8937f9320ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
metadata:
    name: phpmysql
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test for php/mysql in OE."

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

run:
    steps:
        - "cd test-definitions/oe/scripts"
        - "./phpmysql.sh"

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