Merge "Tidy up CtsAppSecurityHostTestCases for PM test plan"

This commit is contained in:
Felka Chang
2022-01-14 06:22:25 +00:00
committed by Android (Google) Code Review
2 changed files with 17 additions and 21 deletions

View File

@@ -131,6 +131,23 @@
"exclude-annotation": "org.junit.Ignore"
}
]
},
{
"name": "CtsAppSecurityHostTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
],
"postsubmit": [

View File

@@ -55,27 +55,6 @@
}
]
},
{
"name": "CtsAppSecurityHostTestCases",
"options": [
{
"include-filter": "android.appsecurity.cts.PrivilegedUpdateTests"
}
]
},
{
"name": "CtsAppSecurityHostTestCases",
"file_patterns": [
"core/java/.*Install.*",
"services/core/.*Install.*",
"services/core/java/com/android/server/pm/.*"
],
"options": [
{
"include-filter": "android.appsecurity.cts.SplitTests"
}
]
},
{
"name": "PackageManagerServiceHostTests",
"options": [