• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "CtsAccessibilityServiceTestCases",
5      "options": [
6        {
7          "include-annotation": "android.platform.test.annotations.Presubmit"
8        },
9        {
10          "exclude-annotation": "androidx.test.filters.FlakyTest"
11        }
12      ]
13    },
14    {
15      "name": "CtsAccessibilityTestCases",
16      "options": [
17        {
18          "include-annotation": "android.platform.test.annotations.Presubmit"
19        },
20        {
21          "exclude-annotation": "androidx.test.filters.FlakyTest"
22        }
23      ]
24    },
25    {
26      "name": "CtsUiAutomationTestCases",
27      "options": [
28        {
29          "include-annotation": "android.platform.test.annotations.Presubmit"
30        },
31        {
32          "exclude-annotation": "androidx.test.filters.FlakyTest"
33        }
34      ]
35    },
36    {
37      "name": "FrameworksServicesTests",
38      "options": [
39        {
40          "include-filter": "com.android.server.accessibility"
41        },
42        {
43          "exclude-annotation": "androidx.test.filters.FlakyTest"
44        }
45      ]
46    },
47    {
48      "name": "FrameworksCoreTests",
49      "options": [
50        {
51          "include-filter": "com.android.internal.accessibility"
52        },
53        {
54          "exclude-annotation": "androidx.test.filters.FlakyTest"
55        }
56      ]
57    },
58    {
59      "name": "FrameworksCoreTests",
60      "options": [
61        {
62          "include-filter": "android.view.accessibility"
63        },
64        {
65          "exclude-annotation": "androidx.test.filters.FlakyTest"
66        }
67      ]
68    }
69  ],
70  "postsubmit": [
71    {
72      "name": "CtsAccessibilityServiceSdk29TestCases"
73    },
74    {
75      "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}
109