diff --git a/init/TEST_MAPPING b/init/TEST_MAPPING index 36ca3793b..402b501b9 100644 --- a/init/TEST_MAPPING +++ b/init/TEST_MAPPING @@ -8,6 +8,14 @@ }, { "name": "MicrodroidHostTestCases" + }, + { + "name": "CtsSecurityHostTestCases", + "options": [ + { + "include-filter": "android.security.cts.SeamendcHostTest" + } + ] } ], "hwasan-presubmit": [ @@ -19,6 +27,14 @@ }, { "name": "MicrodroidHostTestCases" + }, + { + "name": "CtsSecurityHostTestCases", + "options": [ + { + "include-filter": "android.security.cts.SeamendcHostTest" + } + ] } ] }