Amit Khare | f942550 | 2015-08-18 17:11:36 +0530 | [diff] [blame] | 1 | metadata: |
| 2 | name: hdmi-resolution-switching-cmd |
| 3 | format: "Manual Test Definition 1.0" |
| 4 | description: "Check if switching HDMI resolution on monitor works from Terminal." |
| 5 | maintainer: |
| 6 | - amit.khare@linaro.org |
| 7 | os: |
| 8 | - ubuntu |
| 9 | - openembedded |
| 10 | scope: |
| 11 | - functional |
| 12 | devices: |
| 13 | - panda |
| 14 | - panda-es |
| 15 | - arndale |
Milosz Wasilewski | b8e4eef | 2015-12-17 14:18:12 +0000 | [diff] [blame] | 16 | - hi6220-hikey |
| 17 | - apq8016-sbc |
Amit Khare | f942550 | 2015-08-18 17:11:36 +0530 | [diff] [blame] | 18 | environment: |
| 19 | - manual-test |
| 20 | |
| 21 | run: |
| 22 | steps: |
| 23 | - Power on the board. |
| 24 | - Wait until board boots up successfully. |
| 25 | - To get HDMI output name and available resolutions, run "$ xrandr" |
| 26 | - To switch resolution, run "$ xrandr --output <HDMI_output_name> --mode <available_modes>" |
| 27 | - Change to different resolutions couple of times. |
| 28 | |
| 29 | expected: |
| 30 | - "Switching HDMI resolutions from Terminal should work well." |
| 31 | - "No Kernel panic, crash, hang or any other severe error observed during reolution switching." |