summaryrefslogtreecommitdiff
path: root/manual/generic/android/shutdown-console.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/android/shutdown-console.yaml')
-rw-r--r--manual/generic/android/shutdown-console.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/generic/android/shutdown-console.yaml b/manual/generic/android/shutdown-console.yaml
new file mode 100644
index 0000000..71f3fb6
--- /dev/null
+++ b/manual/generic/android/shutdown-console.yaml
@@ -0,0 +1,27 @@
+metadata:
+ name: android-shutdown-console
+ format: "Manual Test Definition 1.0"
+ description: "Check 'Power OFF' feature from console."
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - panda
+ - panda-es
+ - arndale
+ - hi6220-hikey
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Power on the board until boot up successfully.
+ - After command line prompt shows in serial console, run
+ - "$ reboot -p"
+
+ expected:
+ - 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.