Home | History | Annotate | Download | only in audio_Aconnect
      1 # Copyright 2017 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'
      6 NAME = 'audio_Aconnect'
      7 ATTRIBUTES = "suite:audio"
      8 PURPOSE = 'Test that the MIDI seq kernel interface is accessible.'
      9 CRITERIA = """
     10 Fails if /dev/snd/seq is inaccessible.
     11 """
     12 TIME='SHORT'
     13 TEST_CATEGORY = 'Functional'
     14 TEST_CLASS = "audio"
     15 TEST_TYPE = 'client'
     16 
     17 DOC = """
     18 Check that aconnect can open and read information from /dev/snd/seq.
     19 """
     20 
     21 job.run_test('audio_Aconnect')
     22