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 <[email protected]>' 7NAME = 'bluetooth_AVLHCI' 8ATTRIBUTES = '' 9PURPOSE = ( 10 'Batch of bluetooth AVL standard specifications tests' 11) 12CRITERIA = 'all tests passed' 13TIME = 'SHORT' 14TEST_CATEGORY = 'Functional' 15TEST_CLASS = "bluetooth" 16TEST_TYPE = 'client' 17PY_VERSION = 3 18 19DOC = """ 20 A Batch of bluetooth_AVLHCI tests. This test is written as a batch of tests 21 in order to reduce test time. 22 23 This class can be called to run the entire test batch or to run a specific 24 test only. 25 26 Currently, the batch contains the following tests: 27 - spec_legacy_test 28 - spec_4_0_test 29 - spec_4_1_test 30 - spec_4_2_test 31 - spec_5_0_test 32 - spec_5_2_test 33 - hci_ext_msft_test 34 _ hci_ext_aosp_test 35 36 """ 37 38job.run_test('bluetooth_AVLHCI') 39