blob: c7f5e08540904815c2161ef4d323254b6d662856 [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_0_test'
ATTRIBUTES = 'suite:bluetooth_flaky'
PURPOSE = 'Tests the Bluetooth v4.0 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_0_test
This test contains these subtests:
test_low_energy_feature()
test_accept_list_size()
"""
job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1])