• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    // android_test targets
4    {
5      "name": "CtsBluetoothTestCases"
6    },
7    {
8      "name": "BluetoothInstrumentationTests"
9    },
10    //{
11    //  "name": "GoogleBluetoothInstrumentationTests"
12    //},
13    //{
14    //  "name": "FrameworkBluetoothTests"
15    //},
16    //{
17    //  "name": "ServiceBluetoothTests"
18    //},
19    // device only tests
20    // Broken
21    //{
22    //  "name": "bluetooth-test-audio-hal-interface"
23    //},
24    {
25      "name": "net_test_audio_a2dp_hw"
26    },
27    {
28      "name": "net_test_audio_hearing_aid_hw"
29    },
30    {
31      "name": "net_test_bluetooth"
32    },
33    {
34      "name": "net_test_bta"
35    },
36    {
37      "name": "net_test_bta_security"
38    },
39    {
40      "name": "net_test_btif"
41    },
42    {
43      "name": "net_test_btif_hf_client_service"
44    },
45    {
46      "name": "net_test_btif_profile_queue"
47    },
48    {
49      "name": "net_test_btif_avrcp_audio_track"
50    },
51    {
52      "name": "net_test_device"
53    },
54    {
55      "name": "net_test_device_iot_config"
56    },
57    {
58      "name": "net_test_gatt_conn_multiplexing"
59    },
60    {
61      "name": "net_test_hci"
62    },
63    {
64      "name": "net_test_stack"
65    },
66    {
67      "name": "net_test_stack_a2dp_codecs_native"
68    },
69    {
70      "name": "net_test_stack_ad_parser"
71    },
72    {
73      "name": "net_test_stack_multi_adv"
74    },
75    // go/a-unit-tests tests (unit_test: true)
76    // Thoses test run on the host in the CI automatically.
77    // Run the one that are available on the device on the
78    // device as well
79    {
80      "name": "bluetooth_csis_test"
81    },
82    {
83      "name": "bluetooth_flatbuffer_tests"
84    },
85    {
86      "name": "bluetooth_groups_test"
87    },
88    {
89      "name": "bluetooth_has_test"
90    },
91    {
92      "name": "bluetooth_hh_test"
93    },
94    {
95      "name": "bluetooth_le_audio_client_test"
96    },
97    {
98      "name": "bluetooth_le_audio_test"
99    },
100    {
101      "name": "bluetooth_packet_parser_test"
102    },
103    {
104      "name": "bluetooth_test_broadcaster"
105    },
106    {
107      "name": "bluetooth_test_broadcaster_state_machine"
108    },
109    {
110      "name": "bluetooth_test_common"
111    },
112    {
113      "name": "bluetooth_test_gd_unit"
114    },
115    {
116      "name": "bluetooth_test_sdp"
117    },
118    {
119      "name": "bluetooth_vc_test"
120    },
121    {
122      "name": "bt_host_test_bta"
123    },
124    {
125      "name": "libaptx_enc_tests"
126    },
127    {
128      "name": "libaptxhd_enc_tests"
129    },
130    {
131      "name": "net_test_avrcp"
132    },
133    {
134      "name": "net_test_btcore"
135    },
136    {
137      "name": "net_test_btif_config_cache"
138    },
139    {
140      "name": "net_test_btif_hh"
141    },
142    {
143      "name": "net_test_btif_rc"
144    },
145    {
146      "name": "net_test_btif_stack"
147    },
148    {
149      "name": "net_test_btm_iso"
150    },
151    {
152      "name": "net_test_btpackets"
153    },
154    {
155      "name": "net_test_eatt"
156    },
157    {
158      "name": "net_test_hci_fragmenter_native"
159    },
160    {
161      "name": "net_test_main_shim"
162    },
163    {
164      "name": "net_test_osi"
165    },
166    {
167      "name": "net_test_performance"
168    },
169    {
170      "name": "net_test_stack_a2dp_native"
171    },
172    {
173      "name": "net_test_stack_acl"
174    },
175    {
176      "name": "net_test_stack_avdtp"
177    },
178    {
179      "name": "net_test_stack_btm"
180    },
181    {
182      "name": "net_test_stack_btu"
183    },
184    {
185      "name": "net_test_stack_gatt"
186    },
187    {
188      "name": "net_test_stack_gatt_native"
189    },
190    {
191      "name": "net_test_stack_gatt_sr_hash_native"
192    },
193    {
194      "name": "net_test_stack_hci"
195    },
196    {
197      "name": "net_test_stack_hid"
198    },
199    {
200      "name": "net_test_stack_l2cap"
201    },
202    {
203      "name": "net_test_stack_rfcomm"
204    },
205    {
206      "name": "net_test_stack_sdp"
207    },
208    {
209      "name": "net_test_stack_smp"
210    },
211    {
212      "name": "net_test_types"
213    }
214  ],
215  "hwasan-presubmit": [
216    // android_test targets
217    {
218      "name": "CtsBluetoothTestCases"
219    },
220    {
221      "name": "BluetoothInstrumentationTests"
222    },
223    //{
224    //  "name": "GoogleBluetoothInstrumentationTests"
225    //},
226    //{
227    //  "name": "FrameworkBluetoothTests"
228    //},
229    //{
230    //  "name": "ServiceBluetoothTests"
231    //},
232    // device only tests
233    // Broken
234    //{
235    //  "name": "bluetooth-test-audio-hal-interface"
236    //},
237    {
238      "name": "net_test_audio_a2dp_hw"
239    },
240    {
241      "name": "net_test_audio_hearing_aid_hw"
242    },
243    {
244      "name": "net_test_bluetooth"
245    },
246    {
247      "name": "net_test_bta"
248    },
249    {
250      "name": "net_test_bta_security"
251    },
252    {
253      "name": "net_test_btif"
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_btif_avrcp_audio_track"
263    },
264    {
265      "name": "net_test_device"
266    },
267    {
268      "name": "net_test_device_iot_config"
269    },
270    {
271      "name": "net_test_gatt_conn_multiplexing"
272    },
273    {
274      "name": "net_test_hci"
275    },
276    {
277      "name": "net_test_stack"
278    },
279    {
280      "name": "net_test_stack_a2dp_codecs_native"
281    },
282    {
283      "name": "net_test_stack_ad_parser"
284    },
285    {
286      "name": "net_test_stack_multi_adv"
287    },
288    // go/a-unit-tests tests (unit_test: true)
289    // Thoses test run on the host in the CI automatically.
290    // Run the one that are available on the device on the
291    // device as well
292    {
293      "name": "bluetooth_csis_test"
294    },
295    {
296      "name": "bluetooth_flatbuffer_tests"
297    },
298    {
299      "name": "bluetooth_groups_test"
300    },
301    {
302      "name": "bluetooth_has_test"
303    },
304    {
305      "name": "bluetooth_hh_test"
306    },
307    {
308      "name": "bluetooth_le_audio_client_test"
309    },
310    // b/271319421
311    // {
312    //   "name": "bluetooth_le_audio_test"
313    // },
314    {
315      "name": "bluetooth_packet_parser_test"
316    },
317    {
318      "name": "bluetooth_test_broadcaster"
319    },
320    {
321      "name": "bluetooth_test_broadcaster_state_machine"
322    },
323    {
324      "name": "bluetooth_test_common"
325    },
326    {
327      "name": "bluetooth_test_gd_unit"
328    },
329    {
330      "name": "bluetooth_test_sdp"
331    },
332    {
333      "name": "bluetooth_vc_test"
334    },
335    {
336      "name": "bt_host_test_bta"
337    },
338    {
339      "name": "libaptx_enc_tests"
340    },
341    {
342      "name": "libaptxhd_enc_tests"
343    },
344    {
345      "name": "net_test_avrcp"
346    },
347    {
348      "name": "net_test_btcore"
349    },
350    {
351      "name": "net_test_btif_config_cache"
352    },
353    {
354      "name": "net_test_btif_hh"
355    },
356    {
357      "name": "net_test_btif_rc"
358    },
359    {
360      "name": "net_test_btif_stack"
361    },
362    {
363      "name": "net_test_btm_iso"
364    },
365    {
366      "name": "net_test_btpackets"
367    },
368    {
369      "name": "net_test_eatt"
370    },
371    {
372      "name": "net_test_hci_fragmenter_native"
373    },
374    {
375      "name": "net_test_main_shim"
376    },
377    {
378      "name": "net_test_osi"
379    },
380    {
381      "name": "net_test_performance"
382    },
383    {
384      "name": "net_test_stack_a2dp_native"
385    },
386    {
387      "name": "net_test_stack_acl"
388    },
389    {
390      "name": "net_test_stack_avdtp"
391    },
392    {
393      "name": "net_test_stack_btm"
394    },
395    {
396      "name": "net_test_stack_btu"
397    },
398    {
399      "name": "net_test_stack_gatt"
400    },
401    {
402      "name": "net_test_stack_gatt_native"
403    },
404    {
405      "name": "net_test_stack_gatt_sr_hash_native"
406    },
407    {
408      "name": "net_test_stack_hci"
409    },
410    {
411      "name": "net_test_stack_hid"
412    },
413    {
414      "name": "net_test_stack_l2cap"
415    },
416    {
417      "name": "net_test_stack_rfcomm"
418    },
419    {
420      "name": "net_test_stack_sdp"
421    },
422    {
423      "name": "net_test_stack_smp"
424    },
425    {
426      "name": "net_test_types"
427    }
428  ]
429}
430