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.spec_4_2_test' 8ATTRIBUTES = 'suite:bluetooth_flaky' 9PURPOSE = 'Tests the Bluetooth v4.2 specification of Bluetooth AVL requirements' 10CRITERIA = 'all subtests passed' 11TIME = 'SHORT' 12TEST_CATEGORY = 'Functional' 13TEST_CLASS = 'bluetooth' 14TEST_TYPE = 'client' 15PY_VERSION = 3 16 17DOC = """ 18 This class can be called to run bluetooth_AVLHCI.spec_4_2_test 19 20 This test contains these subtests: 21 test_le_data_packet_length_extension_feature() 22 test_packet_data_length() 23 test_le_link_layer_privacy_feature() 24 test_resolving_list_size() 25 26 """ 27 28job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1]) 29