Home | History | Annotate | Download | only in audio_Microphone
      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_Microphone'
      7 PURPOSE = 'Verify microphone works correctly.'
      8 CRITERIA = """
      9 Microphone should be on by default.
     10 Mono and stereo capturing should work fine @ 44.1KHz and 48KHz.
     11 Low latency capturing should work fine with low CPU usage.
     12 """
     13 TIME='MEDIUM'
     14 TEST_CATEGORY = 'Microphone'
     15 TEST_CLASS = 'audio'
     16 TEST_TYPE = 'client'
     17 ATTRIBUTES = "suite:bvt-cq, suite:partners"
     18 JOB_RETRIES = 2
     19 
     20 DOC = """
     21 This test run multiple cmdline tools to verify that microphone works correctly.
     22 """
     23 
     24 job.run_test('audio_Microphone')
     25