{ "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [ // These are unit tests only, so they don't actually require any modules to be installed. // We must specify at least one module here or the tests won't run. Use the same set as CTS // so in theory the infra would not need to reinstall/reboot devices to run both. { "name": "NetworkStackTests" }, // This is used to verify NetworkStackRootTests with all latest modules listed below on // preivous OS platforms. { "name": "NetworkStackRootTests" } ], "captiveportal-networkstack-mainline-presubmit": [ // This is used to verify NetworkStackRootTests with latest CaptivePortalLoginGoogle.apk // but with other modules on different version(e.g. an older tethering module to verify // backwards compatibility of APIs). { "name": "NetworkStackRootTests" } ], "presubmit": [ { "name": "NetworkStackTests" }, { "name": "NetworkStackNextTests" }, { "name": "NetworkStackIntegrationTests", "options": [ { "exclude-annotation": "com.android.testutils.SkipPresubmit" } ] }, { "name": "NetworkStackRootTests" } ], "mainline-presubmit": [ // These are unit tests only, so they don't actually require any modules to be installed. // We must specify at least one module here or the tests won't run. Use the same set as CTS // so in theory the infra would not need to reinstall/reboot devices to run both. { "name": "NetworkStackTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" }, // This is used to verify NetworkStackRootTests with all latest modules listed below on // preivous OS platforms. { "name": "NetworkStackRootTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" }, // This is used to verify NetworkStackRootTests with latest CaptivePortalLoginGoogle.apk // but with other modules on different version(e.g. an older tethering module to verify // backwards compatibility of APIs). { "name": "NetworkStackRootTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]" } ], "postsubmit": [ { "name": "NetworkStackIntegrationTests" } ], "imports": [ { "path": "packages/modules/Connectivity" } ] }