• 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 = 'Test that simple Aplay succeeds. Used in other tests.'
9CRITERIA = """
10Check that the system plays...used in stress or after resume tests.
11"""
12TIME='SHORT'
13TEST_CATEGORY = 'Functional'
14TEST_CLASS = "audio,qav"
15TEST_TYPE = 'client'
16
17DOC = """
18Check that the system plays audio.
19"""
20
21job.run_test('audio_Aplay')
22