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_PlaybackRecordSemiAuto'
7PURPOSE = 'Tests playback, recording, and mixing of audio devices.'
8CRITERIA = """
9Every 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"""
11TIME='MEDIUM'
12TEST_CATEGORY = 'PLAYBACKCAPTURE'
13TEST_CLASS = "audio"
14TEST_TYPE = 'client'
15
16DOC = """
17This is a semi-automated test that exercises the audio devices on the system.
18Playback, recording, and mixers are tested.
19"""
20
21job.run_test('audio_PlaybackRecordSemiAuto')
22