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

Commit ff70e0cf authored by Jun's avatar Jun Committed by Automerger Merge Worker
Browse files

NetworkStack: add test group for auto tests am: b8607153 am: 3c922469

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1594695

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I61856bc88a805b81e7845788af56dc7a852ca654
parents 9dc63369 3c922469
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -15,6 +15,26 @@
      "name": "NetworkStackIntegrationTests"
    }
  ],
  "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": "NetworkStackTests"
    },
    {
      "name": "NetworkStackNextTests"
    },
    {
      "name": "NetworkStackHostTests"
    },
    {
      "name": "NetworkStackIntegrationTests"
    }
  ],
  "mainline-presubmit": [
    // These are unit tests only, so they don't actually require any modules to be installed.
    // We must specify at least one module here or the tests won't run. Use the same set as CTS