diff options
author | 2024-12-19 17:24:18 -0800 | |
---|---|---|
committer | 2024-12-19 17:33:43 -0800 | |
commit | b491ba40885b0f9b8201090afe92e83953d2e1b5 (patch) | |
tree | a2185d01bd01fba81d8de9323a96e1cd0166e27b /TEST_MAPPING | |
parent | 2b3855679e9c385292226b46a88940d2871d0ac6 (diff) |
Bt onboarding: setup mainline TEST_MAPPING
Define a new categories of test in TEST_MAPPING
This is a copy of "presubmit" minus BluetoothInstrumentationTests that
are override by GoogleBluetoothInstrumentationTests
Bug: 383863941
Test: m .
Flag: TEST_ONLY
Change-Id: Id253c5fca3a916ffafee39e480eff7587cb943e8
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 179 |
1 files changed, 179 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index bd98b7d91c..5fc31de514 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,4 +1,183 @@ { + "bt-mainline-presubmit": [ + { + "name": "CtsBluetoothTestCases" + }, + { + "name": "GoogleBluetoothInstrumentationTests" + }, + { + "name": "FrameworkBluetoothTests" + }, + { + "name": "ServiceBluetoothTests" + }, + { + "name": "net_test_audio_hearing_aid_hw" + }, + { + "name": "net_test_bluetooth" + }, + { + "name": "net_test_bta" + }, + { + "name": "net_test_bta_security" + }, + { + "name": "net_test_btif" + }, + { + "name": "net_test_btif_hf_client_service" + }, + { + "name": "net_test_btif_profile_queue" + }, + { + "name": "net_test_btif_avrcp_audio_track" + }, + { + "name": "net_test_device" + }, + { + "name": "net_test_device_iot_config" + }, + { + "name": "net_test_conn_multiplexing" + }, + { + "name": "net_test_hci" + }, + { + "name": "net_test_stack" + }, + { + "name": "net_test_stack_a2dp_codecs_native" + }, + { + "name": "net_test_stack_ad_parser" + }, + { + "name": "bluetooth_csis_test" + }, + { + "name": "bluetooth_flatbuffer_tests" + }, + { + "name": "bluetooth_groups_test" + }, + { + "name": "bluetooth_has_test" + }, + { + "name": "bluetooth_hh_test" + }, + { + "name": "bluetooth_le_audio_client_test" + }, + { + "name": "bluetooth_le_audio_test" + }, + { + "name": "bluetooth_packet_parser_test" + }, + { + "name": "bluetooth_test_broadcaster" + }, + { + "name": "bluetooth_test_broadcaster_state_machine" + }, + { + "name": "bluetooth_test_common" + }, + { + "name": "bluetooth_vc_test" + }, + { + "name": "libaptx_enc_tests" + }, + { + "name": "libaptxhd_enc_tests" + }, + { + "name": "net_test_avrcp" + }, + { + "name": "net_test_btcore" + }, + { + "name": "net_test_btif_hh" + }, + { + "name": "net_test_btif_rc" + }, + { + "name": "net_test_btif_stack" + }, + { + "name": "net_test_btm_iso" + }, + { + "name": "net_test_btpackets" + }, + { + "name": "net_test_eatt" + }, + { + "name": "net_test_main_shim" + }, + { + "name": "net_test_osi" + }, + { + "name": "net_test_performance" + }, + { + "name": "net_test_stack_a2dp_native" + }, + { + "name": "net_test_stack_acl" + }, + { + "name": "net_test_stack_avdtp" + }, + { + "name": "net_test_stack_btm" + }, + { + "name": "net_test_stack_btu" + }, + { + "name": "net_test_stack_gatt" + }, + { + "name": "net_test_stack_gatt_native" + }, + { + "name": "net_test_stack_gatt_sr_hash_native" + }, + { + "name": "net_test_stack_hci" + }, + { + "name": "net_test_stack_hid" + }, + { + "name": "net_test_stack_l2cap" + }, + { + "name": "net_test_stack_rfcomm" + }, + { + "name": "net_test_stack_sdp" + }, + { + "name": "net_test_stack_smp" + }, + { + "name": "net_test_types" + } + ], "presubmit": [ // android_test targets { |