blob: 6f3671a06c8fb906bf856464065f41353e426f33 [file] [log] [blame]
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +09001{
Remi NGUYEN VANa773ccb2020-06-25 03:58:10 +00002 "presubmit": [
Remi NGUYEN VAN48c68882021-07-16 01:36:12 +00003 {
4 "name": "ConnectivityCoverageTests"
5 },
Remi NGUYEN VANad380c12021-03-01 06:48:29 +00006 // Run in addition to mainline-presubmit as mainline-presubmit is not
7 // supported in every branch.
8 // CtsNetTestCasesLatestSdk uses stable API shims, so does not exercise
9 // some latest APIs. Run CtsNetTestCases to get coverage of newer APIs.
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090010 {
Remi NGUYEN VANad380c12021-03-01 06:48:29 +000011 "name": "CtsNetTestCases",
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090012 "options": [
13 {
14 "exclude-annotation": "com.android.testutils.SkipPresubmit"
15 }
16 ]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000017 },
18 {
19 "name": "TetheringTests"
20 },
21 {
22 "name": "TetheringIntegrationTests"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090023 }
easoncyleea1b13d62020-06-12 14:14:14 +080024 ],
25 "mainline-presubmit": [
26 {
Remi NGUYEN VANc2858742021-01-12 21:01:52 +090027 // TODO: add back the tethering modules when updatable in this branch
28 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080029 "options": [
30 {
31 "exclude-annotation": "com.android.testutils.SkipPresubmit"
32 }
33 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000034 },
35 {
36 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
easoncyleea1b13d62020-06-12 14:14:14 +080037 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000038 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000039 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000040 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000041 {
Remi NGUYEN VAN109fd922021-06-23 16:59:37 +090042 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000043 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000044 },
45 {
46 "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
47 }
48 ],
49 "imports": [
50 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000051 "path": "frameworks/base/core/java/android/net"
52 },
53 {
54 "path": "packages/modules/NetworkStack"
55 },
56 {
57 "path": "packages/modules/CaptivePortalLogin"
58 },
59 {
60 "path": "packages/modules/Connectivity"
61 },
62 {
63 "path": "packages/modules/Connectivity/Tethering"
64 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090065 ]
66}