• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2012 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
5NAME = "Sound System Validation"
6AUTHOR = "dgreid"
7PURPOSE = "Ensure minimal sound devices are present."
8CRITERIA = "Pass if files exist."
9ATTRIBUTES = "suite:kernel_per-build_regression"
10SUITE = "kernel_per-build_regression"
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "General"
14TEST_TYPE = "client"
15
16DOC = """
17This tests that the sound infrastructure such as device and control names
18are present when the system is running.  And that permissions are sane
19"""
20
21job.run_test('sound_infrastructure')
22