blob: 3d85befaf87e1a7a570b62e4a333fc9650674a5d [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 {
18 "name": "InputTests"
19 },
20 {
21 "name": "libinputservice_test"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060022 },
23 {
24 "name": "CtsInputTestCases"
25 },
26 {
27 "name": "CtsViewTestCases",
28 "options": [
29 {
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000030 "include-filter": "android.view.cts.MotionEventTest",
31 "include-filter": "android.view.cts.VerifyInputEventTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060032 }
33 ]
34 },
35 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000036 "name": "FrameworksCoreTests",
37 "options": [
38 {
39 "include-filter": "android.view.VerifiedKeyEventTest",
40 "include-filter": "android.view.VerifiedMotionEventTest"
41 }
42 ]
43 },
44 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060045 "name": "CtsSecurityTestCases",
46 "options": [
47 {
48 "include-filter": "android.security.cts.MotionEventTest"
49 }
50 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000051 },
52 {
53 "name": "CtsSecurityBulletinHostTestCases",
54 "options": [
55 {
56 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
57 }
58 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000059 }
60 ]
61}