-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathTEST_MAPPING
More file actions
191 lines (191 loc) · 4.47 KB
/
Copy pathTEST_MAPPING
File metadata and controls
191 lines (191 loc) · 4.47 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
// When adding or removing tests here, don't forget to amend _all_modules list in
// wireless/android/busytown/ath_config/configs/prod/avf/tests.gcl
{
// Tests would be run by treehugger to validate pending CLs on AVF repo.
// IMPORTANT NOTE: Prefer not adding new test here. avf-presubmit MUST finish
// within 30min, and pass rate should be 75% or above. Otherwise it would be
// demoted and we'll lose presubmit. (see: go/treehugger-slo-guide)
// We're already close to the limit, so please avoid adding new tests here.
// Instead, add your test case to existing test instead or consult with one of
// TEST_MAPPING file owners.
"avf-presubmit": [
{
"name": "MicrodroidHostTestCases"
},
{
"name": "ComposHostTestCases"
},
{
"name": "MicrodroidTestApp"
},
// Promoted to ensure AVF well with trunk stable
{
"name": "avf_backcompat_tests"
}
],
// Tests runs after CLs are submitted. All AVF tests and benchmarks are here.
// Failure wouldn't be droidmonitored nor block build promotion.
// (i.e. FVT + postsubmit.failure_status = INFO).
// This would run on wider range of branch/targets than avf-postsubmit.
"avf-postsubmit": [
{
"name": "MicrodroidHostTestCases"
},
{
"name": "ComposHostTestCases"
},
{
"name": "MicrodroidTestApp"
},
{
"name": "AvfRkpdAppIntegrationTests"
},
{
"name": "AvfRkpdVmAttestationTestApp"
},
{
"name": "MicrodroidTestAppNoPerm"
},
{
"name": "VmAttestationTestApp"
},
{
"name": "art_standalone_dexpreopt_tests"
},
{
"name": "composd_test"
},
{
"name": "composd_cmd.test"
},
{
"name": "compos_key_tests"
},
{
"name": "compos_verify.test"
},
{
"name": "initrd_bootconfig.test"
},
{
"name": "libapkzip.test"
},
{
"name": "libdice_driver_test"
},
{
"name": "old_images_avf_test"
},
{
"name": "odsign_e2e_tests_full"
},
{
"name": "AVFHostTestCases"
},
{
"name": "CustomPvmfwHostTestCases"
},
{
"name": "AvfRkpdAppGoogleIntegrationTests",
"keywords": ["internal"]
},
{
"name": "TerminalAppTests"
},
{
"name": "vm_accessor_test"
},
{
"name": "avf_early_vm_test"
},
{
"name": "MicrodroidBenchmarkApp"
},
{
"name": "ComposBenchmarkApp"
},
{
"name": "VmMultiTenancyTests"
},
{
"name": "CtsAppSearchTestCases"
}
],
"presubmit": [
{
"name": "CtsAppSearchTestCases"
}
],
"postsubmit": [
{
"name": "CtsMicrodroidDisabledTestCases"
}
],
"imports": [
{
"path": "packages/modules/Virtualization/guest/apkdmverity"
},
{
"path": "packages/modules/Virtualization/guest/encryptedstore"
},
{
"path": "packages/modules/Virtualization/android/virtmgr"
},
{
"path": "packages/modules/Virtualization/libs/apexutil"
},
{
"path": "packages/modules/Virtualization/libs/apkverify"
},
{
"path": "packages/modules/Virtualization/libs/capabilities"
},
{
"path": "packages/modules/Virtualization/libs/devicemapper"
},
{
"path": "packages/modules/Virtualization/libs/dice"
},
{
"path": "packages/modules/Virtualization/libs/libfdt"
},
{
"path": "packages/modules/Virtualization/libs/vbmeta"
},
{
"path": "packages/modules/Virtualization/tests/authfs"
},
{
"path": "packages/modules/Virtualization/guest/microdroid_manager"
},
{
"path": "packages/modules/Virtualization/guest/pvmfw"
},
{
"path": "packages/modules/Virtualization/guest/service_vm"
},
{
"path": "packages/modules/Virtualization/libs/libavf_attestation"
},
{
"path": "packages/modules/Virtualization/libs/libclient_vm_csr"
},
{
"path": "packages/modules/Virtualization/libs/libservice_vm_comm"
},
{
"path": "packages/modules/Virtualization/android/virtualizationservice"
},
{
"path": "packages/modules/Virtualization/android/vm"
},
{
"path": "packages/modules/Virtualization/tests/vmbase_example"
},
{
"path": "packages/modules/Virtualization/guest/zipfuse"
}
]
}
// When adding or removing tests here, don't forget to amend _all_modules list in
// wireless/android/busytown/ath_config/configs/prod/avf/tests.gcl