Amit Khare | 83dc830 | 2016-01-22 11:05:53 +0530 | [diff] [blame] | 1 | metadata: |
| 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 | |
| 17 | run: |
| 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 Wasilewski | c25d588 | 2016-02-04 10:53:51 +0000 | [diff] [blame] | 28 | - hwgfx.apk is installed successfully on the board. |
| 29 | - APK is launched and gives either "True" or "False" after touching linaro logo. |