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