diff options
author | 2021-04-20 17:25:34 +0000 | |
---|---|---|
committer | 2021-04-23 09:55:10 +0000 | |
commit | 53eb080976f50ed5fbba4134f7f70f3d5c3acafd (patch) | |
tree | 94240967af5d1e787fac5c8f181403c777329430 /TEST_MAPPING | |
parent | b75fcc96c4960da238b26aef9350645007a13f81 (diff) |
Add tests ExternalStorageHostTests to presubmit
Bug: 181333720
Bug: 182735807
Test: atest
Change-Id: Ie0c5a7b5fa2b3185d358532f2d946e21309213ac
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 64830a3ef..87582bb56 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -46,6 +46,14 @@ "postsubmit": [ { "name": "MediaProviderClientTests" + }, + { + "name": "CtsAppSecurityHostTestCases", + "options": [ + { + "include-filter": "android.appsecurity.cts.ExternalStorageHostTest" + } + ] } ] } |