~sfeole/+junk/checkbox-sfeole

« back to all changes in this revision

Viewing changes to jobs/audio.txt.in

  • Committer: sean.feole at canonical
  • Date: 2012-08-09 19:01:43 UTC
  • Revision ID: sean.feole@canonical.com-20120809190143-466h35zazr8h4it4
Updated audio.txt.in test case to include features to unmute the audio and updated description

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
requires:
145
145
 package.name == 'pulseaudio-utils'
146
146
 device.category == 'AUDIO'
147
 
command: audio_settings -d pci --minvol 1 --maxvol 100 check_volume
 
147
command: audio_settings -d pci set >> /dev/null  && audio_settings -d pci --minvol 1 --maxvol 100 check_volume
148
148
_description:
149
 
 This test will verify volume levels are at an acceptable level on your local system, minimum and maximum volume levels will be 1 and 100. Please note that the volume can not be muted or this test will fail.
 
149
 This test will verify volume levels are at an acceptable level on
 
150
 your local system, minimum and maximum volume levels will be 1 and 100.
 
151
 If volume it already muted, please note that this test will unmute the
 
152
 volume prior to running.