summaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorAmit Khare <amit.khare@linaro.org>2016-01-22 11:05:53 +0530
committerAmit Khare <amit.khare@linaro.org>2016-01-28 13:10:05 +0530
commit83dc8307a53f9023e836a9302c4c9f85b0ceb709 (patch)
tree14a62fa08c2c97bd2dbc3923da3fea55ed513256 /generic
parent71238df01a1fc7dcfdf35706744d0a1296d74c20 (diff)
Android: Added hardware graphics acceleration test
Change-Id: Icbd5158e2662f61ad86af2033cda2ae648152e3b
Diffstat (limited to 'generic')
-rw-r--r--generic/android/hardware-graphics-acceleration.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/generic/android/hardware-graphics-acceleration.yaml b/generic/android/hardware-graphics-acceleration.yaml
new file mode 100644
index 0000000..e316dac
--- /dev/null
+++ b/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:
+ - "Should be able to install hwgfx.apk on the board."
+ - "APK should work well and gives either "True" or "False" after touching linaro logo."