blob: 9b72ff4b191b0f26fa4fc686e865fa75928ab392 [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 {
27 "name": "CtsInputTestCases"
28 },
29 {
30 "name": "CtsViewTestCases",
31 "options": [
32 {
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000033 "include-filter": "android.view.cts.MotionEventTest",
34 "include-filter": "android.view.cts.VerifyInputEventTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060035 }
36 ]
37 },
38 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000039 "name": "FrameworksCoreTests",
40 "options": [
41 {
42 "include-filter": "android.view.VerifiedKeyEventTest",
43 "include-filter": "android.view.VerifiedMotionEventTest"
44 }
45 ]
46 },
47 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060048 "name": "CtsSecurityTestCases",
49 "options": [
50 {
51 "include-filter": "android.security.cts.MotionEventTest"
52 }
53 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000054 },
55 {
56 "name": "CtsSecurityBulletinHostTestCases",
57 "options": [
58 {
59 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
60 }
61 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000062 }
63 ]
64}