summaryrefslogtreecommitdiff
path: root/tests/net/TEST_MAPPING
blob: d659688700d3deef544b301bb6e810a8dc74cb38 (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
29
30
31
32
33
34
{
  "presubmit": [
    {
      "name": "FrameworksNetIntegrationTests"
    }
  ],
  "postsubmit": [
    {
      "name": "FrameworksNetDeflakeTest"
    }
  ],
  "auto-postsubmit": [
    // Test tag for automotive targets. These are only running in postsubmit so as to harden the
    // automotive targets to avoid introducing additional test flake and build time. The plan for
    // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
    // Additionally, this tag is used in targeted test suites to limit resource usage on the test
    // infra during the hardening phase.
    // TODO: this tag to be removed once the above is no longer an issue.
    {
      "name": "FrameworksNetTests"
    },
    {
      "name": "FrameworksNetIntegrationTests"
    },
    {
      "name": "FrameworksNetDeflakeTest"
    }
  ],
  "imports": [
    {
      "path": "cts/tests/tests/net"
    }
  ]
}