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