summaryrefslogtreecommitdiff
path: root/manual/generic/android/android-input-method-service.yaml
blob: cc953acaeef0c9ba0c6b99241f6e1cb67fc4b708 (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
32
metadata:
    name: android-input-method-service
    format: "Manual Test Definition 1.0"
    description: "Test if Android input method service works"
    maintainer:
        - botao.sun@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
    environment:
        - manual-test

run:
    steps:
        - "Power on the board to boot into Android main screen"
        - "On host PC, in terminal, run:
           # lava-android-test install ime
           # lava-android-test run ime"
        - "Power OFF and power ON the board again to boot into Android main screen"
        - "In serial console, run:
           # /system/bin/ime list -a"

    expected:
        - "LAVA test should pass"
        - "Input method service should be shown in output of command \"/system/bin/ime list -a\""