summaryrefslogtreecommitdiff
path: root/units
diff options
authorJonathan Cave <jonathan.cave@canonical.com>2020-08-07 10:45:22 +0100
committerJonathan Cave <jonathan.cave@canonical.com>2020-08-07 10:45:22 +0100
commit649288919ebe79c1384eee702ee351d90b7ca022 (patch)
treefda7ac8e892833d0b870f28a5bef268f88aae978 /units
parentbe22756729fcc32621e3e0b3897f56e74014b498 (diff)
audio: rename pulse-active-port-change.py
Rename to fit python naming scheme
Diffstat (limited to 'units')
-rw-r--r--units/audio/jobs.pxu4
-rw-r--r--units/dock/jobs.pxu4
-rw-r--r--units/suspend/suspend.pxu4
3 files changed, 6 insertions, 6 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu
index 925f1ef..b9f4856 100644
--- a/units/audio/jobs.pxu
+++ b/units/audio/jobs.pxu
@@ -439,7 +439,7 @@ estimated_duration: 60.0
requires:
device.category == 'AUDIO'
package.name == 'pulseaudio-utils'
-command: pulse-active-port-change.py sinks
+command: pulse_active_port_change.py sinks
_description:
PURPOSE:
Check that system detects speakers or headphones being plugged in
@@ -460,7 +460,7 @@ estimated_duration: 60.0
requires:
device.category == 'AUDIO'
package.name == 'pulseaudio-utils'
-command: pulse-active-port-change.py 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 de2a3d5..f015024 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.py 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.py 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 a71c85a..b058915 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.py 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.py sources
+command: pulse_active_port_change.py sources
_description:
PURPOSE:
Check that system detects a microphone being plugged in after suspend