| # Lint as: python3 |
| # Copyright 2022 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # A Batch of bluetooth_AVLDriver tests. This test is written as a batch of |
| # tests in order to reduce test time. |
| # |
| # This class can be called to run the entire test batch or to run a specific |
| # test only. |
| # |
| # Currently, the batch contains the following tests: |
| # - driver_support_test |
| # |
| # |
| # Purpose: Batch of bluetooth AVL driver requirements tests |
| |
| # Deprecated variables: |
| # TIME = 'SHORT' |
| # TEST_CATEGORY = 'Functional' |
| |
| NAME = 'bluetooth_AVLDriver' |
| METADATA = { |
| 'contacts': ['chromeos-bt-team@google.com'], |
| # ChromeOS > Platform > Connectivity > Bluetooth |
| 'bug_component': 'b:167317', |
| 'criteria': 'all tests passed', |
| 'hw_agnostic': False, |
| } |
| |
| ATTRIBUTES = '' |
| TEST_TYPE = 'client' |
| |
| |
| job.run_test('bluetooth_AVLDriver') |