blob: 8d5d8839e8ae65a3a7cfacfaf445c307cf9d4f86 [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 {
Ben Murdochbc4cac92022-11-22 13:27:23 +000018 "name": "libchrome-gestures_test"
19 },
20 {
Siarhei Vishniakoue1238832021-12-09 17:14:49 -080021 "name": "libpalmrejection_test"
22 },
23 {
Siarhei Vishniakoua8388392020-10-21 23:58:48 -050024 "name": "InputTests"
25 },
26 {
27 "name": "libinputservice_test"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060028 },
29 {
Prabir Pradhance556602022-05-05 16:43:14 +000030 "name": "CtsHardwareTestCases",
31 "options": [
32 {
33 "include-filter": "android.hardware.input.cts.tests"
34 }
35 ]
36 },
37 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060038 "name": "CtsInputTestCases"
39 },
40 {
41 "name": "CtsViewTestCases",
42 "options": [
43 {
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000044 "include-filter": "android.view.cts.MotionEventTest",
Prabir Pradhan3fa94792022-05-05 21:12:06 +000045 "include-filter": "android.view.cts.PointerCaptureTest",
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000046 "include-filter": "android.view.cts.VerifyInputEventTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060047 }
48 ]
49 },
50 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000051 "name": "FrameworksCoreTests",
52 "options": [
53 {
54 "include-filter": "android.view.VerifiedKeyEventTest",
55 "include-filter": "android.view.VerifiedMotionEventTest"
56 }
57 ]
58 },
59 {
Prabir Pradhanc934d0f2022-05-05 21:07:05 +000060 "name": "FrameworksServicesTests",
61 "options": [
62 {
63 "include-filter": "com.android.server.input"
64 }
65 ]
66 },
67 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060068 "name": "CtsSecurityTestCases",
69 "options": [
70 {
71 "include-filter": "android.security.cts.MotionEventTest"
72 }
73 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000074 },
75 {
76 "name": "CtsSecurityBulletinHostTestCases",
77 "options": [
78 {
79 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
80 }
81 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000082 }
83 ]
84}