From 13af5173a65b877947f935f3a92de5c7f975d656 Mon Sep 17 00:00:00 2001 From: Jonathan Cave Date: Thu, 19 Dec 2019 16:16:53 +0000 Subject: monitor: add EDID stress test using chameleon Imports a set of EDID example data from chromiomos project and loads these one at a time in to the Chamelon board. --- units/monitor/jobs.pxu | 9 +++++++++ units/monitor/test-plan.pxu | 1 + 2 files changed, 10 insertions(+) (limited to 'units') diff --git a/units/monitor/jobs.pxu b/units/monitor/jobs.pxu index 59efbf7..c16471d 100644 --- a/units/monitor/jobs.pxu +++ b/units/monitor/jobs.pxu @@ -407,3 +407,12 @@ _description: environ: HDMI_PORT CHAMELEON_IP command: chameleon_hdmi_hotplug.py $HDMI_PORT $CHAMELEON_IP + +id: monitor/edid-stress-automated +estimated_duration: 30m +plugin: shell +category_id: com.canonical.plainbox::monitor +_summary: Stress DUT by switching through large EDID set +environ: HDMI_PORT CHAMELEON_IP +command: + chameleon_edid_stress.py $HDMI_PORT $CHAMELEON_IP diff --git a/units/monitor/test-plan.pxu b/units/monitor/test-plan.pxu index 5eb1f66..fd4686a 100644 --- a/units/monitor/test-plan.pxu +++ b/units/monitor/test-plan.pxu @@ -299,6 +299,7 @@ _name: Automated monitor tests _description: Automated monitor tests for Snappy Ubuntu Core devices include: monitor/hdmi-hotplug-automated + monitor/edid-stress-automated id: after-suspend-monitor-full unit: test plan -- cgit v1.2.3