diff --git a/TEST_MAPPING b/TEST_MAPPING index ef96d88c2b..9a455ba270 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -11,6 +11,12 @@ "exclude-annotation": "com.android.testutils.SkipPresubmit" } ] + }, + { + "name": "TetheringTests" + }, + { + "name": "TetheringIntegrationTests" } ], "mainline-presubmit": [ @@ -23,11 +29,19 @@ ] } ], - // Tests on physical devices with SIM cards: postsubmit only for capacity constraints "mainline-postsubmit": [ + // Tests on physical devices with SIM cards: postsubmit only for capacity constraints { "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", "keywords": ["sim"] + }, + { + "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" + } + ], + "imports": [ + { + "path": "packages/modules/NetworkStack" } ] } diff --git a/Tethering/TEST_MAPPING b/Tethering/TEST_MAPPING deleted file mode 100644 index 5617b0c13c..0000000000 --- a/Tethering/TEST_MAPPING +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presubmit": [ - { - "name": "TetheringTests" - } - ], - "postsubmit": [ - { - "name": "TetheringIntegrationTests" - } - ] -}