1 2# Copyright 2020 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 6# !!! GENERATED FILE. DO NOT EDIT !!! 7 8load('//metadata/test_common.star', 'test_common') 9 10def define_tests(): 11 return [ 12 test_common.define_test( 13 'bluetooth/AdapterAUSanity', 14 suites = ['bluetooth'], 15 main_package = '', 16 ), 17 test_common.define_test( 18 'bluetooth/AdapterAdvSanity', 19 suites = ['bluetooth_qualification'], 20 main_package = '', 21 ), 22 test_common.define_test( 23 'bluetooth/AdapterAudioLink', 24 suites = ['bluetooth_flaky'], 25 main_package = '', 26 ), 27 test_common.define_test( 28 'bluetooth/AdapterCLSanity', 29 suites = ['bluetooth_qualification'], 30 main_package = '', 31 ), 32 test_common.define_test( 33 'bluetooth/AdapterMDSanity', 34 suites = ['bluetooth_qualification'], 35 main_package = '', 36 ), 37 test_common.define_test( 38 'bluetooth/AdapterSRSanity', 39 suites = ['bluetooth_qualification'], 40 main_package = '', 41 ), 42 test_common.define_test( 43 'bluetooth/AdapterSanity', 44 suites = [], 45 main_package = 'autotest_lib.client.site_tests.bluetooth_AdapterSanity.bluetooth_AdapterSanity', 46 ), 47 test_common.define_test( 48 'bluetooth/PeerUpdate', 49 suites = ['bluetooth_e2e', 'bluetooth_mtbf'], 50 main_package = '', 51 ), 52 test_common.define_test( 53 'bluetooth/RegressionClient', 54 suites = [], 55 main_package = '', 56 ), 57 test_common.define_test( 58 'bluetooth/RegressionServer', 59 suites = [], 60 main_package = '', 61 ), 62 test_common.define_test( 63 'bluetooth/TurnOnOffUI', 64 suites = ['bluetooth_flaky'], 65 main_package = 'autotest_lib.client.site_tests.bluetooth_TurnOnOffUI.bluetooth_TurnOnOffUI', 66 ) 67 ] 68