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

Commit b3a502bf authored by Derek Jedral's avatar Derek Jedral
Browse files

Add TEST_MAPPING for trust directories

These TEST_MAPPING files indicate presubmit should run atest on trust
specific tests when files are changed in these directories.

Test: local atest
Bug: 221155933
Change-Id: I4f94bba968a68c9c95da30390a9bf2c8ca063b75
(cherry picked from commit 078f3860)
parent 612b7a69
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "TrustTests",
      "options": [
        {
          "include-filter": "android.trust.test"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
 No newline at end of file
+15 −0
Original line number Diff line number Diff line
{
    "presubmit": [
      {
        "name": "TrustTests",
        "options": [
          {
            "include-filter": "android.trust.test"
          },
          {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
          }
        ]
      }
    ]
  }
 No newline at end of file
+15 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "TrustTests",
      "options": [
        {
          "include-filter": "android.trust.test"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
 No newline at end of file