diff options
author | 2023-11-02 13:37:01 +0000 | |
---|---|---|
committer | 2023-11-02 14:28:58 +0000 | |
commit | 861761adeefc85e47ddb452af85439afadf0302f (patch) | |
tree | 2b45bacf2e345acc882372072224fa953460f7b1 /TEST_MAPPING | |
parent | 3f6719b1d0f4777834318150c4c443f7cd229e0c (diff) |
Add new modules to TEST_MAPPING
Adding new modules to TEST_MAPPING after splitting
CtsScopedStorageDeviceOnlyTest
Bug: 294741813
Test: atest
Change-Id: Icd77350c57dcb46204418607a87caba8edd72d64
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 5f4b64bec..8e8eb1d4f 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -19,6 +19,15 @@ "name": "CtsScopedStorageDeviceOnlyTest[com.google.android.mediaprovider.apex]" }, { + "name": "CtsScopedStorageBypassDatabaseOperationsTest[com.google.android.mediaprovider.apex]" + }, + { + "name": "CtsScopedStorageGeneralTest[com.google.android.mediaprovider.apex]" + }, + { + "name": "CtsScopedStorageRedactUriTest[com.google.android.mediaprovider.apex]" + }, + { "name": "CtsMediaProviderTranscodeTests[com.google.android.mediaprovider.apex]" } ], @@ -66,6 +75,15 @@ "name": "CtsScopedStorageDeviceOnlyTest" }, { + "name": "CtsScopedStorageBypassDatabaseOperationsTest" + }, + { + "name": "CtsScopedStorageGeneralTest" + }, + { + "name": "CtsScopedStorageRedactUriTest" + }, + { "name": "fuse_node_test" } ], |