• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Add tests for all the mainline modules relying on this library.
2{
3  "presubmit": [
4    {
5      // Unit tests for framework-wifi.jar
6      "name": "FrameworksWifiApiTests"
7    },
8    {
9      "name": "ModulesUtilsTests"
10    }
11    // TODO: Re-enable when this is stable.
12    // {
13      // Wifi CTS tests
14      // "name": "CtsWifiTestCases"
15    // }
16  ],
17  "presubmit-large": [
18    {
19      // Unit tests for service-wifi.jar
20      "name": "FrameworksWifiTests",
21      // TODO(b/275744125): should remove this when we find a better way to avoid test failure.
22      "options": [
23        {
24          "exclude-filter": "com.android.server.wifi.WakeupControllerTest"
25        },
26        {
27          "exclude-filter": "com.android.server.wifi.WifiNetworkSelectorTest"
28        },
29        {
30          "exclude-filter": "com.android.server.wifi.scanner.WifiScanningServiceTest"
31        }
32      ]
33    }
34  ]
35}
36