diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:55:07 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:55:07 +0200 |
commit | 64033b06a5b09255926f0b9d58f8c1062cb8634b (patch) | |
tree | 4276938709a6439a361dacf5900b07fa662e762c /units | |
parent | 88862bfc95fa644f94def1dce8a0ae6df34e58b9 (diff) |
bin:pulse-active-port-change -> pulse-active-port-change.py
Diffstat (limited to 'units')
-rw-r--r-- | units/audio/jobs.pxu | 4 | ||||
-rw-r--r-- | units/dock/jobs.pxu | 4 | ||||
-rw-r--r-- | units/suspend/suspend.pxu | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu index cf21a93..b1d3a91 100644 --- a/units/audio/jobs.pxu +++ b/units/audio/jobs.pxu @@ -438,7 +438,7 @@ estimated_duration: 60.0 requires: device.category == 'AUDIO' package.name == 'pulseaudio-utils' -command: pulse-active-port-change sinks +command: pulse-active-port-change.py sinks _description: PURPOSE: Check that system detects speakers or headphones being plugged in @@ -459,7 +459,7 @@ estimated_duration: 60.0 requires: device.category == 'AUDIO' package.name == 'pulseaudio-utils' -command: pulse-active-port-change sources +command: pulse-active-port-change.py sources _description: PURPOSE: Check that system detects a microphone being plugged in diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu index ddc064a..4decc95 100644 --- a/units/dock/jobs.pxu +++ b/units/dock/jobs.pxu @@ -509,7 +509,7 @@ _summary: Headphones recognized when plugged to the dock test requires: device.category == 'AUDIO' package.name == 'pulseaudio-utils' -command: pulse-active-port-change sinks +command: pulse-active-port-change.py sinks _purpose: Check that system detects speakers or headphones being plugged in (Skip this test if the dock does not have headphones connector) @@ -532,7 +532,7 @@ _summary: Microphone recognized when plugged to the dock test requires: device.category == 'AUDIO' package.name == 'pulseaudio-utils' -command: pulse-active-port-change sources +command: pulse-active-port-change.py sources _purpose: Check that system detects a microphone being plugged in (Skip this test if the dock does not have a microphone connector) diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 1889004..f5b2b9d 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -462,7 +462,7 @@ estimated_duration: 60.0 requires: device.category == 'AUDIO' package.name == 'pulseaudio-utils' -command: pulse-active-port-change sinks +command: pulse-active-port-change.py sinks _description: PURPOSE: Check that system detects speakers or headphones being plugged in after suspend @@ -484,7 +484,7 @@ estimated_duration: 60.0 requires: device.category == 'AUDIO' package.name == 'pulseaudio-utils' -command: pulse-active-port-change sources +command: pulse-active-port-change.py sources _description: PURPOSE: Check that system detects a microphone being plugged in after suspend |