summaryrefslogtreecommitdiff
path: root/ubuntu/gator-data-streaming-ubuntu.yaml
blob: 7b3f36e87a47e9522534d352d5966f55b08a2622 (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
metadata:
    name: gator-data-streaming-ubuntu
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Gator Data Streaming Test checks DS5 profiling feature for Ubuntu builds. The test
                  creates a sample session XML file called 'session.xml', this file is passed as a
                  parameter to the gatord command to do a local capture and test results are generated
                  depending upon output of this command."
    maintainer:
        - milosz.wasilewski@linaro.org
    os:
        - ubuntu
        - openembedded
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - juno

run:
    steps:
        - "cd ubuntu/scripts; ./gator-data-streaming-ubuntu.sh"

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