• 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 = 'Rajaa Abdallah <rajaa.abdallah@exalt.ps>'
7NAME = 'bluetooth_AVLHCI.spec_5_2_test'
8ATTRIBUTES = 'suite:bluetooth_flaky'
9PURPOSE = 'Tests the Bluetooth v5.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_5_2_test
19
20    This test contains these subtests:
21        test_le_isochronous_channels_feature()
22        test_le_power_control_feature()
23
24    """
25
26job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1])
27