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

Commit 1d00e5c5 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[ADI] Add CtsPackageInstallerCUJDeveloperVerificationTestCases to postsubmit.

This adds the `CtsPackageInstallerCUJDeveloperVerificationTestCases` test suite to the presubmit checks for changes in `android/content/pm`, `PackageInstaller`, and `com/android/server/pm` directories.

FLAG: android.content.pm.verification_service
BUG: 399436145
Test: atest CtsPackageInstallerCUJDeveloperVerificationTestCases
Change-Id: If88ae4a15a6602c97db2e5a4a993ba27e391e043
parent 3e46e14c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -545,6 +545,9 @@
                    "exclude-annotation":"org.junit.Ignore"
                }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJDeveloperVerificationTestCases"
        }
    ]
}
+3 −0
Original line number Diff line number Diff line
@@ -382,6 +382,9 @@
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJDeveloperVerificationTestCases"
    }
  ]
}
+8 −0
Original line number Diff line number Diff line
@@ -692,6 +692,14 @@
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJDeveloperVerificationTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",
        "services/core/java/com/android/server/pm/.*"
      ]
    }
  ],
  "desktop-presubmit": [