blob: 1b2c0ed58ce2a417821e74a899ba4939dd3e1570 [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 {
Ken Chen1647f602021-10-05 21:55:22 +080022 "name": "netd_updatable_unit_test"
23 },
24 {
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000025 "name": "TetheringTests"
26 },
27 {
28 "name": "TetheringIntegrationTests"
Wayne Ma7be6bce2022-01-12 16:29:49 +080029 },
30 {
31 "name": "traffic_controller_unit_test"
Ken Chenf426b2b2022-01-23 15:39:13 +080032 },
33 {
34 "name": "libnetworkstats_test"
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +090035 },
36 {
37 "name": "FrameworksNetIntegrationTests"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090038 }
easoncyleea1b13d62020-06-12 14:14:14 +080039 ],
markchien911cf8f2021-07-19 17:23:54 +080040 "postsubmit": [
41 {
42 "name": "TetheringPrivilegedTests"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +090043 },
44 // TODO: move to presubmit when known green.
45 {
46 "name": "bpf_existence_test"
Hungming Chenaaa8bd82021-12-20 16:43:40 +080047 },
48 {
Ken Chen1647f602021-10-05 21:55:22 +080049 "name": "netd_updatable_unit_test",
50 "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]
51 },
52 {
Hungming Chenaaa8bd82021-12-20 16:43:40 +080053 "name": "libclat_test"
Wayne Ma7be6bce2022-01-12 16:29:49 +080054 },
Wayne Ma320b95d2022-01-23 23:43:11 +080055 {
56 "name": "traffic_controller_unit_test",
Wayne Ma7be6bce2022-01-12 16:29:49 +080057 "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]
Ken Chenf426b2b2022-01-23 15:39:13 +080058 },
59 {
60 "name": "libnetworkstats_test"
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +090061 },
62 {
63 "name": "FrameworksNetDeflakeTest"
markchien911cf8f2021-07-19 17:23:54 +080064 }
65 ],
easoncyleea1b13d62020-06-12 14:14:14 +080066 "mainline-presubmit": [
67 {
easoncylee48c4cf62020-10-23 13:10:01 +080068 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080069 "options": [
70 {
71 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +090072 },
73 {
74 "exclude-annotation": "androidx.test.filters.RequiresDevice"
easoncyleea1b13d62020-06-12 14:14:14 +080075 }
76 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000077 },
78 {
Ken Chen1647f602021-10-05 21:55:22 +080079 "name": "netd_updatable_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
80 },
81 {
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000082 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Wayne Ma7be6bce2022-01-12 16:29:49 +080083 },
84 {
85 "name": "traffic_controller_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Ken Chenf426b2b2022-01-23 15:39:13 +080086 },
87 {
88 "name": "libnetworkstats_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
easoncyleea1b13d62020-06-12 14:14:14 +080089 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000090 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000091 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000092 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000093 {
94 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
95 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000096 },
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +090097 // TODO: move to mainline-presubmit when known green.
98 // Test with APK modules only, in cases where APEX is not supported, or the other modules were simply not updated
99 {
100 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]",
101 "options": [
102 {
103 "exclude-annotation": "com.android.testutils.SkipPresubmit"
104 },
105 {
106 "exclude-annotation": "androidx.test.filters.RequiresDevice"
107 },
108 {
109 "exclude-annotation": "com.android.testutils.ConnectivityModuleTest"
110 }
111 ]
112 },
113 // TODO: move to mainline-presubmit when known green.
114 // Test with connectivity/tethering module only, to catch integration issues with older versions of other modules
115 {
116 "name": "CtsNetTestCasesLatestSdk[com.google.android.tethering.apex]",
117 "options": [
118 {
119 "exclude-annotation": "com.android.testutils.SkipPresubmit"
120 },
121 {
122 "exclude-annotation": "androidx.test.filters.RequiresDevice"
123 }
124 ]
125 },
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000126 {
127 "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +0900128 },
129 // TODO: move to mainline-presubmit when known green.
130 {
131 "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 +0000132 }
133 ],
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +0900134 "auto-postsubmit": [
135 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
136 // automotive targets to avoid introducing additional test flake and build time. The plan for
137 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
138 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
139 // infra during the hardening phase.
140 // TODO: this tag to be removed once the above is no longer an issue.
141 {
142 "name": "FrameworksNetTests"
143 },
144 {
145 "name": "FrameworksNetIntegrationTests"
146 },
147 {
148 "name": "FrameworksNetDeflakeTest"
149 }
150 ],
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000151 "imports": [
152 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000153 "path": "frameworks/base/core/java/android/net"
154 },
155 {
Filip Zakrzewski8a5823d2022-01-07 20:47:30 +0000156 "path": "frameworks/opt/net/ethernet"
157 },
158 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000159 "path": "packages/modules/NetworkStack"
160 },
161 {
162 "path": "packages/modules/CaptivePortalLogin"
163 },
164 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000165 "path": "packages/modules/Connectivity/Tethering"
166 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +0900167 ]
168}