blob: 62139a69a0d3cd281cd5b5691089d06f57d077ea [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",
42 "include-filter": "android.view.cts.VerifyInputEventTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060043 }
44 ]
45 },
46 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000047 "name": "FrameworksCoreTests",
48 "options": [
49 {
50 "include-filter": "android.view.VerifiedKeyEventTest",
51 "include-filter": "android.view.VerifiedMotionEventTest"
52 }
53 ]
54 },
55 {
Prabir Pradhanc934d0f2022-05-05 21:07:05 +000056 "name": "FrameworksServicesTests",
57 "options": [
58 {
59 "include-filter": "com.android.server.input"
60 }
61 ]
62 },
63 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060064 "name": "CtsSecurityTestCases",
65 "options": [
66 {
67 "include-filter": "android.security.cts.MotionEventTest"
68 }
69 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000070 },
71 {
72 "name": "CtsSecurityBulletinHostTestCases",
73 "options": [
74 {
75 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
76 }
77 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000078 }
79 ]
80}