summaryrefslogtreecommitdiff
path: root/manual/generic/linux/hdmi-resolution-switching-cmd.yaml
blob: c374007cff0e10b32e1365b2244baabb8a13b9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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."