• 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.hci_ext_aosp_test'
8ATTRIBUTES = 'suite:bluetooth_flaky'
9PURPOSE = (
10'Tests the Android HCI extension part in the Bluetooth AVL requirements'
11)
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.hci_ext_aosp_test
21
22    This test contains these subtests:
23       test_aosp_quality_report()
24       test_le_apcf()
25       test_le_batch_scan_and_events()
26       test_le_extended_set_scan_parameters()
27       test_le_get_controller_activity_energy_info()
28       test_get_controller_debug_info_sub_event()
29
30    """
31
32job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1])
33