blob: efbdb053d93966df6a7ace7e2dd7532fb8d70ab7 [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
16 - hikey
17 environment:
18 - manual-test
19
20run:
21 steps:
22 - Power on the board.
23 - Wait until board boots up successfully.
24 - To get HDMI output name and available resolutions, run "$ xrandr"
25 - To switch resolution, run "$ xrandr --output <HDMI_output_name> --mode <available_modes>"
26 - Change to different resolutions couple of times.
27
28 expected:
29 - "Switching HDMI resolutions from Terminal should work well."
30 - "No Kernel panic, crash, hang or any other severe error observed during reolution switching."