summaryrefslogtreecommitdiff
path: root/manual/generic/linux/hdmi-resolution-switching-cmd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/linux/hdmi-resolution-switching-cmd.yaml')
-rw-r--r--manual/generic/linux/hdmi-resolution-switching-cmd.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/manual/generic/linux/hdmi-resolution-switching-cmd.yaml b/manual/generic/linux/hdmi-resolution-switching-cmd.yaml
new file mode 100644
index 0000000..c374007
--- /dev/null
+++ b/manual/generic/linux/hdmi-resolution-switching-cmd.yaml
@@ -0,0 +1,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."