diff options
author | Gene Li <gene.li@canonical.com> | 2020-06-08 16:05:43 +0800 |
---|---|---|
committer | Gene Li <gene.li@canonical.com> | 2020-06-08 16:05:43 +0800 |
commit | 0740f81b010c7ef991b7f5ad14d153435f939eec (patch) | |
tree | b94d56c1dfe77e98f3eeec08e4484311d8f9d13a | |
parent | b67efa69f60b4c961579db260f0f8724ee96e808 (diff) |
Add dock test case for check all IO port at same time
-rw-r--r-- | units/dock/jobs.pxu | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu index b6a2cc4d..69b7a887 100644 --- a/units/dock/jobs.pxu +++ b/units/dock/jobs.pxu @@ -2304,10 +2304,9 @@ id: dock/all-initial category_id: dock plugin: manual estimated_duration: 300.00 -_description: - PURPOSE: +_purpose: This test is to setup the initial stauts for all I/O port on docking - STEPS: +_steps: 1. If the laptop is currently undocked, dock it now. 2. Connect a DP monitor. 3. Connect a Type-C to HDMI monitor. @@ -2316,7 +2315,7 @@ _description: 6. Connect a USB3.0 storage. 7. Connect a headset. 8. Connect a Ethernet cable. - VERIFICATION: +_verification: 1. Did the display works fine? 2. Did the storage works fine? 3. Did the audio works fine? @@ -2326,12 +2325,11 @@ id: dock/all-reboot category_id: dock plugin: manual estimated_duration: 300.00 -_description: - PURPOSE: +_purpose: This test is to test devices still working after reboot - STEPS: +_steps: Reboot the system. - VERIFICATION: +_verification: 1. Did the display works fine after reboot? 2. Did the storage works fine after reboot? 3. Did the audio works fine after reboot? @@ -2341,14 +2339,13 @@ id: dock/all-hotplug category_id: dock plugin: manual estimated_duration: 300.00 -_description: - PURPOSE: +_purpose: This test is to test devices still working after hotplug - STEPS: +_steps: 1. Unplug docking station. 2. Waiting 30 seconds. 3. Plug in docking station. - VERIFICATION: +_verification: 1. Did the display works fine after hotplug? 2. Did the storage works fine after hotplug? 3. Did the audio works fine after hotplug? @@ -2358,14 +2355,13 @@ id: dock/all-suspend category_id: dock plugin: manual estimated_duration: 300.00 -_description: - PURPOSE: +_purpose: This test is to test devices still working after suspend - STEPS: +_steps: 1. Suspend the system. 2. Waiting 30 seconds. 3. Resume the system. - VERIFICATION: +_verification: 1. Did the display works fine after suspend? 2. Did the storage works fine after suspend? 3. Did the audio works fine after suspend? @@ -2375,14 +2371,13 @@ id: dock/all-poweroff category_id: dock plugin: manual estimated_duration: 300.00 -_description: - PURPOSE: +_purpose: This test is to test devices still working after poweroff - STEPS: +_steps: 1. Poweroff the system. 2. Waiting 30 seconds. 3. Poweron the system. - VERIFICATION: +_verification: 1. Did the display works fine after poweroff? 2. Did the storage works fine after poweroff? 3. Did the audio works fine after poweroff? |