xref: /aosp_15_r20/external/autotest/client/site_tests/suite_HWQual/control.audio (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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'
15PY_VERSION = 3
16
17DOC = """
18This is a semi-automated test that exercises the audio devices on the system.
19Playback, recording, and mixers are tested.
20"""
21
22job.run_test('audio_PlaybackRecordSemiAuto')
23