summaryrefslogtreecommitdiff
path: root/manual/generic/android/shutdown.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/android/shutdown.yaml')
-rw-r--r--manual/generic/android/shutdown.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/manual/generic/android/shutdown.yaml b/manual/generic/android/shutdown.yaml
new file mode 100644
index 0000000..08b41cf
--- /dev/null
+++ b/manual/generic/android/shutdown.yaml
@@ -0,0 +1,29 @@
+metadata:
+ name: android-shutdwon
+ format: "Manual Test Definition 1.0"
+ description: "Check 'Power OFF' feature from UI"
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - arndale
+ - hi6220-hikey
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Make sure the board is connected to the display
+ - Power on the board until boot up successfully.
+ - Press and release "Power" button
+ - Tap/click "Shutdown" on the on-screen menu
+
+ expected:
+ - On-screen "Shutdown" meny is displayed
+ - The board is shut down successfully, no display shows and no activity in serial console.
+ - No Kernel panic, crash, hang or any other severe error observed.