blob: 60512ad8155f1d45af78130766bba23185ea94ee [file] [log] [blame]
# Lint as: python3
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = 'Rajaa Abdallah <rajaa.abdallah@exalt.ps>'
NAME = 'bluetooth_AVLHCI.spec_4_2_test'
ATTRIBUTES = 'suite:bluetooth_flaky'
PURPOSE = 'Tests the Bluetooth v4.2 specification of Bluetooth AVL requirements'
CRITERIA = 'all subtests passed'
TIME = 'SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'bluetooth'
TEST_TYPE = 'client'
PY_VERSION = 3
DOC = """
This class can be called to run bluetooth_AVLHCI.spec_4_2_test
This test contains these subtests:
le_data_packet_length_extension_feature_test()
packet_data_length_test()
le_link_layer_privacy_feature_test()
resolving_list_size_test()
"""
job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1])