summaryrefslogtreecommitdiff
path: root/manual/generic/android/powertop.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/android/powertop.yaml')
-rw-r--r--manual/generic/android/powertop.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/manual/generic/android/powertop.yaml b/manual/generic/android/powertop.yaml
new file mode 100644
index 0000000..de9c395
--- /dev/null
+++ b/manual/generic/android/powertop.yaml
@@ -0,0 +1,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"