Home | History | Annotate | Download | only in suite_HWQual
      1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = 'The Chromium OS Authors'
      6 NAME = 'audio_PlaybackRecordSemiAuto'
      7 PURPOSE = 'Tests playback, recording, and mixing of audio devices.'
      8 CRITERIA = """
      9 Every expected hardware device must be listed in device list. Additionally, the user can fail the test if they don't hear or see the expected result.
     10 """
     11 TIME='MEDIUM'
     12 TEST_CATEGORY = 'PLAYBACKCAPTURE'
     13 TEST_CLASS = "audio"
     14 TEST_TYPE = 'client'
     15 
     16 DOC = """
     17 This is a semi-automated test that exercises the audio devices on the system.
     18 Playback, recording, and mixers are tested.
     19 """
     20 
     21 job.run_test('audio_PlaybackRecordSemiAuto')
     22