1{ 2 "presubmit": [ 3 // android_test targets 4 { 5 "name": "CtsBluetoothTestCases" 6 }, 7 { 8 "name": "CtsStrictJavaPackagesTestCases" 9 }, 10 { 11 "name": "BluetoothInstrumentationTests" 12 }, 13 { 14 "name": "GoogleBluetoothInstrumentationTests", 15 "keywords": ["internal"] 16 }, 17 { 18 "name": "FrameworkBluetoothTests" 19 }, 20 { 21 "name": "ServiceBluetoothTests" 22 }, 23 // device only tests 24 // Broken 25 //{ 26 // "name": "bluetooth-test-audio-hal-interface" 27 //}, 28 { 29 "name": "net_test_audio_hearing_aid_hw" 30 }, 31 { 32 "name": "net_test_bluetooth" 33 }, 34 { 35 "name": "net_test_bta" 36 }, 37 { 38 "name": "net_test_bta_security" 39 }, 40 { 41 "name": "net_test_btif" 42 }, 43 { 44 "name": "net_test_btif_hf_client_service" 45 }, 46 { 47 "name": "net_test_btif_profile_queue" 48 }, 49 { 50 "name": "net_test_btif_avrcp_audio_track" 51 }, 52 { 53 "name": "net_test_device" 54 }, 55 { 56 "name": "net_test_device_iot_config" 57 }, 58 { 59 "name": "net_test_conn_multiplexing" 60 }, 61 { 62 "name": "net_test_hci" 63 }, 64 { 65 "name": "net_test_stack" 66 }, 67 { 68 "name": "net_test_stack_a2dp_codecs_native" 69 }, 70 { 71 "name": "net_test_stack_ad_parser" 72 }, 73 // go/a-unit-tests tests (unit_test: true) 74 // Thoses test run on the host in the CI automatically. 75 // Run the one that are available on the device on the 76 // device as well 77 { 78 "name": "bluetooth_csis_test" 79 }, 80 { 81 "name": "bluetooth_flatbuffer_tests" 82 }, 83 { 84 "name": "bluetooth_groups_test" 85 }, 86 { 87 "name": "bluetooth_has_test" 88 }, 89 { 90 "name": "bluetooth_hh_test" 91 }, 92 { 93 "name": "bluetooth_le_audio_client_test" 94 }, 95 { 96 "name": "bluetooth_le_audio_test" 97 }, 98 { 99 "name": "bluetooth_packet_parser_test" 100 }, 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_vc_test" 112 }, 113 { 114 "name": "libaptx_enc_tests" 115 }, 116 { 117 "name": "libaptxhd_enc_tests" 118 }, 119 { 120 "name": "net_test_avrcp" 121 }, 122 { 123 "name": "net_test_btcore" 124 }, 125 { 126 "name": "net_test_btif_hh" 127 }, 128 { 129 "name": "net_test_btif_rc" 130 }, 131 { 132 "name": "net_test_btif_stack" 133 }, 134 { 135 "name": "net_test_btm_iso" 136 }, 137 { 138 "name": "net_test_btpackets" 139 }, 140 { 141 "name": "net_test_eatt" 142 }, 143 { 144 "name": "net_test_main_shim" 145 }, 146 { 147 "name": "net_test_osi" 148 }, 149 { 150 "name": "net_test_performance" 151 }, 152 { 153 "name": "net_test_stack_a2dp_native" 154 }, 155 { 156 "name": "net_test_stack_acl" 157 }, 158 { 159 "name": "net_test_stack_avdtp" 160 }, 161 { 162 "name": "net_test_stack_btm" 163 }, 164 { 165 "name": "net_test_stack_btu" 166 }, 167 { 168 "name": "net_test_stack_gatt" 169 }, 170 { 171 "name": "net_test_stack_gatt_native" 172 }, 173 { 174 "name": "net_test_stack_gatt_sr_hash_native" 175 }, 176 { 177 "name": "net_test_stack_hci" 178 }, 179 { 180 "name": "net_test_stack_hid" 181 }, 182 { 183 "name": "net_test_stack_l2cap" 184 }, 185 { 186 "name": "net_test_stack_rfcomm" 187 }, 188 { 189 "name": "net_test_stack_sdp" 190 }, 191 { 192 "name": "net_test_stack_smp" 193 }, 194 { 195 "name": "net_test_types" 196 } 197 ], 198 "hwasan-presubmit": [ 199 // android_test targets 200 { 201 "name": "CtsBluetoothTestCases" 202 }, 203 { 204 "name": "BluetoothInstrumentationTests" 205 }, 206 { 207 "name": "GoogleBluetoothInstrumentationTests" 208 }, 209 { 210 "name": "FrameworkBluetoothTests" 211 }, 212 { 213 "name": "ServiceBluetoothTests" 214 }, 215 // device only tests 216 // Broken 217 //{ 218 // "name": "bluetooth-test-audio-hal-interface" 219 //}, 220 { 221 "name": "net_test_audio_hearing_aid_hw" 222 }, 223 { 224 "name": "net_test_bluetooth" 225 }, 226 { 227 "name": "net_test_bta" 228 }, 229 { 230 "name": "net_test_bta_security" 231 }, 232 { 233 "name": "net_test_btif" 234 }, 235 { 236 "name": "net_test_btif_hf_client_service" 237 }, 238 { 239 "name": "net_test_btif_profile_queue" 240 }, 241 { 242 "name": "net_test_btif_avrcp_audio_track" 243 }, 244 { 245 "name": "net_test_device" 246 }, 247 { 248 "name": "net_test_device_iot_config" 249 }, 250 { 251 "name": "net_test_conn_multiplexing" 252 }, 253 { 254 "name": "net_test_stack" 255 }, 256 { 257 "name": "net_test_stack_ad_parser" 258 }, 259 // go/a-unit-tests tests (unit_test: true) 260 // Thoses test run on the host in the CI automatically. 261 // Run the one that are available on the device on the 262 // device as well 263 { 264 "name": "bluetooth_flatbuffer_tests" 265 }, 266 { 267 "name": "bluetooth_le_audio_test" 268 }, 269 { 270 "name": "bluetooth_test_common" 271 }, 272 { 273 "name": "bluetooth_vc_test" 274 }, 275 { 276 "name": "net_test_avrcp" 277 }, 278 { 279 "name": "net_test_btpackets" 280 }, 281 { 282 "name": "net_test_eatt" 283 }, 284 { 285 "name": "net_test_performance" 286 }, 287 { 288 "name": "net_test_stack_gatt_sr_hash_native" 289 }, 290 { 291 "name": "net_test_stack_rfcomm" 292 }, 293 { 294 "name": "net_test_stack_sdp" 295 }, 296 { 297 "name": "net_test_stack_smp" 298 }, 299 { 300 "name": "net_test_types" 301 } 302 ], 303 "postsubmit": [ 304 { 305 "name": "bluetooth_le_audio_codec_manager_test" 306 }, 307 { 308 "name": "bluetooth-test-audio-hal-a2dp-provider-info" 309 }, 310 { 311 "name": "net_test_bta_jv" 312 }, 313 { 314 "name": "net_test_stack_avctp" 315 }, 316 { 317 "name": "asrc_resampler_test" 318 } 319 ] 320} 321