1# Lint as: python3 2# Copyright 2022 The Chromium OS Authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5 6AUTHOR = 'Mohammad Sabri <mohammad.kh.sabri@exalt.ps>' 7NAME = 'bluetooth_AVLHCI.spec_legacy_test' 8ATTRIBUTES = 'suite:bluetooth_flaky' 9PURPOSE = ( 10 'Tests the legacy standard specifications of bluetooth AVL requirements' 11) 12CRITERIA = 'all subtests passed' 13TIME = 'SHORT' 14TEST_CATEGORY = 'Functional' 15TEST_CLASS = "bluetooth" 16TEST_TYPE = 'client' 17PY_VERSION = 3 18 19DOC = """ 20 This class can be called to run bluetooth_AVLHCI.spec_legacy_test 21 22 This test contains these subtests: 23 test_flushable_data_packets() 24 test_erroneous_data_reporting() 25 test_event_filter_size() 26 test_acl_min_buffer_number() 27 test_acl_min_buffer_number_optional() 28 test_acl_min_buffer_size() 29 test_sco_min_buffer_number() 30 test_sco_min_buffer_size() 31 32 """ 33 34job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1]) 35