summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Khare <amit.khare@linaro.org>2015-12-09 22:06:03 +0530
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-12-14 09:26:04 +0000
commit254e26e27528ed5daa969569d0ee57072964b066 (patch)
treeb5b8afbbc4b87928da103c408303ad674e5e0ff1
parent26ca41456aaf932580edc6281b482ae1fc07d43c (diff)
Android: Added display blanking test
Change-Id: I76706eb0d6b98999bfaa719907eae8cee714b248
-rw-r--r--generic/android/display-blanking.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/generic/android/display-blanking.yaml b/generic/android/display-blanking.yaml
new file mode 100644
index 0000000..4e0adaa
--- /dev/null
+++ b/generic/android/display-blanking.yaml
@@ -0,0 +1,28 @@
+metadata:
+ name: display-blanking
+ format: "Manual Test Definition 1.0"
+ description: "Test display blanking."
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Boot the board with android and meake sure mouse and/or keyboard is connected.
+ - Go to "settings->About phone" and click 3 times on "build Number" to activate "Developer options".
+ - Go to "settings->developer options->stay awake" and disable it.
+ - Go to "settings->Display" and select minimum time(usually 15 sec).
+ - Wait till display goes blank.
+ - Move connected mouse or press any key on keyboard to get the display back.
+
+ expected:
+ - "Diplay blanking and un-blanking works well."
+ - "No Kernel panic, crash, hang or any other severe error observed when display is back."