Skip to content

Commit 9301818

Browse files
author
Ashwini Oruganti
committed
Add TEST_MAPPING for pre-submit tests
Run SELinuxHostTest whenever a change is made. Filtering the tests to the ones that check that priv-apps are running in their own domains. Bug: 143172058 Test: Running "atest" in system/sepolicy runs SELinuxHostTest Change-Id: If17642400129e97eb3bf2f631e784f92826adb9a
1 parent 164359b commit 9301818

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

TEST_MAPPING

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"presubmit": [
3+
{
4+
"name": "CtsSecurityHostTestCases",
5+
"options": [
6+
{
7+
"include-filter": "android.security.cts.SELinuxHostTest#testPermissionControllerDomain"
8+
},
9+
{
10+
"include-filter": "android.security.cts.SELinuxHostTest#testVzwOmaTriggerDomain"
11+
},
12+
{
13+
"include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
14+
}
15+
16+
]
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)