summaryrefslogtreecommitdiffstats
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2018-11-15 08:45:46 -0800
committerPhilip P. Moltmann <moltmann@google.com>2018-11-15 08:45:46 -0800
commit34f4ccc246040118d5f2d4e300f42d20edc7d4d2 (patch)
tree3a19080f335041bc97ef74d8d4805503663c3d91 /TEST_MAPPING
parentbf1eac4df67adb9c84f54415d8d109bbeac33702 (diff)
downloadandroid_packages_apps_PackageInstaller-34f4ccc246040118d5f2d4e300f42d20edc7d4d2.tar.gz
android_packages_apps_PackageInstaller-34f4ccc246040118d5f2d4e300f42d20edc7d4d2.tar.bz2
android_packages_apps_PackageInstaller-34f4ccc246040118d5f2d4e300f42d20edc7d4d2.zip
Add test mapping to permission controller
We should also add the PermissionHostTest once bug 119576878 is fixed. Test: atest --test-mapping packages/apps/PermissionController:presubmit Change-Id: I98f1e184256d4f969ea283d9bf20fa2051b73a16
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING15
1 files changed, 15 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 00000000..6f8a76eb
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,15 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsPermissionTestCases",
+ "options": [
+ {
+ "include-filter": "android.permission.cts.BackgroundPermissionsTest"
+ },
+ {
+ "include-filter": "android.permission.cts.PermissionGroupChange"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file