diff options
author | PMR <pmr@pmr-lander> | 2020-01-07 14:25:51 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-01-07 14:25:51 +0000 |
commit | bbe697630c29a316b3597ada554b302a2df6e6ac (patch) | |
tree | 383283379354578fd1099459935276bfdc9a512f /units | |
parent | 91b59bf1237eb21b44b054d07d452a5e6de89e59 (diff) | |
parent | 13af5173a65b877947f935f3a92de5c7f975d656 (diff) |
Merge #377003 from ~jocave/plainbox-provider-checkbox:chameleon-edid-stress
Diffstat (limited to 'units')
-rw-r--r-- | units/monitor/jobs.pxu | 9 | ||||
-rw-r--r-- | units/monitor/test-plan.pxu | 1 |
2 files changed, 10 insertions, 0 deletions
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 |