blob: cd41b87171c1ed4b6cf358e1b8ebcb34d3b87ece [file] [log] [blame]
Mike Trutyea8e44d2012-04-24 12:15:25 -07001# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
Taylor Huttc53d77d2011-07-19 08:54:29 -07002# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Taylor Huttc53d77d2011-07-19 08:54:29 -07005NAME = "Sound System Validation"
Mike Trutyea8e44d2012-04-24 12:15:25 -07006AUTHOR = "Taylor Hutt"
7SUITE = "kernel.per_build.regression"
Taylor Huttc53d77d2011-07-19 08:54:29 -07008TIME = "SHORT"
9TEST_CATEGORY = "Functional"
10TEST_CLASS = "General"
11TEST_TYPE = "client"
12
13DOC = """
14This tests that the sound infrastructure such as device and mixer names
15are present when the system is running.
16"""
17
18job.run_test('sound_infrastructure', seconds = 60)