blob: be0e0404ce02da91a0c0f822105d73d4a7ca736e [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 ],
markchien911cf8f2021-07-19 17:23:54 +080025 "postsubmit": [
26 {
27 "name": "TetheringPrivilegedTests"
28 }
29 ],
easoncyleea1b13d62020-06-12 14:14:14 +080030 "mainline-presubmit": [
31 {
easoncylee48c4cf62020-10-23 13:10:01 +080032 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080033 "options": [
34 {
35 "exclude-annotation": "com.android.testutils.SkipPresubmit"
36 }
37 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000038 },
39 {
40 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
easoncyleea1b13d62020-06-12 14:14:14 +080041 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000042 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000043 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000044 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000045 {
46 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
47 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000048 },
49 {
50 "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
51 }
52 ],
53 "imports": [
54 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000055 "path": "frameworks/base/core/java/android/net"
56 },
57 {
58 "path": "packages/modules/NetworkStack"
59 },
60 {
61 "path": "packages/modules/CaptivePortalLogin"
62 },
63 {
64 "path": "packages/modules/Connectivity"
65 },
66 {
67 "path": "packages/modules/Connectivity/Tethering"
68 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090069 ]
70}