• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
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'
18
19DOC = """
20Check that the system plays audio via internal speaker.
21"""
22
23job.run_test('audio_Aplay')
24