blob: d398fd807daf6074c94d99ae729bf8b496599fab [file] [log] [blame]
Jack Hecac30a22018-08-28 18:28:55 -07001{
2 "postsubmit" : [
3 {
Hansong Zhang49f6add2018-10-05 16:21:09 -07004 "name" : "bluetooth_test_common"
5 },
6 {
Jack Hecac30a22018-08-28 18:28:55 -07007 "name" : "bluetoothtbd_test"
8 },
9 {
10 "name" : "net_test_audio_a2dp_hw"
11 },
12 {
13 "name" : "net_test_avrcp"
14 },
15 {
16 "name" : "net_test_btcore"
17 },
18 {
19 "name" : "net_test_btif"
20 },
21 {
22 "name" : "net_test_btif_profile_queue"
23 },
24 {
25 "name" : "net_test_btpackets"
26 },
27 {
28 "name" : "net_test_device"
29 },
30 {
Ɓukasz Rymanowski3bde05c2020-05-09 01:26:11 +020031 "name" : "net_test_eatt"
32 },
33 {
Jack Hecac30a22018-08-28 18:28:55 -070034 "name" : "net_test_hci"
35 },
36 {
37 "name" : "net_test_performance"
38 },
39 {
40 "name" : "net_test_stack"
41 },
42 {
43 "name" : "net_test_stack_ad_parser"
44 },
45 {
46 "name" : "net_test_stack_multi_adv"
47 },
48 {
49 "name" : "net_test_stack_rfcomm"
50 },
51 {
52 "name" : "net_test_stack_smp"
53 },
54 {
55 "name" : "net_test_types"
Jack Hec1c0e7e2019-04-01 16:20:14 -070056 }
57 ],
58 "presubmit" : [
Dan Shidb073ac2018-12-14 17:17:40 -080059 {
Song Gaoe2253a52019-12-10 10:36:17 +080060 "name" : "net_test_hf_client_add_record"
61 },
62 {
63 "name" : "net_test_btif_hf_client_service"
Chris Manton40aea772020-11-27 09:30:58 -080064 },
65 {
William Escandeaf0d8fb2022-10-24 16:52:41 -070066 "name" : "libaptx_enc_tests"
67 },
68 {
69 "name" : "libaptxhd_enc_tests"
70 },
71 {
Chris Manton40aea772020-11-27 09:30:58 -080072 "name" : "net_test_stack_btm"
David Duartea830e612022-11-03 21:02:26 +000073 },
74 {
75 "name" : "BluetoothInstrumentationTests",
76 "options" : [{
77 // b/259422308
78 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_MSG_CONNECT_TIMEOUT"
79 }, {
80 // b/259422308
81 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_MSG_SHARE_INTERRUPTED_batchFailed"
82 }, {
83 // b/259422308
84 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_TRANSPORT_ERROR_connectThreadIsNull"
85 }, {
86 // b/259422308
87 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#onBatchCanceled_checkStatus"
88 }, {
89 // b/259422308
90 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppUtilityTest#openReceivedFile_fileNotExist"
91 }]
92 },
93 {
94 "name" : "GoogleBluetoothInstrumentationTests",
95 "options" : [{
96 // b/259422308
97 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_MSG_CONNECT_TIMEOUT"
98 }, {
99 // b/259422308
100 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_MSG_SHARE_INTERRUPTED_batchFailed"
101 }, {
102 // b/259422308
103 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#eventHandler_handleMessage_TRANSPORT_ERROR_connectThreadIsNull"
104 }, {
105 // b/259422308
106 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppTransferTest#onBatchCanceled_checkStatus"
107 }, {
108 // b/259422308
109 "exclude-filter" : "com.android.bluetooth.opp.BluetoothOppUtilityTest#openReceivedFile_fileNotExist"
110 }]
111 },
112 {
113 "name" : "FrameworkBluetoothTests"
114 },
115 {
116 "name" : "ServiceBluetoothTests"
Jack Hecac30a22018-08-28 18:28:55 -0700117 }
118 ]
119}