• 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    'Mohammad Sabri <mohammad.kh.sabri@exalt.ps>, '
8    'Rajaa Abdallah <rajaa.abdallah@exalt.ps>')
9NAME = 'bluetooth_AVLHCI.spec_4_1_test'
10ATTRIBUTES = 'suite:bluetooth_flaky'
11PURPOSE = 'Tests the Bluetooth v4.1 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_4_1_test
21
22    This test contains these subtests:
23        test_le_dual_mode_topology_feature()
24        test_br_edr_controller_secure_connection_feature()
25
26    """
27
28job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1])
29