1{ 2 "presubmit": [ 3 // android_test targets 4 { 5 "name": "CtsBluetoothTestCases" 6 }, 7 { 8 "name": "BluetoothInstrumentationTests" 9 }, 10 { 11 "name": "GoogleBluetoothInstrumentationTests" 12 }, 13 { 14 "name": "FrameworkBluetoothTests" 15 }, 16 { 17 "name": "ServiceBluetoothTests" 18 }, 19 // device only tests 20 // Broken 21 //{ 22 // "name": "bluetooth-test-audio-hal-interface" 23 //}, 24 { 25 "name": "net_test_audio_a2dp_hw" 26 }, 27 { 28 "name": "net_test_audio_hearing_aid_hw" 29 }, 30 // TODO (b/267212763) 31 // { 32 // "name": "net_test_bluetooth" 33 // }, 34 // { 35 // "name": "net_test_bta" 36 // }, 37 // { 38 // "name": "net_test_btif" 39 // }, 40 { 41 "name": "net_test_btif_hf_client_service" 42 }, 43 { 44 "name": "net_test_btif_profile_queue" 45 }, 46 { 47 "name": "net_test_device" 48 }, 49 { 50 "name": "net_test_gatt_conn_multiplexing" 51 }, 52 // TODO (b/267212763) 53 // { 54 // "name": "net_test_hci" 55 // }, 56 { 57 "name": "net_test_hf_client_add_record" 58 }, 59 // TODO (b/267212763) 60 // { 61 // "name": "net_test_stack" 62 // }, 63 { 64 "name": "net_test_stack_ad_parser" 65 }, 66 { 67 "name": "net_test_stack_multi_adv" 68 }, 69 // go/a-unit-tests tests (unit_test: true) 70 // Thoses test run on the host in the CI automatically. 71 // Run the one that are available on the device on the 72 // device as well 73 // TODO (b/267212763) 74 // { 75 // "name": "bluetooth_csis_test" 76 // }, 77 { 78 "name": "bluetooth_flatbuffer_tests" 79 }, 80 // TODO (b/267212763) 81 // { 82 // "name": "bluetooth_groups_test" 83 // }, 84 // { 85 // "name": "bluetooth_has_test" 86 // }, 87 { 88 "name": "bluetooth_hh_test" 89 }, 90 // TODO (b/267212763) 91 // { 92 // "name": "bluetooth_le_audio_client_test" 93 // }, 94 { 95 "name": "bluetooth_le_audio_test" 96 }, 97 { 98 "name": "bluetooth_packet_parser_test" 99 }, 100 // TODO (b/267212763) 101 // { 102 // "name": "bluetooth_test_broadcaster" 103 // }, 104 // { 105 // "name": "bluetooth_test_broadcaster_state_machine" 106 // }, 107 { 108 "name": "bluetooth_test_common" 109 }, 110 { 111 "name": "bluetooth_test_gd_unit" 112 }, 113 { 114 "name": "bluetooth_test_sdp" 115 }, 116 // TODO (b/267212763) 117 // { 118 // "name": "bluetooth_vc_test" 119 // }, 120 // { 121 // "name": "bluetoothtbd_test" 122 // }, 123 // { 124 // "name": "bt_host_test_bta" 125 // }, 126 { 127 "name": "libaptx_enc_tests" 128 }, 129 { 130 "name": "libaptxhd_enc_tests" 131 }, 132 { 133 "name": "net_test_avrcp" 134 }, 135 { 136 "name": "net_test_btcore" 137 }, 138 { 139 "name": "net_test_btif_config_cache" 140 }, 141 // TODO (b/267212763) 142 // { 143 // "name": "net_test_btif_hh" 144 // }, 145 { 146 "name": "net_test_btif_rc" 147 }, 148 // TODO (b/267212763) 149 // { 150 // "name": "net_test_btif_stack" 151 // }, 152 { 153 "name": "net_test_btm_iso" 154 }, 155 { 156 "name": "net_test_btpackets" 157 }, 158 { 159 "name": "net_test_eatt" 160 }, 161 { 162 "name": "net_test_hci_fragmenter_native" 163 }, 164 { 165 "name": "net_test_main_shim" 166 }, 167 { 168 "name": "net_test_osi" 169 }, 170 { 171 "name": "net_test_performance" 172 }, 173 { 174 "name": "net_test_stack_a2dp_native" 175 }, 176 { 177 "name": "net_test_stack_acl" 178 }, 179 { 180 "name": "net_test_stack_avdtp" 181 }, 182 // TODO (b/267212763) 183 // { 184 // "name": "net_test_stack_btm" 185 // }, 186 { 187 "name": "net_test_stack_btu" 188 }, 189 { 190 "name": "net_test_stack_gatt" 191 }, 192 { 193 "name": "net_test_stack_gatt_native" 194 }, 195 { 196 "name": "net_test_stack_gatt_sr_hash_native" 197 }, 198 { 199 "name": "net_test_stack_hci" 200 }, 201 { 202 "name": "net_test_stack_hid" 203 }, 204 { 205 "name": "net_test_stack_l2cap" 206 }, 207 { 208 "name": "net_test_stack_rfcomm" 209 }, 210 { 211 "name": "net_test_stack_sdp" 212 }, 213 { 214 "name": "net_test_stack_smp" 215 }, 216 { 217 "name": "net_test_types" 218 } 219 ] 220} 221