| metadata: |
| name: hdmi-resolution-switching-cmd |
| format: "Manual Test Definition 1.0" |
| description: "Check if switching HDMI resolution on monitor works from Terminal." |
| maintainer: |
| - amit.khare@linaro.org |
| os: |
| - ubuntu |
| - openembedded |
| scope: |
| - functional |
| devices: |
| - panda |
| - panda-es |
| - arndale |
| - hi6220-hikey |
| - apq8016-sbc |
| environment: |
| - manual-test |
| |
| run: |
| steps: |
| - Power on the board. |
| - Wait until board boots up successfully. |
| - To get HDMI output name and available resolutions, run "$ xrandr" |
| - To switch resolution, run "$ xrandr --output <HDMI_output_name> --mode <available_modes>" |
| - Change to different resolutions couple of times. |
| |
| expected: |
| - "Switching HDMI resolutions from Terminal should work well." |
| - "No Kernel panic, crash, hang or any other severe error observed during reolution switching." |