• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "CtsLibcoreTestCases",
5      "options": [
6        {
7          "include-filter": "com.android.org.conscrypt"
8        },
9        {
10          "include-filter": "libcore.java.security"
11        },
12        {
13          "include-filter": "libcore.javax.net"
14        },
15        {
16          "include-filter": "libcore.java.net"
17        },
18        {
19          "include-filter": "android.net.ssl"
20        }
21      ]
22    },
23    {
24      "name": "CtsSecurityTestCases",
25      "options": [
26        {
27          "include-filter": "android.security.cts.CertBlocklistTest"
28        },
29        {
30          "include-filter": "android.security.cts.CertBlocklistFileTest"
31        }
32      ]
33    },
34    {
35      "name": "ConscryptPrivateTestCases"
36    }
37  ]
38}
39