blob: a7cfe105fc71ad432ed6a2ea0bd7ab3683ebb91e [file] [log] [blame]
Amit Khare83dc8302016-01-22 11:05:53 +05301metadata:
2 name: hardware-graphics-acceleration
3 format: "Manual Test Definition 1.0"
4 description: "Test if hardware graphics acceleration is enabled."
5 maintainer:
6 - amit.khare@linaro.org
7 os:
8 - android
9 scope:
10 - functional
11 devices:
12 - apq8016-sbc
13 - hi6220-hikey
14 environment:
15 - manual-test
16
17run:
18 steps:
19 - Boot the board.
20 - Setup ADB on host machine.
21 - Details to configure ADB "https://git.linaro.org/qa/manual-test-definitions.git/blob/HEAD:/generic/android/adb-over-usb.yaml"
22 - Download "http://testdata.validation.linaro.org/tools/hwgfx.apk"
23 - Run "adb install hwgfx.apk".
24 - Open hwgfx application on board via UI."
25 - Touch Linaro logo in the app to check if hardware graphics acceleration is enabled.
26
27 expected:
Milosz Wasilewskic25d5882016-02-04 10:53:51 +000028 - hwgfx.apk is installed successfully on the board.
29 - APK is launched and gives either "True" or "False" after touching linaro logo.