summaryrefslogtreecommitdiff
path: root/ubuntu/leb-basic-graphics.yaml
blob: 8c012ba83795ff43efdadf31c82bdbce1080ec1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
metadata:
    name: leb-basic-graphics
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Test Linaro engineering builds basic graphics"

install:
    deps:
        - mesa-utils-extra
        - ubuntu-desktop

run:
    steps:
        - cd ubuntu/scripts
        - sudo bash -x ./basic-graphics-test.sh

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