-
Notifications
You must be signed in to change notification settings - Fork 1
/
TEST_MAPPING
85 lines (85 loc) · 1.33 KB
/
TEST_MAPPING
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
85
{
"postsubmit" : [
{
"name" : "bluetooth_test_common"
},
{
"name" : "bluetoothtbd_test"
},
{
"name" : "net_test_audio_a2dp_hw"
},
{
"name" : "net_test_avrcp"
},
{
"name" : "net_test_btcore"
},
{
"name" : "net_test_btif"
},
{
"name" : "net_test_btif_profile_queue"
},
{
"name" : "net_test_btpackets"
},
{
"name" : "net_test_device"
},
{
"name" : "net_test_hci"
},
{
"name" : "net_test_performance"
},
{
"name" : "net_test_stack"
},
{
"name" : "net_test_stack_ad_parser"
},
{
"name" : "net_test_stack_multi_adv"
},
{
"name" : "net_test_stack_rfcomm"
},
{
"name" : "net_test_stack_smp"
},
{
"name" : "net_test_types"
}
],
"presubmit" : [
{
"name" : "bluetooth_test_common",
"host" : true
},
{
"name" : "bluetoothtbd_test",
"host" : true
},
{
"name" : "net_test_avrcp",
"host" : true
},
{
"name" : "net_test_btcore",
"host" : true
},
{
"name" : "net_test_btpackets",
"host" : true
},
{
"name" : "net_test_types",
"host" : true
},
{
"name" : "net_test_btif_rc",
"host" : true
}
]
}