diff options
| author | 2020-02-05 16:04:31 +0000 | |
|---|---|---|
| committer | 2020-02-06 15:18:03 +0000 | |
| commit | 8ee6bc3af6cd46a3c5b29fb53f487c18a07b522b (patch) | |
| tree | 8f41f4de51b846d6e2b75e6dfc8c7253c16a06ed | |
| parent | 2f6b69c5e73c108a1abff0d79d6db4f18c675b8c (diff) | |
Run AppSecurityTests in postsubmit.
Because we care if they break.
Putting the change here because this covers changes in at least
android/content/pm and services/core/.../pm (the latter has a
TEST_MAPPING that imports this one).
Test: atest :postsubmit
Bug: 137951074
Change-Id: Ie03397c857d6a94702549ba325631558ed04a9db
| -rw-r--r-- | core/java/android/content/pm/TEST_MAPPING | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index 0549c34cc034..6f30ecd9b281 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -15,5 +15,15 @@ "name": "FrameworksInstantAppResolverTests", "file_patterns": ["(/|^)InstantApp[^/]*"] } + ], + "postsubmit": [ + { + "name": "CtsAppSecurityHostTestCases", + "options": [ + { + "include-filter": "android.appsecurity.cts.AppSecurityTests#testPermissionDiffCert" + } + ] + } ] } |