# 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 = 'Mohammad Sabri ' NAME = 'bluetooth_AVLHCI.spec_legacy_test' ATTRIBUTES = 'suite:bluetooth_flaky' PURPOSE = ( 'Tests the legacy standard specifications of 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.spec_legacy_test This test contains these subtests: test_flushable_data_packets() test_erroneous_data_reporting() test_event_filter_size() test_acl_min_buffer_number() test_acl_min_buffer_number_optional() test_acl_min_buffer_size() test_sco_min_buffer_number() test_sco_min_buffer_size() """ job.run_test('bluetooth_AVLHCI', test_name=NAME.split('.')[1])