diff options
author | PMR <pmr@pmr-lander> | 2019-06-06 09:25:31 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2019-06-06 09:25:31 +0000 |
commit | 1a09d511849194e760bc11e3793d60230be00b54 (patch) | |
tree | 823f528c6ececa8bd4bb6f7b76a6cc2f642ecd45 /units | |
parent | 5bd50ef9f99b4cbc25b24b06a24af02365bf2bba (diff) | |
parent | 2eb41dbde6a9b6efeb6afd1e3c68798ffd64ea43 (diff) |
Merge #368373 from ~ray.chen/plainbox-provider-checkbox:lp1724423-add-test-step-into-external-monitor-testssnap-2019-06-07T1351
monitor: add display mode test steps to VGA/DVI/DP/HDMI
Diffstat (limited to 'units')
-rw-r--r-- | units/monitor/jobs.pxu | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/units/monitor/jobs.pxu b/units/monitor/jobs.pxu index 255d74c..64f902d 100644 --- a/units/monitor/jobs.pxu +++ b/units/monitor/jobs.pxu @@ -7,12 +7,15 @@ flags: also-after-suspend-manual plugin: manual category_id: com.canonical.plainbox::monitor _purpose: - This test will check your VGA port. + This test will check your VGA port as a monitor interconnect for {vendor} {product}. _steps: Skip this test if your system does not have a VGA port. 1. Connect a display (if not already connected) to the VGA port on your system + 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 on both screens? + Was the desktop displayed correctly with {vendor} {product} on the VGA-connected + screen in every mode? unit: template template-resource: graphics_card @@ -23,12 +26,15 @@ flags: also-after-suspend-manual plugin: manual category_id: com.canonical.plainbox::monitor _purpose: - This test will check your DVI port. + This test will check your DVI port as a monitor interconnect for {vendor} {product}. _steps: Skip this test if your system does not have a DVI port. 1. Connect a display (if not already connected) to the DVI port on your system + 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 on both screens? + Was the desktop displayed correctly with {vendor} {product} on the DVI-connected + screen in every mode? unit: template template-resource: graphics_card @@ -39,12 +45,15 @@ flags: also-after-suspend-manual plugin: manual category_id: com.canonical.plainbox::monitor _purpose: - This test will check your DisplayPort port. + This test will check your DisplayPort port as a monitor interconnect for {vendor} {product}. _steps: Skip this test if your system does not have a DisplayPort port. 1. Connect a display (if not already connected) to the DisplayPort port on your system + 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 on both screens? + Was the desktop displayed correctly with {vendor} {product} on the DisplayPort-connected + screen in every mode? unit: template template-resource: graphics_card @@ -55,12 +64,15 @@ flags: also-after-suspend-manual plugin: manual category_id: com.canonical.plainbox::monitor _purpose: - This test will check your HDMI port. + This test will check your HDMI port as a monitor interconnect for {vendor} {product}. _steps: Skip this test if your system does not have a HDMI port. 1. Connect a display (if not already connected) to the HDMI port on your system + 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 on both screens? + Was the desktop displayed correctly with {vendor} {product} on the HDMI-connected + screen in every mode? unit: template template-resource: graphics_card @@ -70,12 +82,15 @@ requires: display.svideo == 'supported' plugin: manual category_id: com.canonical.plainbox::monitor _purpose: - This test will check your S-VIDEO port. + This test will check your S-VIDEO port as a monitor interconnect for {vendor} {product}. _steps: Skip this test if your system does not have a S-VIDEO port. 1. Connect a display (if not already connected) to the S-VIDEO port on your system + 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 on both screens? + Was the desktop displayed correctly with {vendor} {product} on the S-VIDEO-connected + screen in every mode? unit: template template-resource: graphics_card @@ -85,12 +100,15 @@ requires: display.rca == 'supported' plugin: manual category_id: com.canonical.plainbox::monitor _purpose: - This test will check your RCA port. + This test will check your RCA port as a monitor interconnect for {vendor} {product}. _steps: Skip this test if your system does not have a RCA port. 1. Connect a display (if not already connected) to the RCA port on your system + 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 on both screens? + Was the desktop displayed correctly with {vendor} {product} on the RCA-connected + screen in every mode? unit: template template-resource: graphics_card |