-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTEST_MAPPING
More file actions
84 lines (84 loc) · 3.27 KB
/
TEST_MAPPING
File metadata and controls
84 lines (84 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
// See go/a-unit-tests
// Some tests are device only.
// Some tests are host enabled and run in the CI automatically. But we still
// want to run them on device too
{
"bt-mainline-presubmit": [
{ "name": "CtsBluetoothTestCases" },
{ "name": "BluetoothJavaUnitTests" },
{ "name": "GoogleBluetoothInstrumentationTests" },
{ "name": "FrameworkBluetoothTests" },
{ "name": "ServiceBluetoothTests" },
{ "name": "bluetooth_csis_test" },
{ "name": "bluetooth_groups_test" },
{ "name": "bluetooth_has_test" },
{ "name": "bluetooth_hh_test" },
{ "name": "bluetooth_packet_parser_test" },
{ "name": "bluetooth_ras_test" },
{ "name": "bluetooth-test-audio-hal-a2dp" },
{ "name": "bluetooth-test-audio-hal-aidl-leaudio-utils" },
{ "name": "bluetooth-test-audio-hal-hfp-client-interface" },
{ "name": "bluetooth-test-audio-hal-le-audio-software" },
{ "name": "bluetooth_test_broadcaster" },
{ "name": "bluetooth_test_broadcaster_state_machine" },
{ "name": "bluetooth_test_common" },
{ "name": "bluetooth_test_with_timerfd" },
{ "name": "bluetooth_vc_test" },
{ "name": "bt_host_test_bta_scn" },
{ "name": "libaptx_enc_tests" },
{ "name": "libaptxhd_enc_tests" },
{ "name": "libbluetooth_core_rs_test" },
{ "name": "libbluetooth_log_test" },
{ "name": "libbluetooth_offload_hci_test" }
],
"presubmit": [
// android_test targets
{ "name": "CtsBluetoothTestCases" },
{ "name": "CtsStrictJavaPackagesTestCases" },
{ "name": "BluetoothJavaUnitTests" },
{ "name": "BluetoothInstrumentationTests" },
{
"name": "GoogleBluetoothInstrumentationTests",
"keywords": ["internal"]
},
{ "name": "FrameworkBluetoothTests" },
{ "name": "ServiceBluetoothTests" },
{ "name": "bluetooth_csis_test" },
{ "name": "bluetooth_groups_test" },
{ "name": "bluetooth_has_test" },
{ "name": "bluetooth_hh_test" },
{ "name": "bluetooth_packet_parser_test" },
{ "name": "bluetooth_ras_test" },
{ "name": "bluetooth-test-audio-hal-a2dp" },
{ "name": "bluetooth-test-audio-hal-aidl-leaudio-utils" },
{ "name": "bluetooth-test-audio-hal-hfp-client-interface" },
{ "name": "bluetooth-test-audio-hal-le-audio-software" },
{ "name": "bluetooth_test_broadcaster" },
{ "name": "bluetooth_test_broadcaster_state_machine" },
{ "name": "bluetooth_test_common" },
{ "name": "bluetooth_test_with_timerfd" },
{ "name": "bluetooth_vc_test" },
{ "name": "bt_host_test_bta_scn" },
{ "name": "libaptx_enc_tests" },
{ "name": "libaptxhd_enc_tests" },
{ "name": "libbluetooth_core_rs_test" },
{ "name": "libbluetooth_log_test" },
{ "name": "libbluetooth_offload_hci_test" }
],
"hwasan-presubmit": [
{ "name": "CtsBluetoothTestCases" },
{ "name": "BluetoothJavaUnitTests" },
{ "name": "BluetoothInstrumentationTests" },
{ "name": "GoogleBluetoothInstrumentationTests" },
{ "name": "FrameworkBluetoothTests" },
{ "name": "ServiceBluetoothTests" },
{ "name": "bluetooth_test_common" },
{ "name": "bluetooth_vc_test" }
],
"postsubmit": [
{ "name": "audio_bluetooth_hw_test" },
{ "name": "bluetooth_audio_hal_version_test" },
{ "name": "libbluetooth_offload_leaudio_hci_test" },
{ "name": "net_test_bta_gatt" }
]
}