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,chromeos-audio@google.com' 6NAME = 'audio_Aplay' 7ATTRIBUTES = "suite:kernel_per-build_regression" 8SUITE = "kernel_per-build_regression" 9PURPOSE = 'Test that simple Aplay succeeds. Used in other tests.' 10CRITERIA = """ 11Check that the system plays...used in stress or after resume tests. 12""" 13TIME='SHORT' 14TEST_CATEGORY = 'Functional' 15TEST_CLASS = "audio,qav" 16TEST_TYPE = 'client' 17 18DOC = """ 19Check that the system plays audio. 20""" 21 22job.run_test('audio_Aplay') 23