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

Commit 55ed77a7 authored by Felka Chang's avatar Felka Chang
Browse files

Add CtsInstallHostTestCases/ApkVerityTest into PM test plan

This patch adds the followingtest packages into PackageManager
test plan.
* ApkVerityTest
    * http://ab/I95200010006888354
    * 1 minute and 50.2 seconds
    * presubmit
* CtsInstallHostTestCases
    * http://ab/I17400010007073846
    * 1 hour and 25 minutes
    * postsubmit
    * ag/16118712

Test: atest ApkVerityTest
Test: atest CtsInstallHostTestCases

Bug: 180650365
Change-Id: I165412b791865707628a49e67236001ee2faf3d1
parent 232db264
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -36,6 +36,9 @@
    {
      "name": "CarrierAppIntegrationTestCases"
    },
    {
      "name": "ApkVerityTest"
    },
    {
      "name": "CtsIncrementalInstallHostTestCases",
      "options": [
@@ -135,6 +138,9 @@
          "include-filter": "android.appsecurity.cts.AppSecurityTests#testPermissionDiffCert"
        }
      ]
    },
    {
      "name": "CtsInstallHostTestCases"
    }
  ]
}