diff options
author | Gabriel Zhi Chen <gabriel.chen@canonical.com> | 2020-01-13 11:58:33 +0800 |
---|---|---|
committer | Gabriel Zhi Chen <gabriel.chen@canonical.com> | 2020-01-13 11:58:33 +0800 |
commit | 83f7790291ac8a2ebbfd91a8d232d9d6b557ecb6 (patch) | |
tree | 6506176a1796bc68514815f04d2358600c4e7fef /units/dock | |
parent | 163d419ba1f61ba3336acf9850517bd10549f02e (diff) |
1. Add the power-button test case,2. Modify the steps of audio-playback-headphones and audio-alsa-record-playback-external cases,3.Remove the cases audio-speaker-headphone-plug-detection and audio-microphone-plug-detection.
Diffstat (limited to 'units/dock')
-rw-r--r-- | units/dock/jobs.pxu | 8 | ||||
-rw-r--r-- | units/dock/test-plan.pxu | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu index 5368718..c457102 100644 --- a/units/dock/jobs.pxu +++ b/units/dock/jobs.pxu @@ -398,7 +398,8 @@ _purpose: (Skip this test if there is no headphone connector on the dock) _steps: 1. Connect a pair of headphones to the dock - 2. Click the Test button to play a sound to your audio device + 2. Go to the Sound settings and make sure the correct Output is selected + 3. Click the Test button to play a sound to your audio device _verification: Did you hear a sound through the headphones and did the sound play without any distortion, clicks or other strange noises from your headphones? @@ -426,8 +427,9 @@ _purpose: (Skip this test if the dock does not have a microphone connector) _steps: 1. Connect a microphone to the dock's microphone port - 2. Click "Test", then speak into the external microphone - 3. After a few seconds, your speech will be played back to you + 2. Go to the Sound settings and make sure the correct Output is selected + 3. Click "Test", then speak into the external microphone + 4. After a few seconds, your speech will be played back to you _verification: Did you hear your speech played back? diff --git a/units/dock/test-plan.pxu b/units/dock/test-plan.pxu index 7d21dfa..4c906ac 100644 --- a/units/dock/test-plan.pxu +++ b/units/dock/test-plan.pxu @@ -45,9 +45,7 @@ include: dock/audio-alsa-info-collect dock/audio-alsa-info-attachment dock/audio-list-devices - dock/audio-speaker-headphone-plug-detection certification-status=blocker dock/audio-playback-headphones certification-status=blocker - dock/audio-microphone-plug-detection certification-status=blocker dock/audio-alsa-record-playback-external certification-status=blocker dock/audio-external-linein dock/audio-external-lineout @@ -208,9 +206,7 @@ include: dock/monitor_type-c_vga certification-status=blocker dock/keys-video-out certification-status=blocker dock/monitor-dual-head certification-status=blocker - dock/audio-speaker-headphone-plug-detection certification-status=blocker dock/audio-playback-headphones certification-status=blocker - dock/audio-microphone-plug-detection certification-status=blocker dock/audio-alsa-record-playback-external certification-status=blocker dock/networking-gateway-ping certification-status=blocker dock/networking-ntp certification-status=blocker |