From ad380c1de6279537796aabf8dbf2eb669b89d03f Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Mon, 1 Mar 2021 06:48:29 +0000 Subject: [PATCH] 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 --- TEST_MAPPING | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index 1db4baaf4c..ef96d88c2b 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,9 +1,11 @@ { - // Run in addition to mainline-presubmit as mainline-presubmit is not - // supported in every branch. "presubmit": [ + // Run in addition to mainline-presubmit as mainline-presubmit is not + // supported in every branch. + // 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"