Only functional tests should run on the platinum suite, microbenchmark and other test suites should be ignored. Test: atest --test-mapping ./:staged-platinum-postsubmit Bug: 139609145 Change-Id: Ib265a5261b3a60f07ccec0565c0cea16467a8390
27 lines
718 B
Plaintext
27 lines
718 B
Plaintext
{
|
|
// Looking for unit test presubmit configuration?
|
|
// This currently lives in ATP config apct/system_ui/unit_test
|
|
"staged-platinum-postsubmit": [
|
|
{
|
|
"name": "PlatformScenarioTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.platform.test.scenario.sysui"
|
|
},
|
|
{
|
|
"include-filter": "android.platform.test.scenario.quicksettings"
|
|
},
|
|
{
|
|
"include-filter": "android.platform.test.scenario.notification"
|
|
},
|
|
{
|
|
"include-annotation": "android.platform.test.scenario.annotation.Scenario"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|