1# Copyright (c) 2013 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 5AUTHOR = 'The Chromium OS Authors,[email protected]' 6NAME = 'audio_Aplay' 7ATTRIBUTES = "suite:kernel_per-build_regression, suite:pvs-kernel" 8PURPOSE = """ 9Test that simple Aplay with internal speaker succeeds. Used in other tests. 10""" 11CRITERIA = """ 12Check that the system plays...used in stress or after resume tests. 13""" 14TIME='SHORT' 15TEST_CATEGORY = 'Functional' 16TEST_CLASS = "audio,qav" 17TEST_TYPE = 'client' 18PY_VERSION = 3 19 20DOC = """ 21Check that the system plays audio via internal speaker. 22""" 23 24job.run_test('audio_Aplay') 25