# 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 ' NAME = 'bluetooth_AVLHCI.hci_ext_aosp_test' ATTRIBUTES = 'suite:bluetooth_flaky' PURPOSE = ( 'Tests the Android HCI extension part in the 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.hci_ext_aosp_test This test contains these subtests: test_aosp_quality_report() test_le_apcf() test_le_batch_scan_and_events() test_le_extended_set_scan_parameters() test_le_get_controller_activity_energy_info() test_get_controller_debug_info_sub_event() """ job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1])