summaryrefslogtreecommitdiff
path: root/manual/generic/usb-hid-device.yaml
blob: 5836e371a17296c2cf087c317b39ca384820b513 (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
33
34
35
metadata:
    name: usb-hid-device
    format: "Manual Test Definition 1.0"
    description: "Test if USB HID device can be detected and works properly"
    maintainer:
        - chase.qi@linaro.org
    os:
        - android
        - linux
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
        - hi6220-hikey
        - apq8016-sbc
    environment:
        - manual-test

run:
    steps:
        - Connect USB keyboard and mouse to the device.
        - Boot the board.
        - Open an editor and press keyboard keys to check if it works properly.
        - Check mouse buttons by opening some applications.
        - Reconnect USB keyboard and mouse and do the previous two steps.

    expected:
        - USB keyboard and mouse should be detected successfully.
        - USB keyboard and mouse should work properly.
        - USB keyboard and mouse should work properly after hotplug.
        - No crash is observed from serial console.