summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: b1cb6b52a4336f1911ab77f2437d92af515e6b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "presubmit": [
    {
      "name": "netdutils_test"
    }
  ],
  "imports": [
    {
      "path": "frameworks/base/core/java/android/net"
    },
    // Below tests already run the library tests as part of their coverage tests
    {
      "path": "packages/modules/NetworkStack"
    },
    {
      "path": "packages/modules/CaptivePortalLogin"
    },
    {
      "path": "frameworks/base/packages/Tethering"
    },
    {
      "path": "packages/modules/Wifi/framework"
    },
    {
      "path": "vendor/xts/gts-tests/hostsidetests/networkstack"
    }
  ]
}