blob: 3409838b5611574bacfa15562b24a9ec8738ea18 [file] [log] [blame]
easoncylee955d2102019-11-30 15:19:48 +08001{
easoncyleef994d122021-04-19 14:32:38 +08002 "presubmit-large": [
3 {
4 "name": "FrameworksServicesTests",
5 "options": [
6 {
7 "include-annotation": "android.platform.test.annotations.Presubmit"
8 },
9 {
10 "exclude-annotation": "androidx.test.filters.FlakyTest"
11 },
12 {
13 "exclude-annotation": "org.junit.Ignore"
14 }
15 ]
16 }
17 ],
Alex Buynytskyyd7c440b2022-11-23 20:40:38 +000018 "presubmit-pm": [
19 {
20 "name": "PackageManagerServiceServerTests",
21 "options": [
22 {
23 "include-annotation": "android.platform.test.annotations.Presubmit"
24 },
25 {
26 "exclude-annotation": "androidx.test.filters.FlakyTest"
27 },
28 {
29 "exclude-annotation": "org.junit.Ignore"
30 }
31 ]
32 }
33 ],
easoncylee955d2102019-11-30 15:19:48 +080034 "presubmit": [
35 {
easoncylee6d9b0f72022-04-18 19:16:20 +080036 "name": "ManagedProvisioningTests",
37 "options": [
38 {
39 "exclude-annotation": "androidx.test.filters.FlakyTest"
40 }
41 ]
42 },
43 {
satayevbf954972021-12-16 14:37:41 +000044 "file_patterns": [
45 "ApexManager\\.java",
46 "SystemServer\\.java",
47 "services/tests/apexsystemservices/.*"
48 ],
49 "name": "ApexSystemServicesTestCases",
50 "options": [
51 {
52 "exclude-annotation": "androidx.test.filters.FlakyTest"
satayev0f5539b2022-02-08 15:15:57 +000053 },
54 {
55 "exclude-annotation": "org.junit.Ignore"
satayevbf954972021-12-16 14:37:41 +000056 }
57 ]
58 },
59 {
easoncylee955d2102019-11-30 15:19:48 +080060 "name": "FrameworksUiServicesTests",
61 "options": [
62 {
63 "exclude-annotation": "androidx.test.filters.FlakyTest"
64 }
65 ]
easoncylee90857ed2019-11-26 10:27:48 +080066 },
67 {
Adrian Roos58825492023-03-10 16:32:06 +000068 "name": "FrameworksInputMethodSystemServerTests",
69 "options": [
70 {"include-filter": "com.android.server.inputmethod"},
Adrian Roos58825492023-03-10 16:32:06 +000071 {"exclude-annotation": "androidx.test.filters.FlakyTest"},
72 {"exclude-annotation": "org.junit.Ignore"}
73 ]
74 },
75 {
Robert Marcus0d9416e2023-07-21 16:39:19 +000076 "name": "ExtServicesUnitTests-tplus",
77 "options": [
78 {
79 "exclude-annotation": "androidx.test.filters.FlakyTest"
80 }
81 ]
82 },
83 {
84 "name": "ExtServicesUnitTests-sminus",
easoncylee90857ed2019-11-26 10:27:48 +080085 "options": [
86 {
87 "exclude-annotation": "androidx.test.filters.FlakyTest"
88 }
89 ]
90 },
91 {
easoncylee1620d242019-12-02 23:00:49 +080092 "name": "FrameworksCoreTests",
93 "options": [
94 {
95 "include-annotation": "android.platform.test.annotations.Presubmit"
96 },
97 {
98 "exclude-annotation": "androidx.test.filters.FlakyTest"
99 },
100 {
101 "exclude-annotation": "org.junit.Ignore"
102 }
103 ]
104 },
105 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +0000106 "name": "FrameworkPermissionTests",
107 "options": [
108 {
109 "include-annotation": "android.platform.test.annotations.Presubmit"
110 },
111 {
112 "exclude-annotation": "androidx.test.filters.FlakyTest"
113 },
114 {
115 "exclude-annotation": "org.junit.Ignore"
116 }
117 ]
118 },
119 {
Oli Lan42da9242021-02-08 10:55:07 +0000120 "name": "FrameworksInProcessTests",
121 "options": [
122 {
123 "exclude-annotation": "androidx.test.filters.FlakyTest"
124 },
125 {
126 "exclude-annotation": "org.junit.Ignore"
127 }
128 ]
easoncylee955d2102019-11-30 15:19:48 +0800129 }
Pavel Grafov56b86532019-10-30 19:40:27 +0000130 ],
Makoto Onuki743a58a2023-11-09 12:46:31 -0800131 "postsubmit-ravenwood": [
132 // TODO(ravenwood) promote it to presubmit
133 // TODO: Enable it once the infra knows how to run it.
134// {
135// "name": "CtsUtilTestCasesRavenwood",
136// "file_patterns": [
137// "*Ravenwood*",
138// "*ravenwood*"
139// ]
140// }
141 ],
Pavel Grafov56b86532019-10-30 19:40:27 +0000142 "postsubmit-managedprofile-stress": [
143 {
144 "name": "ManagedProfileLifecycleStressTest"
145 }
James Mattis43c46812021-03-10 09:34:49 -0800146 ],
147 "auto-postsubmit": [
148 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
149 // automotive targets to avoid introducing additional test flake and build time. The plan for
150 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
151 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
152 // infra during the hardening phase.
153 // TODO: this tag to be removed once the above is no longer an issue.
154 {
155 "name": "FrameworksUiServicesTests",
156 "options": [
157 {
158 "exclude-annotation": "androidx.test.filters.FlakyTest"
159 }
160 ]
161 },
162 {
Robert Marcus0d9416e2023-07-21 16:39:19 +0000163 "name": "ExtServicesUnitTests-tplus",
164 "options": [
165 {
166 "exclude-annotation": "androidx.test.filters.FlakyTest"
167 }
168 ]
169 },
170 {
171 "name": "ExtServicesUnitTests-sminus",
James Mattis43c46812021-03-10 09:34:49 -0800172 "options": [
173 {
174 "exclude-annotation": "androidx.test.filters.FlakyTest"
175 }
176 ]
177 },
178 {
179 "name": "TestablesTests",
180 "options": [
181 {
182 "exclude-annotation": "androidx.test.filters.FlakyTest"
183 }
184 ]
185 },
186 {
187 "name": "FrameworksCoreTests",
188 "options": [
189 {
190 "include-annotation": "android.platform.test.annotations.Presubmit"
191 },
192 {
193 "exclude-annotation": "androidx.test.filters.FlakyTest"
194 },
195 {
196 "exclude-annotation": "org.junit.Ignore"
197 }
198 ]
199 },
200 {
201 "name": "FrameworksServicesTests",
202 "options": [
203 {
204 "include-annotation": "android.platform.test.annotations.Presubmit"
205 },
206 {
207 "exclude-annotation": "androidx.test.filters.FlakyTest"
208 },
209 {
210 "exclude-annotation": "org.junit.Ignore"
211 }
212 ]
Alex Buynytskyyd7c440b2022-11-23 20:40:38 +0000213 },
214 {
215 "name": "PackageManagerServiceServerTests",
216 "options": [
217 {
218 "include-annotation": "android.platform.test.annotations.Presubmit"
219 },
220 {
221 "exclude-annotation": "androidx.test.filters.FlakyTest"
222 },
223 {
224 "exclude-annotation": "org.junit.Ignore"
225 }
226 ]
James Mattis43c46812021-03-10 09:34:49 -0800227 }
Filipbe265d02023-02-06 23:54:00 +0000228 ],
229 "auto-features-postsubmit": [
230 // Test tag for automotive feature targets. These are only running in postsubmit.
231 // This tag is used in targeted test features testing to limit resource use.
232 // TODO(b/256932212): this tag to be removed once the above is no longer in use.
233 {
234 "name": "FrameworksMockingServicesTests",
235 "options": [
236 {
237 "include-filter": "com.android.server.pm.UserVisibilityMediatorSUSDTest"
238 },
239 {
240 "include-filter": "com.android.server.pm.UserVisibilityMediatorMUMDTest"
241 },
242 {
243 "include-filter": "com.android.server.pm.UserVisibilityMediatorMUPANDTest"
244 },
245 {
246 "exclude-annotation": "androidx.test.filters.FlakyTest"
247 },
248 {
249 "exclude-annotation": "org.junit.Ignore"
250 }
251 ]
252 }
James Mattis43c46812021-03-10 09:34:49 -0800253 ]
easoncylee955d2102019-11-30 15:19:48 +0800254}