blob: 8338c3340ac471167f89f0762b62178d24f4d2ba [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 {
easoncylee90857ed2019-11-26 10:27:48 +080077 "name": "ExtServicesUnitTests",
78 "options": [
79 {
80 "exclude-annotation": "androidx.test.filters.FlakyTest"
81 }
82 ]
83 },
84 {
easoncylee1620d242019-12-02 23:00:49 +080085 "name": "FrameworksCoreTests",
86 "options": [
87 {
88 "include-annotation": "android.platform.test.annotations.Presubmit"
89 },
90 {
91 "exclude-annotation": "androidx.test.filters.FlakyTest"
92 },
93 {
94 "exclude-annotation": "org.junit.Ignore"
95 }
96 ]
97 },
98 {
Lais Andradefc7fd1e2021-02-16 16:11:41 +000099 "name": "FrameworkPermissionTests",
100 "options": [
101 {
102 "include-annotation": "android.platform.test.annotations.Presubmit"
103 },
104 {
105 "exclude-annotation": "androidx.test.filters.FlakyTest"
106 },
107 {
108 "exclude-annotation": "org.junit.Ignore"
109 }
110 ]
111 },
112 {
Oli Lan42da9242021-02-08 10:55:07 +0000113 "name": "FrameworksInProcessTests",
114 "options": [
115 {
116 "exclude-annotation": "androidx.test.filters.FlakyTest"
117 },
118 {
119 "exclude-annotation": "org.junit.Ignore"
120 }
121 ]
Steven Moreland8aa1d5b2023-12-06 22:29:24 +0000122 },
123 {
124 "name": "vts_treble_vintf_framework_test"
125 },
126 {
127 "name": "vts_treble_vintf_vendor_test"
Devin Mooree9a676b2023-12-16 00:19:00 +0000128 },
129 {
130 "name": "CtsStrictJavaPackagesTestCases"
easoncylee955d2102019-11-30 15:19:48 +0800131 }
Pavel Grafov56b86532019-10-30 19:40:27 +0000132 ],
133 "postsubmit-managedprofile-stress": [
134 {
135 "name": "ManagedProfileLifecycleStressTest"
136 }
James Mattis43c46812021-03-10 09:34:49 -0800137 ],
138 "auto-postsubmit": [
139 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
140 // automotive targets to avoid introducing additional test flake and build time. The plan for
141 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
142 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
143 // infra during the hardening phase.
144 // TODO: this tag to be removed once the above is no longer an issue.
145 {
146 "name": "FrameworksUiServicesTests",
147 "options": [
148 {
149 "exclude-annotation": "androidx.test.filters.FlakyTest"
150 }
151 ]
152 },
153 {
154 "name": "ExtServicesUnitTests",
155 "options": [
156 {
157 "exclude-annotation": "androidx.test.filters.FlakyTest"
158 }
159 ]
160 },
161 {
162 "name": "TestablesTests",
163 "options": [
164 {
165 "exclude-annotation": "androidx.test.filters.FlakyTest"
166 }
167 ]
168 },
169 {
170 "name": "FrameworksCoreTests",
171 "options": [
172 {
173 "include-annotation": "android.platform.test.annotations.Presubmit"
174 },
175 {
176 "exclude-annotation": "androidx.test.filters.FlakyTest"
177 },
178 {
179 "exclude-annotation": "org.junit.Ignore"
180 }
181 ]
182 },
183 {
184 "name": "FrameworksServicesTests",
185 "options": [
186 {
187 "include-annotation": "android.platform.test.annotations.Presubmit"
188 },
189 {
190 "exclude-annotation": "androidx.test.filters.FlakyTest"
191 },
192 {
193 "exclude-annotation": "org.junit.Ignore"
194 }
195 ]
Alex Buynytskyyd7c440b2022-11-23 20:40:38 +0000196 },
197 {
198 "name": "PackageManagerServiceServerTests",
199 "options": [
200 {
201 "include-annotation": "android.platform.test.annotations.Presubmit"
202 },
203 {
204 "exclude-annotation": "androidx.test.filters.FlakyTest"
205 },
206 {
207 "exclude-annotation": "org.junit.Ignore"
208 }
209 ]
James Mattis43c46812021-03-10 09:34:49 -0800210 }
Filipbe265d02023-02-06 23:54:00 +0000211 ],
212 "auto-features-postsubmit": [
213 // Test tag for automotive feature targets. These are only running in postsubmit.
214 // This tag is used in targeted test features testing to limit resource use.
215 // TODO(b/256932212): this tag to be removed once the above is no longer in use.
216 {
217 "name": "FrameworksMockingServicesTests",
218 "options": [
219 {
220 "include-filter": "com.android.server.pm.UserVisibilityMediatorSUSDTest"
221 },
222 {
223 "include-filter": "com.android.server.pm.UserVisibilityMediatorMUMDTest"
224 },
225 {
226 "include-filter": "com.android.server.pm.UserVisibilityMediatorMUPANDTest"
227 },
228 {
229 "exclude-annotation": "androidx.test.filters.FlakyTest"
230 },
231 {
232 "exclude-annotation": "org.junit.Ignore"
233 }
234 ]
235 }
James Mattis43c46812021-03-10 09:34:49 -0800236 ]
easoncylee955d2102019-11-30 15:19:48 +0800237}