956ce287f3
SeamendcHostTest should run when making changes to selinux.cpp, to ensure the test logic is updated to match the logic selinux.cpp follows when it decides to compile the SELinux policy in the OpenSplitPolicy method. Bug: 238394904 Test: atest --test-mapping system/core/init/TEST_MAPPING:presubmit Change-Id: Iaf0ec2356a894b071e6875dd41bcf9e842126e42
40 lines
696 B
Text
40 lines
696 B
Text
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsInitTestCases"
|
|
},
|
|
{
|
|
"name": "init_kill_services_test"
|
|
},
|
|
{
|
|
"name": "MicrodroidHostTestCases"
|
|
},
|
|
{
|
|
"name": "CtsSecurityHostTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.security.cts.SeamendcHostTest"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"hwasan-presubmit": [
|
|
{
|
|
"name": "CtsInitTestCases"
|
|
},
|
|
{
|
|
"name": "init_kill_services_test"
|
|
},
|
|
{
|
|
"name": "MicrodroidHostTestCases"
|
|
},
|
|
{
|
|
"name": "CtsSecurityHostTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.security.cts.SeamendcHostTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|