summaryrefslogtreecommitdiff
path: root/android/gator-data-streaming.yaml
blob: 358fb42526ca0bbdc9cef57fed7890834bbdda8f (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
metadata:
    name: gator-data-streaming
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Gator Data Streaming Test checks DS5 profiling feature for Android 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 then depending upon
                  the output of this command, test results are generated."
    maintainer:
        - botao.sun@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - juno

run:
    steps:
        - "./android/scripts/gator-data-streaming.sh"

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