Add new modules to TEST_MAPPING

Adding new modules to TEST_MAPPING after splitting
CtsScopedStorageDeviceOnlyTest

Ignore-AOSP-First: We've split a module in internal repo, so we can't add them in TEST_MAPPING on AOSP.

Bug: 294741813
Test: atest
Change-Id: I8efef8efbc9f01e1177fbe3105513166ad90d22f
This commit is contained in:
alukin 2023-11-02 14:46:04 +00:00 committed by Aleksandr Lukin
parent 5c7dafe91e
commit f428f9e6f0

View file

@ -9,6 +9,15 @@
{ {
"name": "CtsScopedStorageDeviceOnlyTest" "name": "CtsScopedStorageDeviceOnlyTest"
}, },
{
"name": "CtsScopedStorageBypassDatabaseOperationsTest"
},
{
"name": "CtsScopedStorageGeneralTest"
},
{
"name": "CtsScopedStorageRedactUriTest"
},
{ {
"name": "AdoptableHostTest" "name": "AdoptableHostTest"
} }
@ -23,6 +32,15 @@
{ {
"name": "CtsScopedStorageDeviceOnlyTest" "name": "CtsScopedStorageDeviceOnlyTest"
}, },
{
"name": "CtsScopedStorageBypassDatabaseOperationsTest"
},
{
"name": "CtsScopedStorageGeneralTest"
},
{
"name": "CtsScopedStorageRedactUriTest"
},
{ {
"name": "AdoptableHostTest" "name": "AdoptableHostTest"
} }