blob: 7a11351320fd6fcbe4bbafb6ee1ae774ec76976b [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 {
easoncylee48c4cf62020-10-23 13:10:01 +080027 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080028 "options": [
29 {
30 "exclude-annotation": "com.android.testutils.SkipPresubmit"
31 }
32 ]
33 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000034 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000035 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000036 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000037 {
38 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
39 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000040 },
41 {
42 "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Remi NGUYEN VAN8b23feb2021-06-17 16:42:45 +090043 },
44 {
45 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000046 }
47 ],
48 "imports": [
49 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000050 "path": "frameworks/base/core/java/android/net"
51 },
52 {
53 "path": "packages/modules/NetworkStack"
54 },
55 {
56 "path": "packages/modules/CaptivePortalLogin"
57 },
58 {
59 "path": "packages/modules/Connectivity"
60 },
61 {
62 "path": "packages/modules/Connectivity/Tethering"
63 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090064 ]
65}