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