blob: 4a0f2ec3046d289214cc9da9e19a2c4bcb11d3aa [file] [log] [blame]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +00001{
2 "presubmit": [
3 {
4 "name": "CtsWindowManagerDeviceTestCases",
5 "options": [
6 {
7 "include-filter": "android.server.wm.WindowInputTests"
8 }
9 ]
Siarhei Vishniakoua8388392020-10-21 23:58:48 -050010 },
11 {
12 "name": "libinput_tests"
13 },
14 {
15 "name": "inputflinger_tests"
16 },
17 {
Siarhei Vishniakoue1238832021-12-09 17:14:49 -080018 "name": "libpalmrejection_test"
19 },
20 {
Siarhei Vishniakoua8388392020-10-21 23:58:48 -050021 "name": "InputTests"
22 },
23 {
24 "name": "libinputservice_test"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060025 },
26 {
Prabir Pradhance556602022-05-05 16:43:14 +000027 "name": "CtsHardwareTestCases",
28 "options": [
29 {
30 "include-filter": "android.hardware.input.cts.tests"
31 }
32 ]
33 },
34 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060035 "name": "CtsInputTestCases"
36 },
37 {
38 "name": "CtsViewTestCases",
39 "options": [
40 {
Prabir Pradhanc58ebaa2022-09-14 18:23:11 +000041 "include-filter": "android.view.cts.input",
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000042 "include-filter": "android.view.cts.MotionEventTest",
Prabir Pradhan3fa94792022-05-05 21:12:06 +000043 "include-filter": "android.view.cts.PointerCaptureTest",
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000044 "include-filter": "android.view.cts.VerifyInputEventTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060045 }
46 ]
47 },
48 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -070049 "name": "CtsWidgetTestCases",
50 "options": [
51 {
52 "include-filter": "android.widget.cts.NumberPickerTest"
53 }
54 ]
55 },
56 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000057 "name": "FrameworksCoreTests",
58 "options": [
59 {
60 "include-filter": "android.view.VerifiedKeyEventTest",
61 "include-filter": "android.view.VerifiedMotionEventTest"
62 }
63 ]
64 },
65 {
Prabir Pradhanc934d0f2022-05-05 21:07:05 +000066 "name": "FrameworksServicesTests",
67 "options": [
68 {
69 "include-filter": "com.android.server.input"
70 }
71 ]
72 },
73 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060074 "name": "CtsSecurityTestCases",
75 "options": [
76 {
77 "include-filter": "android.security.cts.MotionEventTest"
78 }
79 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000080 },
81 {
82 "name": "CtsSecurityBulletinHostTestCases",
83 "options": [
84 {
85 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
86 }
87 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000088 }
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -070089 ],
90 "hwasan-postsubmit": [
91 {
92 "name": "CtsWindowManagerDeviceTestCases",
93 "options": [
94 {
95 "include-filter": "android.server.wm.WindowInputTests"
96 }
97 ]
98 },
99 {
100 "name": "libinput_tests"
101 },
102 {
103 "name": "inputflinger_tests"
104 },
105 {
106 "name": "libpalmrejection_test"
107 },
108 {
109 "name": "InputTests"
110 },
111 {
112 "name": "libinputservice_test"
113 },
114 {
115 "name": "CtsHardwareTestCases",
116 "options": [
117 {
118 "include-filter": "android.hardware.input.cts.tests"
119 }
120 ]
121 },
122 {
123 "name": "CtsInputTestCases"
124 },
125 {
126 "name": "CtsViewTestCases",
127 "options": [
128 {
129 "include-filter": "android.view.cts.MotionEventTest",
130 "include-filter": "android.view.cts.PointerCaptureTest",
131 "include-filter": "android.view.cts.VerifyInputEventTest"
132 }
133 ]
134 },
135 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -0700136 "name": "CtsWidgetTestCases",
137 "options": [
138 {
139 "include-filter": "android.widget.cts.NumberPickerTest"
140 }
141 ]
142 },
143 {
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700144 "name": "FrameworksCoreTests",
145 "options": [
146 {
147 "include-filter": "android.view.VerifiedKeyEventTest",
148 "include-filter": "android.view.VerifiedMotionEventTest"
149 }
150 ]
151 },
152 {
153 "name": "FrameworksServicesTests",
154 "options": [
155 {
156 "include-filter": "com.android.server.input"
157 }
158 ]
159 },
160 {
161 "name": "CtsSecurityTestCases",
162 "options": [
163 {
164 "include-filter": "android.security.cts.MotionEventTest"
165 }
166 ]
167 },
168 {
169 "name": "CtsSecurityBulletinHostTestCases",
170 "options": [
171 {
172 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
173 }
174 ]
175 }
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +0000176 ]
177}