summaryrefslogtreecommitdiff
path: root/units
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-12 19:13:42 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-12 19:13:42 +0200
commit6347c3493eed9ed864d5a83a8698833adfe141b5 (patch)
tree0c96011d08446609eeefc71c975c2e1548b33b9d /units
parent4cff43d84cf6e6555bd069aa846abecf19141873 (diff)
bin:audio_test -> audio_test.py
Diffstat (limited to 'units')
-rw-r--r--units/audio/jobs.pxu4
-rw-r--r--units/dock/jobs.pxu2
-rw-r--r--units/suspend/suspend.pxu4
3 files changed, 5 insertions, 5 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu
index bc3af28..0f9fc7b 100644
--- a/units/audio/jobs.pxu
+++ b/units/audio/jobs.pxu
@@ -334,7 +334,7 @@ requires:
package.name == 'gstreamer1.0-pulseaudio'
package.name == 'alsa-base'
device.category == 'AUDIO'
-command: audio_test
+command: audio_test.py
_description:
Play back a sound on the default output and listen for it on the
default input.
@@ -582,7 +582,7 @@ requires:
package.name == 'gstreamer1.0-pulseaudio'
package.name == 'alsa-base'
device.category == 'AUDIO'
-command: audio_test
+command: audio_test.py
_description:
Play back a sound on the default output and listen for it on the
default input, after suspending 30 times.
diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu
index da8b7b5..537f985 100644
--- a/units/dock/jobs.pxu
+++ b/units/dock/jobs.pxu
@@ -1701,7 +1701,7 @@ requires:
package.name == 'gstreamer1.0-pulseaudio'
package.name == 'alsa-base'
device.category == 'AUDIO'
-command: audio_test
+command: audio_test.py
_description:
This will check to make sure that your audio device works properly after a suspend and resume. This may work fine with speakers and onboard microphone, however, it works best if used with a cable connecting the audio-out jack to the audio-in jack.
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu
index 93b5ce0..f253fc9 100644
--- a/units/suspend/suspend.pxu
+++ b/units/suspend/suspend.pxu
@@ -1189,7 +1189,7 @@ requires:
package.name == 'gstreamer1.0-pulseaudio'
package.name == 'alsa-base'
device.category == 'AUDIO'
-command: audio_test
+command: audio_test.py
_description:
This will check to make sure that your audio device works properly after a suspend and resume. This may work fine with speakers and onboard microphone, however, it works best if used with a cable connecting the audio-out jack to the audio-in jack.
@@ -1206,7 +1206,7 @@ requires:
package.name == 'gstreamer1.0-pulseaudio'
package.name == 'alsa-base'
device.category == 'AUDIO'
-command: audio_test
+command: audio_test.py
_description:
This will check to make sure that your audio device works properly after a suspend and resume. This may work fine with speakers and onboard microphone, however, it works best if used with a cable connecting the audio-out jack to the audio-in jack.