blob: b85eb3daa485851543f317dd438badf4b32094f8 [file] [log] [blame]
Alistair Delvae211e012020-10-13 22:29:50 -07001{
2 "presubmit": [
3 {
4 "name": "netd_integration_test"
5 },
6 {
Ram Muthiah584eeeb2021-10-21 11:38:45 -07007 "name": "OverlayDeviceTests"
8 },
9 {
10 "name": "CtsNativeVerifiedBootTestCases"
11 },
12 {
Alistair Delvae211e012020-10-13 22:29:50 -070013 "name": "CtsBionicTestCases"
14 },
15 {
16 "name": "CtsGraphicsTestCases"
17 },
18 {
19 "name": "MediaProviderTests"
20 },
21 {
22 "name": "CtsProviderTestCases",
23 "options": [
24 {
25 "include-filter": "android.provider.cts.media."
26 }
27 ]
28 },
29 {
Alex Buynytskyyff26ab82022-02-04 12:03:59 -080030 "name": "CtsIncrementalInstallHostTestCases",
31 "options": [
32 {
33 "exclude-annotation": "androidx.test.filters.FlakyTest"
34 },
35 {
36 "exclude-annotation": "androidx.test.filters.LargeTest"
37 },
38 {
39 "exclude-annotation": "org.junit.Ignore"
40 },
41 {
42 "exclude-annotation": "android.platform.test.annotations.LargeTest"
43 },
44 {
45 "include-filter": "android.incrementalinstall.cts"
46 }
47 ]
48 },
49 {
Alistair Delvae211e012020-10-13 22:29:50 -070050 "name": "CtsOsTestCases",
51 "options": [
52 {
Kweku Adams5888ad82021-10-04 15:05:36 -070053 "include-annotation": "android.platform.test.annotations.Presubmit"
54 },
55 {
56 "exclude-annotation": "android.platform.test.annotations.LargeTest"
57 },
58 {
59 "exclude-annotation": "androidx.test.filters.FlakyTest"
60 },
61 {
Alistair Delvae211e012020-10-13 22:29:50 -070062 "exclude-filter": "android.os.cts.BuildTest#testSdkInt"
63 },
64 {
65 "exclude-filter": "android.os.cts.StrictModeTest#testNonSdkApiUsage"
66 },
67 {
68 "exclude-filter": "android.os.cts.UsbDebuggingTest#testUsbDebugging"
69 }
70 ]
71 },
72 {
73 "name": "minikin_tests"
74 },
75 {
76 "name": "toybox-tests"
77 },
78 {
79 "name": "CtsPerfettoTestCases"
80 }
Dan Shi2baca2b2020-12-03 13:46:25 -080081 ],
82 "presubmit-large": [
83 {
84 "name": "RollbackTest"
Dan Shi0e732bb2020-12-07 18:26:12 +000085 },
86 {
87 "name": "StagedRollbackTest"
Dan Shi2baca2b2020-12-03 13:46:25 -080088 }
Jiyong Park6c1eb7d2021-09-16 18:17:27 +090089 ],
90 "imports": [
91 {
92 "path": "packages/modules/Virtualization"
93 }
Alistair Delvae211e012020-10-13 22:29:50 -070094 ]
95}