xref: /aosp_15_r20/external/autotest/client/site_tests/audio_CrasCheck/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2015 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 = '[email protected], ChromeOS Audio'
6NAME = 'audio_CrasCheck'
7PURPOSE = 'Performs basic audio check for active streams and crashes'
8CRITERIA = '''
9Test will fail if 1. cras is not running 2. cras crashes 3. active stream count
10does not match.
11'''
12# Temporarily remove the test to unblock PFQ.  See crbug/718171 in detail.
13#ATTRIBUTES = "suite:bvt-cq, suite:partners"
14ATTRIBUTES = "suite:bvt-perbuild"
15TIME = 'MEDIUM'
16TEST_CATEGORY = 'General'
17TEST_CLASS = 'audio'
18TEST_TYPE = 'client'
19JOB_RETRIES = 2
20PY_VERSION = 3
21
22BUG_TEMPLATE = {
23    'owner': '[email protected]',
24    'labels': ['OS-Chrome'],
25    'components': ['OS>Kernel>Audio'],
26}
27
28DOC = '''
29Test checks for basic audio confidence by checking cras status, crashes and
30active streams.
31'''
32
33job.run_test('audio_CrasCheck')
34