diff options
author | PMR <pmr@pmr-lander> | 2020-01-13 08:10:52 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-01-13 08:10:52 +0000 |
commit | 94e2818dbebf3d947327844bc2efb2aae680ebda (patch) | |
tree | 9b874125b1c85c31b995541b5619f78333c37783 /units | |
parent | 2403270daff7c9292be7e2411a8eab5857241c24 (diff) | |
parent | 295c5ac2cbe902d35079d2f25ad30bb960c9bf8e (diff) |
Merge #377487 from ~gabrielzchen/plainbox-provider-checkbox:pm-button
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')
-rw-r--r-- | units/dock/jobs.pxu | 8 | ||||
-rw-r--r-- | units/dock/test-plan.pxu | 4 | ||||
-rw-r--r-- | units/keys/jobs.pxu | 13 | ||||
-rw-r--r-- | units/keys/test-plan.pxu | 1 |
4 files changed, 19 insertions, 7 deletions
diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu index 53687180..c4571021 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 7d21dfa3..4c906ace 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 diff --git a/units/keys/jobs.pxu b/units/keys/jobs.pxu index 4402b4c3..7bc69a23 100644 --- a/units/keys/jobs.pxu +++ b/units/keys/jobs.pxu @@ -277,3 +277,16 @@ _description: VERIFICATION: Did the keyboard overhead light key or switch turns on and off the light? +plugin: manual +category_id: com.canonical.plainbox::keys +id: keys/power-button +estimated_duration: 30.0 +flags: also-after-suspend-manual +_purpose: + This test will test the power button +_steps: + 1. press the power button. + 2. press cancel to quit. +_verification: + Did the power management prompt pop up when press power button? + diff --git a/units/keys/test-plan.pxu b/units/keys/test-plan.pxu index 38386efc..87b7fbc5 100644 --- a/units/keys/test-plan.pxu +++ b/units/keys/test-plan.pxu @@ -24,6 +24,7 @@ include: keys/wireless certification-status=blocker keys/keyboard-backlight certification-status=blocker keys/microphone-mute certification-status=blocker + keys/power-button certification-status=blocker id: keys-cert-automated unit: test plan |