Add CtsNetTestCases to TEST_MAPPING
CtsNetTestCases is identical to CtsNetTestCasesLatestSdk, with a newer target_sdk and newer API shims. Bug: 167645754 Change-Id: Ib4e281bf84cb6ba0e7b904d57cef7c985dec2132 Test: atest CtsNetTestCases
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"presubmit": [
|
||||
// Run in addition to mainline-presubmit as mainline-presubmit is not
|
||||
// supported in every branch.
|
||||
"presubmit": [
|
||||
// CtsNetTestCasesLatestSdk uses stable API shims, so does not exercise
|
||||
// some latest APIs. Run CtsNetTestCases to get coverage of newer APIs.
|
||||
{
|
||||
"name": "CtsNetTestCasesLatestSdk",
|
||||
"name": "CtsNetTestCases",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
|
||||
Reference in New Issue
Block a user