blob: 2507583686cbf3ab2af0b773ee07f690d34fa1a7 [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 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060056 "name": "CtsSecurityTestCases",
57 "options": [
58 {
59 "include-filter": "android.security.cts.MotionEventTest"
60 }
61 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000062 },
63 {
64 "name": "CtsSecurityBulletinHostTestCases",
65 "options": [
66 {
67 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
68 }
69 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000070 }
71 ]
72}