• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = (
7    'Rajaa Abdallah <rajaa.abdallah@exalt.ps>, '
8    'Mohammad Sabri <mohammad.kh.sabri@exalt.ps>')
9NAME = 'bluetooth_AVLHCI.spec_5_0_test'
10ATTRIBUTES = 'suite:bluetooth_flaky'
11PURPOSE = 'Tests the Bluetooth v5.0 specification of Bluetooth AVL requirements'
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.spec_5_0_test
21
22    This test contains these subtests:
23        test_le_extended_advertising_feature()
24        test_advertisement_sets_number()
25        test_le_two_mega_physical_channel_feature()
26
27    """
28
29job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1])
30