diff options
author | 2019-12-09 10:55:39 +0000 | |
---|---|---|
committer | 2019-12-18 17:03:30 +0000 | |
commit | 7fb0631d234498cc704bf7a60ef03393fbc9c271 (patch) | |
tree | 2833b6d6139ebaa1ce9b11dd493923418b897208 /TEST_MAPPING | |
parent | 619cf48ddb6b14cf2a211487896d88c396b4b1de (diff) |
Add AdoptableHostTest and AdoptableFeatureConsistentTest to TEST_MAPPING
Bug: 144683017
Test: atest --test-mapping packages/providers/MediaProvider | grep "AdoptableHostTest"
Test: atest --test-mapping packages/providers/MediaProvider | grep "AdoptableFeatureConsistentTest"
Change-Id: If5a47a887b2ddd58258fb8707a1b37cab9b0724e
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index ee74e7c2d..00c2d6405 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -13,6 +13,12 @@ "include-filter": "android.provider.cts.media." } ] + }, + { + "name": "AdoptableHostTest" + }, + { + "name": "AdoptableFeatureConsistentTest" } ] } |