blob: 318940b636c8e96ec33b3da300a86654d47f1379 [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 Vishniakouf00a4ec2021-06-16 03:55:32 +000048 "name": "FrameworksCoreTests",
49 "options": [
50 {
51 "include-filter": "android.view.VerifiedKeyEventTest",
52 "include-filter": "android.view.VerifiedMotionEventTest"
53 }
54 ]
55 },
56 {
Prabir Pradhanc934d0f2022-05-05 21:07:05 +000057 "name": "FrameworksServicesTests",
58 "options": [
59 {
60 "include-filter": "com.android.server.input"
61 }
62 ]
63 },
64 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060065 "name": "CtsSecurityTestCases",
66 "options": [
67 {
68 "include-filter": "android.security.cts.MotionEventTest"
69 }
70 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000071 },
72 {
73 "name": "CtsSecurityBulletinHostTestCases",
74 "options": [
75 {
76 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
77 }
78 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000079 }
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -070080 ],
81 "hwasan-postsubmit": [
82 {
83 "name": "CtsWindowManagerDeviceTestCases",
84 "options": [
85 {
86 "include-filter": "android.server.wm.WindowInputTests"
87 }
88 ]
89 },
90 {
91 "name": "libinput_tests"
92 },
93 {
94 "name": "inputflinger_tests"
95 },
96 {
97 "name": "libpalmrejection_test"
98 },
99 {
100 "name": "InputTests"
101 },
102 {
103 "name": "libinputservice_test"
104 },
105 {
106 "name": "CtsHardwareTestCases",
107 "options": [
108 {
109 "include-filter": "android.hardware.input.cts.tests"
110 }
111 ]
112 },
113 {
114 "name": "CtsInputTestCases"
115 },
116 {
117 "name": "CtsViewTestCases",
118 "options": [
119 {
120 "include-filter": "android.view.cts.MotionEventTest",
121 "include-filter": "android.view.cts.PointerCaptureTest",
122 "include-filter": "android.view.cts.VerifyInputEventTest"
123 }
124 ]
125 },
126 {
127 "name": "FrameworksCoreTests",
128 "options": [
129 {
130 "include-filter": "android.view.VerifiedKeyEventTest",
131 "include-filter": "android.view.VerifiedMotionEventTest"
132 }
133 ]
134 },
135 {
136 "name": "FrameworksServicesTests",
137 "options": [
138 {
139 "include-filter": "com.android.server.input"
140 }
141 ]
142 },
143 {
144 "name": "CtsSecurityTestCases",
145 "options": [
146 {
147 "include-filter": "android.security.cts.MotionEventTest"
148 }
149 ]
150 },
151 {
152 "name": "CtsSecurityBulletinHostTestCases",
153 "options": [
154 {
155 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
156 }
157 ]
158 }
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +0000159 ]
160}