diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:39:17 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 13:39:17 +0200 |
commit | 0a9b9abedf23749c6f155b04864a98b3df2636ee (patch) | |
tree | 3c6df1a0935e47378f5e7d896a34be7deeb162c5 /units/audio | |
parent | 6d44b75eb61ffc6eb16b2ef98afbfce932c6387c (diff) |
bin:volume_test -> volume_test.py
Diffstat (limited to 'units/audio')
-rw-r--r-- | units/audio/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/audio/jobs.pxu b/units/audio/jobs.pxu index b1d3a91..c1dbfe1 100644 --- a/units/audio/jobs.pxu +++ b/units/audio/jobs.pxu @@ -378,7 +378,7 @@ estimated_duration: 1.0 requires: package.name == 'pulseaudio-utils' device.category == 'AUDIO' -command: volume_test --minvol 1 --maxvol 100 +command: volume_test.py --minvol 1 --maxvol 100 _description: This test will verify that the volume levels are at an acceptable level on your local system. The test will validate that the volume is greater than @@ -595,7 +595,7 @@ depends: power-management/suspend_30_cycles requires: package.name == 'pulseaudio-utils' device.category == 'AUDIO' -command: volume_test --minvol 1 --maxvol 100 +command: volume_test.py --minvol 1 --maxvol 100 _description: This test will verify that the volume levels are at an acceptable level on your local system. The test will validate that the volume is greater than |