blob: 6fdb046d3f76c2a67fad632991f4e574cf48e49b [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 {
30 "include-filter": "android.view.cts.MotionEventTest"
31 }
32 ]
33 },
34 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000035 "name": "FrameworksCoreTests",
36 "options": [
37 {
38 "include-filter": "android.view.VerifiedKeyEventTest",
39 "include-filter": "android.view.VerifiedMotionEventTest"
40 }
41 ]
42 },
43 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060044 "name": "CtsSecurityTestCases",
45 "options": [
46 {
47 "include-filter": "android.security.cts.MotionEventTest"
48 }
49 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000050 },
51 {
52 "name": "CtsSecurityBulletinHostTestCases",
53 "options": [
54 {
55 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
56 }
57 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000058 }
59 ]
60}