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

Commit 99472872 authored by Hansen Kurli's avatar Hansen Kurli
Browse files

Create TEST_MAPPING for com.android.internal.net

The existing tests in this directory are VpnProfileTest and
NetworkUtilsInternalTest. Both tests are in FrameworksNetTests.
Create the TEST_MAPPING to ensure the expected tests are run.
Add in postsubmit before presubmit.

Test: atest --test-mapping core/java/com/android/internal/net:postsubmit
Change-Id: I9393f22fcba8539522382afa3bcc49ac23d22778
parent 0a4ba7bf
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
  "postsubmit": [
    {
      "name": "FrameworksNetTests",
      "options": [
        {
          "exclude-annotation": "com.android.testutils.SkipPresubmit"
        }
      ]
    }
  ]
}