blob: b4b617e1887ca1a9192af728c0cf5a816029caa6 [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 }
80 ]
81}