Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f019424e authored by James Mattis's avatar James Mattis Committed by Automerger Merge Worker
Browse files

Merge "frameworks: add test group for auto tests" am: a4e69024 am: 6f901df1 am: 80eabc8b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1595037

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia8abe23381b488de352e2a35cb1de05b9d4a28bf
parents d9228d7b 80eabc8b
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -9,6 +9,23 @@
      "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"