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