blob: b3b4fb1d5ea737d1c1e6e3ae09bc314a6f6e53bf [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 Vishniakou0b0374d2022-11-17 17:40:53 -080044 "include-filter": "android.view.cts.TooltipTest",
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000045 "include-filter": "android.view.cts.VerifyInputEventTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060046 }
47 ]
48 },
49 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -070050 "name": "CtsWidgetTestCases",
51 "options": [
52 {
53 "include-filter": "android.widget.cts.NumberPickerTest"
54 }
55 ]
56 },
57 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000058 "name": "FrameworksCoreTests",
59 "options": [
60 {
61 "include-filter": "android.view.VerifiedKeyEventTest",
62 "include-filter": "android.view.VerifiedMotionEventTest"
63 }
64 ]
65 },
66 {
Prabir Pradhanc934d0f2022-05-05 21:07:05 +000067 "name": "FrameworksServicesTests",
68 "options": [
69 {
70 "include-filter": "com.android.server.input"
71 }
72 ]
73 },
74 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060075 "name": "CtsSecurityTestCases",
76 "options": [
77 {
78 "include-filter": "android.security.cts.MotionEventTest"
79 }
80 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000081 },
82 {
83 "name": "CtsSecurityBulletinHostTestCases",
84 "options": [
85 {
86 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
87 }
88 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000089 }
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -070090 ],
91 "hwasan-postsubmit": [
92 {
93 "name": "CtsWindowManagerDeviceTestCases",
94 "options": [
95 {
96 "include-filter": "android.server.wm.WindowInputTests"
97 }
98 ]
99 },
100 {
101 "name": "libinput_tests"
102 },
103 {
104 "name": "inputflinger_tests"
105 },
106 {
107 "name": "libpalmrejection_test"
108 },
109 {
110 "name": "InputTests"
111 },
112 {
113 "name": "libinputservice_test"
114 },
115 {
116 "name": "CtsHardwareTestCases",
117 "options": [
118 {
119 "include-filter": "android.hardware.input.cts.tests"
120 }
121 ]
122 },
123 {
124 "name": "CtsInputTestCases"
125 },
126 {
127 "name": "CtsViewTestCases",
128 "options": [
129 {
130 "include-filter": "android.view.cts.MotionEventTest",
131 "include-filter": "android.view.cts.PointerCaptureTest",
Siarhei Vishniakou0b0374d2022-11-17 17:40:53 -0800132 "include-filter": "android.view.cts.TooltipTest",
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700133 "include-filter": "android.view.cts.VerifyInputEventTest"
134 }
135 ]
136 },
137 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -0700138 "name": "CtsWidgetTestCases",
139 "options": [
140 {
141 "include-filter": "android.widget.cts.NumberPickerTest"
142 }
143 ]
144 },
145 {
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700146 "name": "FrameworksCoreTests",
147 "options": [
148 {
149 "include-filter": "android.view.VerifiedKeyEventTest",
150 "include-filter": "android.view.VerifiedMotionEventTest"
151 }
152 ]
153 },
154 {
155 "name": "FrameworksServicesTests",
156 "options": [
157 {
158 "include-filter": "com.android.server.input"
159 }
160 ]
161 },
162 {
163 "name": "CtsSecurityTestCases",
164 "options": [
165 {
166 "include-filter": "android.security.cts.MotionEventTest"
167 }
168 ]
169 },
170 {
171 "name": "CtsSecurityBulletinHostTestCases",
172 "options": [
173 {
174 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
175 }
176 ]
177 }
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +0000178 ]
179}