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

Commit 0813fb06 authored by Songchun Fan's avatar Songchun Fan
Browse files

[test] TEST_MAPPING for incremental service

BUG: 172866626
Test: presubmit test; atest
Change-Id: If5a018028f83d44a71585173842c8535be2288b9
parent 3d187a3f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -133,5 +133,8 @@ cc_test {
    ],
    static_libs: [
        "libgmock",
    ]
    ],
    test_options: {
        unit_test: true,
    },
}
+32 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsContentTestCases",
      "options": [
        {
          "include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
        },
        {
          "include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
        },
        {
          "include-filter": "android.content.pm.cts.ChecksumsTest"
        }
      ]
    },
    {
      "name": "CtsPackageManagerStatsHostTestCases",
      "options": [
        {
          "include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
        }
      ]
    },
    {
      "name": "CtsIncrementalInstallHostTestCases"
    },
    {
      "name": "CtsInstalledLoadingProgressHostTests"
    }
  ]
}