diff options
author | ray.chen <ray.chen@canonical.com> | 2019-06-06 12:34:16 +0800 |
---|---|---|
committer | ray.chen <ray.chen@canonical.com> | 2019-06-06 15:03:56 +0800 |
commit | 2eb41dbde6a9b6efeb6afd1e3c68798ffd64ea43 (patch) | |
tree | a2b7a26d16b350e5018b5466bb549e47d309cc2a /units | |
parent | 09b788276a2d876c4fbceff3af895d4b834f2e61 (diff) |
monitor: modify jobs contents for more consistent with others
Diffstat (limited to 'units')
-rw-r--r-- | units/monitor/jobs.pxu | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/units/monitor/jobs.pxu b/units/monitor/jobs.pxu index 3b14c71..64f902d 100644 --- a/units/monitor/jobs.pxu +++ b/units/monitor/jobs.pxu @@ -7,14 +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 @@ -25,14 +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 @@ -43,14 +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 @@ -61,14 +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 @@ -78,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 @@ -93,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 |