• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4       "name": "CtsPermissionManagerNativeTestCases",
5       "file_patterns": ["permission_manager.cpp"]
6    },
7    {
8       "name": "CtsPermissionTestCases",
9       "options": [
10           {
11              "include-filter": "android.permission.cts.PermissionManagerNativeJniTest"
12           }
13       ],
14       "file_patterns": ["permission_manager.cpp"]
15    },
16    {
17       "name": "CtsOsTestCases_cts_performancehintmanagertest",
18       "file_patterns": ["performance_hint.cpp"]
19    },
20    {
21      "name": "CtsThermalTestCases",
22       "file_patterns": ["thermal.cpp"]
23    },
24    {
25      "name": "NativeThermalUnitTestCases",
26       "file_patterns": ["thermal.cpp"]
27    }
28  ],
29  "postsubmit": [
30    {
31       "file_patterns": ["system_health.cpp"],
32       "name": "NativeSystemHealthUnitTestCases"
33    },
34    {
35      "file_patterns": ["system_health.cpp"],
36      "name": "CtsSystemHealthTestCases",
37      "options": [
38        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
39        {"exclude-annotation": "org.junit.Ignore"}
40      ]
41    }
42  ]
43}
44