From 9f8dc8d1c2cb9cc6ee2991bc48ec232bfefa9fef Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Wed, 1 Apr 2015 18:49:00 +0200 Subject: providers:checkbox: add monitor/thunderbolt job This patch adds a clone of the 'monitor/hdmi' job for testing Thunderbolt displays. The test depends on the manifest resource, specifically on the 'has_thunderbolt' manifest entry. I've stripped out the wording that said to skip the test if there is no such port since that's what the manifest is for to tell us. Signed-off-by: Zygmunt Krynicki --- jobs/monitor.txt.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'jobs') diff --git a/jobs/monitor.txt.in b/jobs/monitor.txt.in index d353c31c..03179600 100644 --- a/jobs/monitor.txt.in +++ b/jobs/monitor.txt.in @@ -46,6 +46,20 @@ _description: VERIFICATION: Was the desktop displayed correctly on both screens? +plugin: manual +id: monitor/thunderbolt +imports: from 2013.com.canonical.plainbox import manifest +requires: manifest.has_thunderbolt == 'True' +_summary: Display connected via Thunderbolt +_description: + PURPOSE: + This test will check your Thunderbolt port as a monitor interconnect. + STEPS: + 1. Connect a display (if not already connected) to the Thunderbolt port on + your system + VERIFICATION: + Was the desktop displayed correctly on the Thunderbolt-connected screen? + plugin: manual id: monitor/svideo requires: display.svideo == 'supported' -- cgit v1.2.3