{ // 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"] } ] }