• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Add tests for all the mainline modules relying on this library.
2{
3  "presubmit": [
4    {
5      "name": "ModulesUtilsTestingTests"
6    },
7    {
8      "name": "UnboundedSdkLevelTest"
9    },
10    {
11      // Unit tests for framework-wifi.jar
12      "name": "FrameworksWifiApiTests"
13    },
14    {
15      "name": "InternalAnnotationsTests"
16    },
17    {
18      "name": "ModulesUtilsTests"
19    },
20    {
21      // b/255344517: The binary XML tests currently lives in frameworks/base.
22      "name": "FrameworksCoreTests",
23      "options": [
24        {
25          "include-filter": "com.android.internal.util.FastDataTest"
26        }
27      ],
28      "file_patterns": ["FastData"]
29    },
30    {
31      // b/255344517: The binary XML tests currently lives in frameworks/base.
32      "name": "FrameworksCoreTests",
33      "options": [
34        {
35          "include-filter": "android.util.XmlTest"
36        },
37        {
38          "include-filter": "android.util.BinaryXmlTest"
39        }
40      ],
41      "file_patterns": ["Xml"]
42    }
43    // TODO: Re-enable when this is stable.
44    // {
45      // Wifi CTS tests
46      // "name": "CtsWifiTestCases"
47    // }
48  ],
49  "presubmit-large": [
50    {
51      // Unit tests for service-wifi.jar
52      "name": "FrameworksWifiTests"
53    }
54  ],
55  // Run these on real devices in postsubmit while they're
56  // flakey on Cuttlefish. TODO(b/264496291): Fix this.
57  "avf-postsubmit": [
58    {
59        "name": "ComposHostTestCases"
60    }
61  ]
62}
63