1{ 2 "bt-mainline-presubmit": [ 3 { 4 "name": "CtsBluetoothTestCases" 5 }, 6 { 7 "name": "BluetoothJavaUnitTests" 8 }, 9 { 10 "name": "GoogleBluetoothInstrumentationTests" 11 }, 12 { 13 "name": "FrameworkBluetoothTests" 14 }, 15 { 16 "name": "ServiceBluetoothTests" 17 }, 18 // Device only tests 19 // Broken 20 //{ 21 // "name": "bluetooth-test-audio-hal-interface" 22 //}, 23 { 24 "name": "net_test_bluetooth" 25 }, 26 { 27 "name": "net_test_btif_hf_client_service" 28 }, 29 { 30 "name": "net_test_btif_profile_queue" 31 }, 32 { 33 "name": "net_test_device" 34 }, 35 { 36 "name": "net_test_device_iot_config" 37 }, 38 { 39 "name": "net_test_hci" 40 }, 41 { 42 "name": "net_test_stack" 43 }, 44 { 45 "name": "net_test_stack_ad_parser" 46 }, 47 // go/a-unit-tests tests 48 // Thoses test run on the host in the CI automatically. 49 // Run the one that are available on the device on the 50 // device as well 51 { 52 "name": "bluetooth_csis_test" 53 }, 54 { 55 "name": "bluetooth_groups_test" 56 }, 57 { 58 "name": "bluetooth_has_test" 59 }, 60 { 61 "name": "bluetooth_hh_test" 62 }, 63 { 64 "name": "bluetooth_le_audio_client_test" 65 }, 66 { 67 "name": "bluetooth_le_audio_codec_manager_test" 68 }, 69 { 70 "name": "bluetooth_le_audio_test" 71 }, 72 { 73 "name": "bluetooth_packet_parser_test" 74 }, 75 { 76 "name": "bluetooth_ras_test" 77 }, 78 { 79 "name": "bluetooth-test-audio-hal-a2dp-provider-info" 80 }, 81 { 82 "name": "bluetooth-test-audio-hal-aidl-leaudio-utils" 83 }, 84 { 85 "name": "bluetooth-test-audio-hal-hfp-client-interface" 86 }, 87 { 88 "name": "bluetooth-test-audio-hal-le-audio-software" 89 }, 90 { 91 "name": "bluetooth_test_broadcaster" 92 }, 93 { 94 "name": "bluetooth_test_broadcaster_state_machine" 95 }, 96 { 97 "name": "bluetooth_test_common" 98 }, 99 { 100 "name": "bluetooth_test_with_timerfd" 101 }, 102 { 103 "name": "bluetooth_vc_test" 104 }, 105 { 106 "name": "bt_host_test_bta_scn" 107 }, 108 { 109 "name": "libaptx_enc_tests" 110 }, 111 { 112 "name": "libaptxhd_enc_tests" 113 }, 114 { 115 "name": "libbluetooth_core_rs_test" 116 }, 117 { 118 "name": "libbluetooth_log_test" 119 }, 120 { 121 "name": "libbluetooth_offload_hci_test" 122 }, 123 { 124 "name": "net_test_avrcp" 125 }, 126 { 127 "name": "net_test_bta" 128 }, 129 { 130 "name": "net_test_bta_jv" 131 }, 132 { 133 "name": "net_test_bta_security" 134 }, 135 { 136 "name": "net_test_btif" 137 }, 138 { 139 "name": "net_test_btif_avrcp_audio_track" 140 }, 141 { 142 "name": "net_test_btif_hh" 143 }, 144 { 145 "name": "net_test_btif_rc" 146 }, 147 { 148 "name": "net_test_btif_stack" 149 }, 150 { 151 "name": "net_test_btm_iso" 152 }, 153 { 154 "name": "net_test_btpackets" 155 }, 156 { 157 "name": "net_test_conn_multiplexing" 158 }, 159 { 160 "name": "net_test_eatt" 161 }, 162 { 163 "name": "net_test_main_shim" 164 }, 165 { 166 "name": "net_test_osi" 167 }, 168 { 169 "name": "net_test_performance" 170 }, 171 { 172 "name": "net_test_stack_acl" 173 }, 174 { 175 "name": "net_test_stack_a2dp_codecs_native" 176 }, 177 { 178 "name": "net_test_stack_avctp" 179 }, 180 { 181 "name": "net_test_stack_avdtp" 182 }, 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_rnr" 212 }, 213 { 214 "name": "net_test_stack_sdp" 215 }, 216 { 217 "name": "net_test_stack_smp" 218 }, 219 { 220 "name": "net_test_types" 221 } 222 ], 223 "presubmit": [ 224 // android_test targets 225 { 226 "name": "CtsBluetoothTestCases" 227 }, 228 { 229 "name": "CtsStrictJavaPackagesTestCases" 230 }, 231 { 232 "name": "BluetoothJavaUnitTests" 233 }, 234 { 235 "name": "BluetoothInstrumentationTests" 236 }, 237 { 238 "name": "GoogleBluetoothInstrumentationTests", 239 "keywords": ["internal"] 240 }, 241 { 242 "name": "FrameworkBluetoothTests" 243 }, 244 { 245 "name": "ServiceBluetoothTests" 246 }, 247 // Device only tests 248 // Broken 249 //{ 250 // "name": "bluetooth-test-audio-hal-interface" 251 //}, 252 { 253 "name": "net_test_bluetooth" 254 }, 255 { 256 "name": "net_test_btif_hf_client_service" 257 }, 258 { 259 "name": "net_test_btif_profile_queue" 260 }, 261 { 262 "name": "net_test_device" 263 }, 264 { 265 "name": "net_test_device_iot_config" 266 }, 267 { 268 "name": "net_test_hci" 269 }, 270 { 271 "name": "net_test_stack" 272 }, 273 { 274 "name": "net_test_stack_ad_parser" 275 }, 276 // go/a-unit-tests tests 277 // Thoses test run on the host in the CI automatically. 278 // Run the one that are available on the device on the 279 // device as well 280 { 281 "name": "bluetooth_csis_test" 282 }, 283 { 284 "name": "bluetooth_groups_test" 285 }, 286 { 287 "name": "bluetooth_has_test" 288 }, 289 { 290 "name": "bluetooth_hh_test" 291 }, 292 { 293 "name": "bluetooth_le_audio_client_test" 294 }, 295 { 296 "name": "bluetooth_le_audio_codec_manager_test" 297 }, 298 { 299 "name": "bluetooth_le_audio_test" 300 }, 301 { 302 "name": "bluetooth_packet_parser_test" 303 }, 304 { 305 "name": "bluetooth_ras_test" 306 }, 307 { 308 "name": "bluetooth-test-audio-hal-a2dp-provider-info" 309 }, 310 { 311 "name": "bluetooth-test-audio-hal-aidl-leaudio-utils" 312 }, 313 { 314 "name": "bluetooth-test-audio-hal-hfp-client-interface" 315 }, 316 { 317 "name": "bluetooth-test-audio-hal-le-audio-software" 318 }, 319 { 320 "name": "bluetooth_test_broadcaster" 321 }, 322 { 323 "name": "bluetooth_test_broadcaster_state_machine" 324 }, 325 { 326 "name": "bluetooth_test_common" 327 }, 328 { 329 "name": "bluetooth_test_with_timerfd" 330 }, 331 { 332 "name": "bluetooth_vc_test" 333 }, 334 { 335 "name": "bt_host_test_bta_scn" 336 }, 337 { 338 "name": "libaptx_enc_tests" 339 }, 340 { 341 "name": "libaptxhd_enc_tests" 342 }, 343 { 344 "name": "libbluetooth_core_rs_test" 345 }, 346 { 347 "name": "libbluetooth_log_test" 348 }, 349 { 350 "name": "libbluetooth_offload_hci_test" 351 }, 352 { 353 "name": "net_test_avrcp" 354 }, 355 { 356 "name": "net_test_bta" 357 }, 358 { 359 "name": "net_test_bta_jv" 360 }, 361 { 362 "name": "net_test_bta_security" 363 }, 364 { 365 "name": "net_test_btif" 366 }, 367 { 368 "name": "net_test_btif_avrcp_audio_track" 369 }, 370 { 371 "name": "net_test_btif_hh" 372 }, 373 { 374 "name": "net_test_btif_rc" 375 }, 376 { 377 "name": "net_test_btif_stack" 378 }, 379 { 380 "name": "net_test_btm_iso" 381 }, 382 { 383 "name": "net_test_btpackets" 384 }, 385 { 386 "name": "net_test_conn_multiplexing" 387 }, 388 { 389 "name": "net_test_eatt" 390 }, 391 { 392 "name": "net_test_main_shim" 393 }, 394 { 395 "name": "net_test_osi" 396 }, 397 { 398 "name": "net_test_performance" 399 }, 400 { 401 "name": "net_test_stack_acl" 402 }, 403 { 404 "name": "net_test_stack_a2dp_codecs_native" 405 }, 406 { 407 "name": "net_test_stack_avctp" 408 }, 409 { 410 "name": "net_test_stack_avdtp" 411 }, 412 { 413 "name": "net_test_stack_btm" 414 }, 415 { 416 "name": "net_test_stack_btu" 417 }, 418 { 419 "name": "net_test_stack_gatt" 420 }, 421 { 422 "name": "net_test_stack_gatt_native" 423 }, 424 { 425 "name": "net_test_stack_gatt_sr_hash_native" 426 }, 427 { 428 "name": "net_test_stack_hci" 429 }, 430 { 431 "name": "net_test_stack_hid" 432 }, 433 { 434 "name": "net_test_stack_l2cap" 435 }, 436 { 437 "name": "net_test_stack_rfcomm" 438 }, 439 { 440 "name": "net_test_stack_rnr" 441 }, 442 { 443 "name": "net_test_stack_sdp" 444 }, 445 { 446 "name": "net_test_stack_smp" 447 }, 448 { 449 "name": "net_test_types" 450 } 451 ], 452 "hwasan-presubmit": [ 453 // android_test targets 454 { 455 "name": "CtsBluetoothTestCases" 456 }, 457 { 458 "name": "BluetoothJavaUnitTests" 459 }, 460 { 461 "name": "BluetoothInstrumentationTests" 462 }, 463 { 464 "name": "GoogleBluetoothInstrumentationTests" 465 }, 466 { 467 "name": "FrameworkBluetoothTests" 468 }, 469 { 470 "name": "ServiceBluetoothTests" 471 }, 472 // device only tests 473 // Broken 474 //{ 475 // "name": "bluetooth-test-audio-hal-interface" 476 //}, 477 { 478 "name": "net_test_bluetooth" 479 }, 480 { 481 "name": "net_test_bta" 482 }, 483 { 484 "name": "net_test_bta_security" 485 }, 486 { 487 "name": "net_test_btif" 488 }, 489 { 490 "name": "net_test_btif_hf_client_service" 491 }, 492 { 493 "name": "net_test_btif_profile_queue" 494 }, 495 { 496 "name": "net_test_btif_avrcp_audio_track" 497 }, 498 { 499 "name": "net_test_device" 500 }, 501 { 502 "name": "net_test_device_iot_config" 503 }, 504 { 505 "name": "net_test_conn_multiplexing" 506 }, 507 { 508 "name": "net_test_stack" 509 }, 510 { 511 "name": "net_test_stack_ad_parser" 512 }, 513 // go/a-unit-tests tests 514 // Thoses test run on the host in the CI automatically. 515 // Run the one that are available on the device on the 516 // device as well 517 { 518 "name": "bluetooth_le_audio_test" 519 }, 520 { 521 "name": "bluetooth_test_common" 522 }, 523 { 524 "name": "bluetooth_vc_test" 525 }, 526 { 527 "name": "net_test_avrcp" 528 }, 529 { 530 "name": "net_test_btpackets" 531 }, 532 { 533 "name": "net_test_eatt" 534 }, 535 { 536 "name": "net_test_performance" 537 }, 538 { 539 "name": "net_test_stack_gatt_sr_hash_native" 540 }, 541 { 542 "name": "net_test_stack_rfcomm" 543 }, 544 { 545 "name": "net_test_stack_sdp" 546 }, 547 { 548 "name": "net_test_stack_smp" 549 }, 550 { 551 "name": "net_test_types" 552 } 553 ], 554 "postsubmit": [ 555 { 556 "name": "audio_bluetooth_hw_test" 557 }, 558 { 559 "name": "bluetooth_audio_hal_version_test" 560 }, 561 { 562 "name": "libbluetooth_offload_leaudio_hci_test" 563 }, 564 { 565 "name": "net_test_bta_gatt" 566 } 567 ] 568} 569