1# Copyright 2018 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.headphone' 7ATTRIBUTES = "suite:audio" 8PURPOSE = 'Test that simple Aplay with headphone 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' 16DEPENDENCIES = 'audio_loopback_dongle' 17PY_VERSION = 3 18 19DOC = """ 20Check that the system plays audio via headphone. 21""" 22 23job.run_test('audio_Aplay', test_headphone=True) 24