summaryrefslogtreecommitdiff
path: root/manual/generic/android/hardware-graphics-acceleration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/android/hardware-graphics-acceleration.yaml')
-rw-r--r--manual/generic/android/hardware-graphics-acceleration.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/manual/generic/android/hardware-graphics-acceleration.yaml b/manual/generic/android/hardware-graphics-acceleration.yaml
new file mode 100644
index 0000000..a7cfe10
--- /dev/null
+++ b/manual/generic/android/hardware-graphics-acceleration.yaml
@@ -0,0 +1,29 @@
+metadata:
+ name: hardware-graphics-acceleration
+ format: "Manual Test Definition 1.0"
+ description: "Test if hardware graphics acceleration is enabled."
+ maintainer:
+ - amit.khare@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - apq8016-sbc
+ - hi6220-hikey
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Boot the board.
+ - Setup ADB on host machine.
+ - Details to configure ADB "https://git.linaro.org/qa/manual-test-definitions.git/blob/HEAD:/generic/android/adb-over-usb.yaml"
+ - Download "http://testdata.validation.linaro.org/tools/hwgfx.apk"
+ - Run "adb install hwgfx.apk".
+ - Open hwgfx application on board via UI."
+ - Touch Linaro logo in the app to check if hardware graphics acceleration is enabled.
+
+ expected:
+ - hwgfx.apk is installed successfully on the board.
+ - APK is launched and gives either "True" or "False" after touching linaro logo.