xref: /aosp_15_r20/external/autotest/client/site_tests/audio_Aconnect/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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"""
12ATTRIBUTES = 'suite:infra_qual'
13TIME='SHORT'
14TEST_CATEGORY = 'Functional'
15TEST_CLASS = "audio"
16TEST_TYPE = 'client'
17PY_VERSION = 3
18
19DOC = """
20Check that aconnect can open and read information from /dev/snd/seq.
21"""
22
23job.run_test('audio_Aconnect')
24