summaryrefslogtreecommitdiffstats
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorHai Zhang <zhanghai@google.com>2018-11-19 12:02:16 -0800
committerHai Zhang <zhanghai@google.com>2018-12-04 11:43:30 -0800
commit7cec48b064e40bed93026728c2aae53f3d9d77cd (patch)
tree52096c17dbf3873798e7bc31ff44c4e354ec020f /TEST_MAPPING
parenta8af17fafc950d0c29d6d5b99cce17b2c9145bca (diff)
downloadandroid_packages_apps_PackageInstaller-7cec48b064e40bed93026728c2aae53f3d9d77cd.tar.gz
android_packages_apps_PackageInstaller-7cec48b064e40bed93026728c2aae53f3d9d77cd.tar.bz2
android_packages_apps_PackageInstaller-7cec48b064e40bed93026728c2aae53f3d9d77cd.zip
Add test for RoleManager.
This change adds RoleManagerTest to test mapping. Bug: 110557011 Test: atest android.app.role.cts.RoleManagerTest Change-Id: I6f1c532bbdafa763a7a1a62339c76a1fb64189a3
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING3
1 files changed, 3 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 83f1155f..7a7f4b19 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -7,6 +7,9 @@
"include-filter": "android.permission.cts.BackgroundPermissionsTest"
}
]
+ },
+ {
+ "name": "CtsRoleTestCases"
}
]
}