Merge "Tidy up CtsAppSecurityHostTestCases for PM test plan"
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user