summaryrefslogtreecommitdiff
path: root/android/ime.yaml
blob: ae1922d104336ce4497d36b130703a1b7a938e13 (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
metadata:
    format: "Lava-Test Test Definition 1.0"
    name: ime
    description: "IME test for linaro android builds checks for all available input method editors."
    maintainer:
        - harigopal.gollamudi@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - arndale
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - juno

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

parse:
    pattern: "^(?P<test_case_id>ime)=(?P<result>\\w+)$"