Merge "Add TEST_MAPPING config for CTS postsubmit"

This commit is contained in:
Remi NGUYEN VAN
2020-11-27 08:42:31 +00:00
committed by Gerrit Code Review

View File

@@ -19,5 +19,12 @@
} }
] ]
} }
],
// 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"]
}
] ]
} }