blob: 2b8fee3b54c85b6ef39be582314ee7cd1b035e4f [file] [log] [blame]
Phil Weaverc2f3d85e2018-08-29 17:42:08 -07001{
2 "presubmit": [
3 {
4 "name": "CtsAccessibilityServiceTestCases",
5 "options": [
6 {
7 "include-annotation": "android.platform.test.annotations.Presubmit"
8 },
9 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080010 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070011 }
12 ]
13 },
14 {
15 "name": "CtsAccessibilityTestCases",
16 "options": [
17 {
18 "include-annotation": "android.platform.test.annotations.Presubmit"
19 },
20 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080021 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070022 }
23 ]
24 },
25 {
26 "name": "CtsUiAutomationTestCases",
27 "options": [
28 {
29 "include-annotation": "android.platform.test.annotations.Presubmit"
30 },
31 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080032 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070033 }
34 ]
35 },
36 {
37 "name": "FrameworksServicesTests",
38 "options": [
39 {
40 "include-filter": "com.android.server.accessibility"
41 },
42 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080043 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070044 }
45 ]
46 },
47 {
48 "name": "FrameworksCoreTests",
49 "options": [
50 {
51 "include-filter": "com.android.internal.accessibility"
52 },
53 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080054 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070055 }
56 ]
57 },
58 {
59 "name": "FrameworksCoreTests",
60 "options": [
61 {
62 "include-filter": "android.view.accessibility"
63 },
64 {
KOUSHIK PANUGANTIcdc0d022018-12-18 16:13:29 -080065 "exclude-annotation": "androidx.test.filters.FlakyTest"
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070066 }
67 ]
68 }
69 ],
70 "postsubmit": [
71 {
Dieter Hsu2574b4a2019-11-25 19:40:38 +080072 "name": "CtsAccessibilityServiceSdk29TestCases"
73 },
74 {
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070075 "name": "CtsAccessibilityServiceTestCases"
76 },
77 {
78 "name": "CtsAccessibilityTestCases"
79 },
80 {
81 "name": "CtsUiAutomationTestCases"
82 },
83 {
84 "name": "FrameworksServicesTests",
85 "options": [
86 {
87 "include-filter": "com.android.server.accessibility"
88 }
89 ]
90 },
91 {
92 "name": "FrameworksCoreTests",
93 "options": [
94 {
95 "include-filter": "com.android.internal.accessibility"
96 }
97 ]
98 },
99 {
100 "name": "FrameworksCoreTests",
101 "options": [
102 {
103 "include-filter": "android.view.accessibility"
104 }
105 ]
106 }
107 ]
108}