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