diff options
author | 2021-12-03 17:33:39 +0000 | |
---|---|---|
committer | 2021-12-03 17:48:45 +0000 | |
commit | b0eecd6f7bc95fe765fd8bb3fabe1ceee0a19bfa (patch) | |
tree | f8b5d66774e3ca26dbaa3be5bb8a73d84d59bfc0 /TEST_MAPPING | |
parent | 0410d97d0012fccf1441909dfc7cfc7b0f7366f2 (diff) |
Add scoped storage tests to mainline presubmit
Bug: 185553751
Test: atest
Change-Id: I04313d38598fe24478482448b9193298a5d500ef
Merged-In: I04313d38598fe24478482448b9193298a5d500ef
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 42b145d5b..f1d99be94 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -2,6 +2,15 @@ "mainline-presubmit": [ { "name": "MediaProviderTests[com.google.android.mediaprovider.apex]" + }, + { + "name": "CtsScopedStorageCoreHostTest" + }, + { + "name": "CtsScopedStorageHostTest" + }, + { + "name": "CtsScopedStorageDeviceOnlyTest" } ], "presubmit": [ |