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:
parent
5c7dafe91e
commit
f428f9e6f0
1 changed files with 18 additions and 0 deletions
18
TEST_MAPPING
18
TEST_MAPPING
|
@ -9,6 +9,15 @@
|
|||
{
|
||||
"name": "CtsScopedStorageDeviceOnlyTest"
|
||||
},
|
||||
{
|
||||
"name": "CtsScopedStorageBypassDatabaseOperationsTest"
|
||||
},
|
||||
{
|
||||
"name": "CtsScopedStorageGeneralTest"
|
||||
},
|
||||
{
|
||||
"name": "CtsScopedStorageRedactUriTest"
|
||||
},
|
||||
{
|
||||
"name": "AdoptableHostTest"
|
||||
}
|
||||
|
@ -23,6 +32,15 @@
|
|||
{
|
||||
"name": "CtsScopedStorageDeviceOnlyTest"
|
||||
},
|
||||
{
|
||||
"name": "CtsScopedStorageBypassDatabaseOperationsTest"
|
||||
},
|
||||
{
|
||||
"name": "CtsScopedStorageGeneralTest"
|
||||
},
|
||||
{
|
||||
"name": "CtsScopedStorageRedactUriTest"
|
||||
},
|
||||
{
|
||||
"name": "AdoptableHostTest"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue