summaryrefslogtreecommitdiff
path: root/android/binder.yaml
blob: ac39ffc8a12552eeac4df1fbdcb3b5d51daca9bd (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
metadata:
    name: binder
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Binder test's uses binderAddInts to measures the rate at which a short
                  binder IPC operation can be performed. The test consist of a client sending
                  a parcel containing two integers to server which in turn adds the two integers
                  and sends the sum back to client."
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - vexpress-a9
        - vexpress-tc2
        - juno
    maintainer:
        - amit.pundir@linaro.org

run:
    steps:
        - "./android/scripts/binder.sh"

parse:
    pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"