blob: c374007cff0e10b32e1365b2244baabb8a13b9af [file] [log] [blame]
Amit Kharef9425502015-08-18 17:11:36 +05301metadata:
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 Wasilewskib8e4eef2015-12-17 14:18:12 +000016 - hi6220-hikey
17 - apq8016-sbc
Amit Kharef9425502015-08-18 17:11:36 +053018 environment:
19 - manual-test
20
21run:
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."