blob: 122e627b7067df265656239584661b97bcb6f53f [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"},
71 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
72 {"exclude-annotation": "androidx.test.filters.FlakyTest"},
73 {"exclude-annotation": "org.junit.Ignore"}
74 ]
75 },
76 {
Robert Marcus0d9416e2023-07-21 16:39:19 +000077 "name": "ExtServicesUnitTests-tplus",
78 "options": [
79 {
80 "exclude-annotation": "androidx.test.filters.FlakyTest"
81 }
82 ]
83 },
84 {
85 "name": "ExtServicesUnitTests-sminus",
easoncylee90857ed2019-11-26 10:27:48 +080086 "options": [
87 {
88 "exclude-annotation": "androidx.test.filters.FlakyTest"
89 }
90 ]
91 },
92 {
easoncylee1620d242019-12-02 23:00:49 +080093 "name": "FrameworksCoreTests",
94 "options": [
95 {
96 "include-annotation": "android.platform.test.annotations.Presubmit"
97 },
98 {
99 "exclude-annotation": "androidx.test.filters.FlakyTest"
100 },
101 {
102 "exclude-annotation": "org.junit.Ignore"
103 }
104 ]
105 },
106 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +0000107 "name": "FrameworkPermissionTests",
108 "options": [
109 {
110 "include-annotation": "android.platform.test.annotations.Presubmit"
111 },
112 {
113 "exclude-annotation": "androidx.test.filters.FlakyTest"
114 },
115 {
116 "exclude-annotation": "org.junit.Ignore"
117 }
118 ]
119 },
120 {
Oli Lan42da9242021-02-08 10:55:07 +0000121 "name": "FrameworksInProcessTests",
122 "options": [
123 {
124 "exclude-annotation": "androidx.test.filters.FlakyTest"
125 },
126 {
127 "exclude-annotation": "org.junit.Ignore"
128 }
129 ]
easoncylee955d2102019-11-30 15:19:48 +0800130 }
Pavel Grafov56b86532019-10-30 19:40:27 +0000131 ],
132 "postsubmit-managedprofile-stress": [
133 {
134 "name": "ManagedProfileLifecycleStressTest"
135 }
James Mattis43c46812021-03-10 09:34:49 -0800136 ],
137 "auto-postsubmit": [
138 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
139 // automotive targets to avoid introducing additional test flake and build time. The plan for
140 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
141 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
142 // infra during the hardening phase.
143 // TODO: this tag to be removed once the above is no longer an issue.
144 {
145 "name": "FrameworksUiServicesTests",
146 "options": [
147 {
148 "exclude-annotation": "androidx.test.filters.FlakyTest"
149 }
150 ]
151 },
152 {
Robert Marcus0d9416e2023-07-21 16:39:19 +0000153 "name": "ExtServicesUnitTests-tplus",
154 "options": [
155 {
156 "exclude-annotation": "androidx.test.filters.FlakyTest"
157 }
158 ]
159 },
160 {
161 "name": "ExtServicesUnitTests-sminus",
James Mattis43c46812021-03-10 09:34:49 -0800162 "options": [
163 {
164 "exclude-annotation": "androidx.test.filters.FlakyTest"
165 }
166 ]
167 },
168 {
169 "name": "TestablesTests",
170 "options": [
171 {
172 "exclude-annotation": "androidx.test.filters.FlakyTest"
173 }
174 ]
175 },
176 {
177 "name": "FrameworksCoreTests",
178 "options": [
179 {
180 "include-annotation": "android.platform.test.annotations.Presubmit"
181 },
182 {
183 "exclude-annotation": "androidx.test.filters.FlakyTest"
184 },
185 {
186 "exclude-annotation": "org.junit.Ignore"
187 }
188 ]
189 },
190 {
191 "name": "FrameworksServicesTests",
192 "options": [
193 {
194 "include-annotation": "android.platform.test.annotations.Presubmit"
195 },
196 {
197 "exclude-annotation": "androidx.test.filters.FlakyTest"
198 },
199 {
200 "exclude-annotation": "org.junit.Ignore"
201 }
202 ]
Alex Buynytskyyd7c440b2022-11-23 20:40:38 +0000203 },
204 {
205 "name": "PackageManagerServiceServerTests",
206 "options": [
207 {
208 "include-annotation": "android.platform.test.annotations.Presubmit"
209 },
210 {
211 "exclude-annotation": "androidx.test.filters.FlakyTest"
212 },
213 {
214 "exclude-annotation": "org.junit.Ignore"
215 }
216 ]
James Mattis43c46812021-03-10 09:34:49 -0800217 }
Filipbe265d02023-02-06 23:54:00 +0000218 ],
219 "auto-features-postsubmit": [
220 // Test tag for automotive feature targets. These are only running in postsubmit.
221 // This tag is used in targeted test features testing to limit resource use.
222 // TODO(b/256932212): this tag to be removed once the above is no longer in use.
223 {
224 "name": "FrameworksMockingServicesTests",
225 "options": [
226 {
227 "include-filter": "com.android.server.pm.UserVisibilityMediatorSUSDTest"
228 },
229 {
230 "include-filter": "com.android.server.pm.UserVisibilityMediatorMUMDTest"
231 },
232 {
233 "include-filter": "com.android.server.pm.UserVisibilityMediatorMUPANDTest"
234 },
235 {
236 "exclude-annotation": "androidx.test.filters.FlakyTest"
237 },
238 {
239 "exclude-annotation": "org.junit.Ignore"
240 }
241 ]
242 }
James Mattis43c46812021-03-10 09:34:49 -0800243 ]
easoncylee955d2102019-11-30 15:19:48 +0800244}