The tests should just be run on any change in packages/modules/Connectivity, not just changes in the CTS package. Change-Id: I1c86c402f39a8a9b84e7422445df289c3ea7842f Test: TEST_MAPPING needs to be verified by TH
32 lines
938 B
Plaintext
32 lines
938 B
Plaintext
{
|
|
// Run in addition to mainline-presubmit as mainline-presubmit is not
|
|
// supported in every branch.
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsNetTestCasesLatestSdk",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"mainline-presubmit": [
|
|
{
|
|
"name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
// Tests on physical devices with SIM cards: postsubmit only for capacity constraints
|
|
"mainline-postsubmit": [
|
|
{
|
|
"name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
|
|
"keywords": ["sim"]
|
|
}
|
|
]
|
|
}
|