21 lines
639 B
Text
21 lines
639 B
Text
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
NAME = "Sound System Validation"
|
|
AUTHOR = "dgreid"
|
|
PURPOSE = "Ensure minimal sound devices are present."
|
|
CRITERIA = "Pass if files exist."
|
|
ATTRIBUTES = "suite:bvt-cq"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "General"
|
|
TEST_TYPE = "client"
|
|
JOB_RETRIES = 2
|
|
|
|
DOC = """
|
|
This tests that the sound infrastructure such as device and control names
|
|
are present when the system is running. And that permissions are sane
|
|
"""
|
|
|
|
job.run_test('sound_infrastructure')
|