Home | History | Annotate | Download | only in audio_Aplay
      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 
      5 AUTHOR = 'The Chromium OS Authors,chromeos-audio (a] google.com'
      6 NAME = 'audio_Aplay.headphone'
      7 ATTRIBUTES = "suite:kernel_per-build_regression"
      8 PURPOSE = 'Test that simple Aplay with headphone succeeds. Used in other tests.'
      9 CRITERIA = """
     10 Check that the system plays...used in stress or after resume tests.
     11 """
     12 TIME='SHORT'
     13 TEST_CATEGORY = 'Functional'
     14 TEST_CLASS = "audio,qav"
     15 TEST_TYPE = 'client'
     16 DEPENDENCIES = 'audio_loopback_dongle'
     17 
     18 DOC = """
     19 Check that the system plays audio via headphone.
     20 """
     21 
     22 job.run_test('audio_Aplay', output_node="HEADPHONE")
     23