blob: 58ed600f03d4b07d0a459ca4c0336c535c4367e7 [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"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +090015 },
16 {
17 "exclude-annotation": "androidx.test.filters.RequiresDevice"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090018 }
19 ]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000020 },
21 {
22 "name": "TetheringTests"
23 },
24 {
25 "name": "TetheringIntegrationTests"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090026 }
easoncyleea1b13d62020-06-12 14:14:14 +080027 ],
markchien911cf8f2021-07-19 17:23:54 +080028 "postsubmit": [
29 {
30 "name": "TetheringPrivilegedTests"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +090031 },
32 // TODO: move to presubmit when known green.
33 {
34 "name": "bpf_existence_test"
markchien911cf8f2021-07-19 17:23:54 +080035 }
36 ],
easoncyleea1b13d62020-06-12 14:14:14 +080037 "mainline-presubmit": [
38 {
easoncylee48c4cf62020-10-23 13:10:01 +080039 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080040 "options": [
41 {
42 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +090043 },
44 {
45 "exclude-annotation": "androidx.test.filters.RequiresDevice"
easoncyleea1b13d62020-06-12 14:14:14 +080046 }
47 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000048 },
49 {
50 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
easoncyleea1b13d62020-06-12 14:14:14 +080051 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000052 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000053 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000054 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000055 {
56 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
57 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000058 },
59 {
60 "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +090061 },
62 // TODO: move to mainline-presubmit when known green.
63 {
64 "name": "bpf_existence_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000065 }
66 ],
67 "imports": [
68 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000069 "path": "frameworks/base/core/java/android/net"
70 },
71 {
72 "path": "packages/modules/NetworkStack"
73 },
74 {
75 "path": "packages/modules/CaptivePortalLogin"
76 },
77 {
78 "path": "packages/modules/Connectivity"
79 },
80 {
81 "path": "packages/modules/Connectivity/Tethering"
82 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090083 ]
84}