blob: f673a287c4842fa42d42f139cb4809f83cfb919b [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 {
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000041 "include-filter": "android.view.cts.MotionEventTest",
Prabir Pradhan3fa94792022-05-05 21:12:06 +000042 "include-filter": "android.view.cts.PointerCaptureTest",
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000043 "include-filter": "android.view.cts.VerifyInputEventTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060044 }
45 ]
46 },
47 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -070048 "name": "CtsWidgetTestCases",
49 "options": [
50 {
51 "include-filter": "android.widget.cts.NumberPickerTest"
52 }
53 ]
54 },
55 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000056 "name": "FrameworksCoreTests",
57 "options": [
58 {
59 "include-filter": "android.view.VerifiedKeyEventTest",
60 "include-filter": "android.view.VerifiedMotionEventTest"
61 }
62 ]
63 },
64 {
Prabir Pradhanc934d0f2022-05-05 21:07:05 +000065 "name": "FrameworksServicesTests",
66 "options": [
67 {
68 "include-filter": "com.android.server.input"
69 }
70 ]
71 },
72 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060073 "name": "CtsSecurityTestCases",
74 "options": [
75 {
76 "include-filter": "android.security.cts.MotionEventTest"
77 }
78 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000079 },
80 {
81 "name": "CtsSecurityBulletinHostTestCases",
82 "options": [
83 {
84 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
85 }
86 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000087 }
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -070088 ],
89 "hwasan-postsubmit": [
90 {
91 "name": "CtsWindowManagerDeviceTestCases",
92 "options": [
93 {
94 "include-filter": "android.server.wm.WindowInputTests"
95 }
96 ]
97 },
98 {
99 "name": "libinput_tests"
100 },
101 {
102 "name": "inputflinger_tests"
103 },
104 {
105 "name": "libpalmrejection_test"
106 },
107 {
108 "name": "InputTests"
109 },
110 {
111 "name": "libinputservice_test"
112 },
113 {
114 "name": "CtsHardwareTestCases",
115 "options": [
116 {
117 "include-filter": "android.hardware.input.cts.tests"
118 }
119 ]
120 },
121 {
122 "name": "CtsInputTestCases"
123 },
124 {
125 "name": "CtsViewTestCases",
126 "options": [
127 {
128 "include-filter": "android.view.cts.MotionEventTest",
129 "include-filter": "android.view.cts.PointerCaptureTest",
130 "include-filter": "android.view.cts.VerifyInputEventTest"
131 }
132 ]
133 },
134 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -0700135 "name": "CtsWidgetTestCases",
136 "options": [
137 {
138 "include-filter": "android.widget.cts.NumberPickerTest"
139 }
140 ]
141 },
142 {
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700143 "name": "FrameworksCoreTests",
144 "options": [
145 {
146 "include-filter": "android.view.VerifiedKeyEventTest",
147 "include-filter": "android.view.VerifiedMotionEventTest"
148 }
149 ]
150 },
151 {
152 "name": "FrameworksServicesTests",
153 "options": [
154 {
155 "include-filter": "com.android.server.input"
156 }
157 ]
158 },
159 {
160 "name": "CtsSecurityTestCases",
161 "options": [
162 {
163 "include-filter": "android.security.cts.MotionEventTest"
164 }
165 ]
166 },
167 {
168 "name": "CtsSecurityBulletinHostTestCases",
169 "options": [
170 {
171 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
172 }
173 ]
174 }
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +0000175 ]
176}