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 = 'Rajaa Abdallah <rajaa.abdallah@exalt.ps>' 7NAME = 'bluetooth_AVLHCI.hci_ext_msft_test' 8ATTRIBUTES = 'suite:bluetooth_flaky' 9PURPOSE = ( 10'Tests the Microsoft HCI extension part in the 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.hci_ext_msft_test 21 22 This test contains these subtests: 23 test_hci_vs_msft_read_supported_features() 24 25 """ 26 27job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1]) 28