summaryrefslogtreecommitdiff
path: root/manual/generic/android/shutdown.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 14:38:58 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 14:38:58 +0100
commitd341c22fae0e9ebbb27cf1a1d2629c6c011f7d23 (patch)
treed828ef6c6052d0ae2d95b1743d28f556848415c3 /manual/generic/android/shutdown.yaml
parentd1b6521e96da63cb212a2e18c4a02791bf5e07cb (diff)
Moved manual tests to separate directory
Change-Id: I1092ce929d4d257dfd596034c605b4be5b0189a0 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
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.