blob: a2ed850810ea29ef57b79c9413df323cdb7a7f13 [file] [log] [blame]
{
"presubmit": [
{
"name": "NetworkStackTests"
},
{
"name": "NetworkStackNextTests"
}
],
"postsubmit": [
{
"name": "NetworkStackHostTests"
},
{
"name": "NetworkStackIntegrationTests"
}
],
"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]"
}
],
"imports": [
{
"path": "packages/modules/Connectivity"
}
]
}