summaryrefslogtreecommitdiff
path: root/manual/generic/android/powertop.yaml
blob: de9c3955b040b05ab4a430ac7ded10deda960270 (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: andriod-powertop
    format: "Manual Test Definition 1.0"
    description: "Test if powertop utility works well"
    maintainer:
        - botao.sun@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
    environment:
        - manual-test

run:
    steps:
        - "After the board booted successfully, in serial console, run:
           # powertop"
        - "If the output can be shown successfully, using \"Tab\" key to navigate between different tabs"
        - "Press \"Esc\" key to exit the program"

    expected:
        - "\"powertop\" command should can be executed successfully"
        - "Output from \"powertop\" command should can be read clearly"
        - "Tabs can be navigated successfully"
        - "PowerTop program can exit successfully after press \"Esc\" key"
        - "No hang, kernel panic or other serve error during the test"