diff options
author | PMR <pmr@pmr-lander> | 2018-07-13 13:35:36 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-07-13 13:35:36 +0000 |
commit | 065e7c641924e4d5e5e98ef291c7e182b781c2d4 (patch) | |
tree | cf8636adbfb345a2ce62c55b2ae79bdbcf5d534a | |
parent | 24a50d5d02c3cd9ca97b188b4f3647842bfbfb1f (diff) | |
parent | 880ded0d2edb80a2ca0340e82dadf12512f429b2 (diff) |
Merge #349463 from ~kissiel/plainbox-provider-checkbox:new-tests-4-type-c
-rw-r--r-- | units/monitor/jobs.pxu | 38 | ||||
-rw-r--r-- | units/monitor/test-plan.pxu | 4 |
2 files changed, 42 insertions, 0 deletions
diff --git a/units/monitor/jobs.pxu b/units/monitor/jobs.pxu index fc7864f6..255d74c2 100644 --- a/units/monitor/jobs.pxu +++ b/units/monitor/jobs.pxu @@ -211,3 +211,41 @@ _steps: _verification: Was the desktop displayed correctly with {vendor} {product} on the screen connected using a "USB Type-C to DisplayPort" adapter in every mode? + +id: monitor/type-c-to-hdmi +imports: from com.canonical.plainbox import manifest +requires: manifest.has_usb_type_c == 'True' +flags: also-after-suspend-manual +estimated_duration: 15.0 +plugin: manual +category_id: com.canonical.plainbox::monitor +_summary: Display connected via HDMI using an USB Type-C port +_purpose: + This test will check the connection of a screen using a "USB Type-C to HDMI" adapter +_steps: + 1. Connect a display (if not already connected) to the USB Type-C port on + your system using a "USB Type-C to HDMI" adapter + 2. Switch display modes between in your Display Settings, check if it can be + set to mirrored, extended, displayed on external or onboard only +_verification: + Was the desktop displayed correctly with on the screen connected using a + "USB Type-C to HDMI" adapter in every mode? + +id: monitor/type-c-to-vga +imports: from com.canonical.plainbox import manifest +requires: manifest.has_usb_type_c == 'True' +flags: also-after-suspend-manual +estimated_duration: 15.0 +plugin: manual +category_id: com.canonical.plainbox::monitor +_summary: Display connected via VGA using an USB Type-C port +_purpose: + This test will check the connection of a screen using a "USB Type-C to VGA" adapter +_steps: + 1. Connect a display (if not already connected) to the USB Type-C port on + your system using a "USB Type-C to VGA" adapter + 2. Switch display modes between in your Display Settings, check if it can be + set to mirrored, extended, displayed on external or onboard only +_verification: + Was the desktop displayed correctly with on the screen connected using a + "USB Type-C to VGA" adapter in every mode? diff --git a/units/monitor/test-plan.pxu b/units/monitor/test-plan.pxu index 3eada6b4..ca902999 100644 --- a/units/monitor/test-plan.pxu +++ b/units/monitor/test-plan.pxu @@ -20,6 +20,8 @@ include: monitor/1_dim_brightness_.* certification-status=blocker (after-suspend-manual-)?monitor/1_displayport_.* certification-status=blocker (after-suspend-manual-)?monitor/1_type-c_displayport_.* certification-status=blocker + (after-suspend-manual-)?monitor/type-c-to-hdmi certification-status=blocker + (after-suspend-manual-)?monitor/type-c-to-vga certification-status=blocker (after-suspend-manual-)?audio/1_playback_displayport_.* certification-status=blocker (after-suspend-manual-)?audio/1_playback_type-c_displayport_.* certification-status=blocker (after-suspend-manual-)?monitor/1_dvi_.* certification-status=blocker @@ -101,6 +103,8 @@ include: monitor/1_dim_brightness_.* certification-status=blocker (after-suspend-manual-)?monitor/1_displayport_.* certification-status=blocker (after-suspend-manual-)?monitor/1_type-c_displayport_.* certification-status=blocker + (after-suspend-manual-)?monitor/type-c-to-hdmi certification-status=blocker + (after-suspend-manual-)?monitor/type-c-to-vga certification-status=blocker (after-suspend-manual-)?audio/1_playback_displayport_.* certification-status=blocker (after-suspend-manual-)?audio/1_playback_type-c_displayport_.* certification-status=blocker (after-suspend-manual-)?monitor/1_dvi_.* certification-status=blocker |