blob: c4c79c616fb9449ed9083ff1bbd1fc98030eb2e5 [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 VAN40da62d2022-04-01 11:59:45 +09006 {
7 // In addition to ConnectivityCoverageTests, runs non-connectivity-module tests
8 "name": "FrameworksNetTests"
9 },
Remi NGUYEN VANad380c12021-03-01 06:48:29 +000010 // Run in addition to mainline-presubmit as mainline-presubmit is not
11 // supported in every branch.
12 // CtsNetTestCasesLatestSdk uses stable API shims, so does not exercise
13 // some latest APIs. Run CtsNetTestCases to get coverage of newer APIs.
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090014 {
Remi NGUYEN VANad380c12021-03-01 06:48:29 +000015 "name": "CtsNetTestCases",
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090016 "options": [
17 {
18 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +090019 },
20 {
21 "exclude-annotation": "androidx.test.filters.RequiresDevice"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090022 }
23 ]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000024 },
Paul Hu8ab6a542022-05-16 15:51:46 +080025 // Also run CtsNetTestCasesLatestSdk to ensure tests using older shims pass.
26 {
27 "name": "CtsNetTestCasesLatestSdk",
28 "options": [
29 {
30 "exclude-annotation": "com.android.testutils.SkipPresubmit"
31 },
32 {
33 "exclude-annotation": "androidx.test.filters.RequiresDevice"
34 }
35 ]
36 },
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000037 {
Lorenzo Colitti98c83d02022-02-18 17:24:48 +090038 "name": "bpf_existence_test"
39 },
40 {
Tyler Wearb4ab4c32022-03-03 21:44:30 -080041 "name": "connectivity_native_test"
42 },
43 {
Ken Chen1647f602021-10-05 21:55:22 +080044 "name": "netd_updatable_unit_test"
45 },
46 {
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000047 "name": "TetheringTests"
48 },
49 {
50 "name": "TetheringIntegrationTests"
Wayne Ma7be6bce2022-01-12 16:29:49 +080051 },
52 {
53 "name": "traffic_controller_unit_test"
Ken Chenf426b2b2022-01-23 15:39:13 +080054 },
55 {
56 "name": "libnetworkstats_test"
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +090057 },
58 {
59 "name": "FrameworksNetIntegrationTests"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090060 }
easoncyleea1b13d62020-06-12 14:14:14 +080061 ],
markchien911cf8f2021-07-19 17:23:54 +080062 "postsubmit": [
63 {
64 "name": "TetheringPrivilegedTests"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +090065 },
Lorenzo Colitti3b38b122022-01-12 16:06:07 +090066 {
Ken Chen1647f602021-10-05 21:55:22 +080067 "name": "netd_updatable_unit_test",
68 "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]
69 },
70 {
Hungming Chenaaa8bd82021-12-20 16:43:40 +080071 "name": "libclat_test"
Wayne Ma7be6bce2022-01-12 16:29:49 +080072 },
Wayne Ma320b95d2022-01-23 23:43:11 +080073 {
74 "name": "traffic_controller_unit_test",
Wayne Ma7be6bce2022-01-12 16:29:49 +080075 "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]
Ken Chenf426b2b2022-01-23 15:39:13 +080076 },
77 {
78 "name": "libnetworkstats_test"
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +090079 },
80 {
81 "name": "FrameworksNetDeflakeTest"
markchien911cf8f2021-07-19 17:23:54 +080082 }
83 ],
easoncyleea1b13d62020-06-12 14:14:14 +080084 "mainline-presubmit": [
85 {
easoncylee48c4cf62020-10-23 13:10:01 +080086 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080087 "options": [
88 {
89 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +090090 },
91 {
92 "exclude-annotation": "androidx.test.filters.RequiresDevice"
easoncyleea1b13d62020-06-12 14:14:14 +080093 }
94 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000095 },
96 {
Lorenzo Colitti98c83d02022-02-18 17:24:48 +090097 "name": "bpf_existence_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
98 },
99 {
Tyler Wearb4ab4c32022-03-03 21:44:30 -0800100 "name": "connectivity_native_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
101 },
102 {
Ken Chen1647f602021-10-05 21:55:22 +0800103 "name": "netd_updatable_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
104 },
105 {
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +0000106 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Wayne Ma7be6bce2022-01-12 16:29:49 +0800107 },
108 {
109 "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 +0800110 },
111 {
112 "name": "libnetworkstats_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
easoncyleea1b13d62020-06-12 14:14:14 +0800113 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +0000114 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +0000115 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000116 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +0000117 {
118 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
119 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000120 },
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +0900121 // TODO: move to mainline-presubmit when known green.
122 // Test with APK modules only, in cases where APEX is not supported, or the other modules were simply not updated
123 {
124 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]",
125 "options": [
126 {
127 "exclude-annotation": "com.android.testutils.SkipPresubmit"
128 },
129 {
130 "exclude-annotation": "androidx.test.filters.RequiresDevice"
131 },
132 {
133 "exclude-annotation": "com.android.testutils.ConnectivityModuleTest"
134 }
135 ]
136 },
137 // TODO: move to mainline-presubmit when known green.
Remi NGUYEN VAN73da4782022-02-16 20:34:31 +0900138 // Test with connectivity/tethering module only, to catch integration issues with older versions of other modules.
139 // "new tethering + old NetworkStack" is not a configuration that should really exist in the field, but
140 // there is no strong guarantee, and it is required by MTS testing for module qualification, where modules
141 // are tested independently.
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +0900142 {
143 "name": "CtsNetTestCasesLatestSdk[com.google.android.tethering.apex]",
144 "options": [
145 {
146 "exclude-annotation": "com.android.testutils.SkipPresubmit"
147 },
148 {
149 "exclude-annotation": "androidx.test.filters.RequiresDevice"
150 }
151 ]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000152 }
153 ],
Remi NGUYEN VAN3b813232022-02-16 12:15:14 +0900154 "auto-postsubmit": [
155 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
156 // automotive targets to avoid introducing additional test flake and build time. The plan for
157 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
158 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
159 // infra during the hardening phase.
160 // TODO: this tag to be removed once the above is no longer an issue.
161 {
162 "name": "FrameworksNetTests"
163 },
164 {
165 "name": "FrameworksNetIntegrationTests"
166 },
167 {
168 "name": "FrameworksNetDeflakeTest"
169 }
170 ],
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +0000171 "imports": [
172 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000173 "path": "frameworks/base/core/java/android/net"
174 },
175 {
Filip Zakrzewski8a5823d2022-01-07 20:47:30 +0000176 "path": "frameworks/opt/net/ethernet"
177 },
178 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000179 "path": "packages/modules/NetworkStack"
180 },
181 {
182 "path": "packages/modules/CaptivePortalLogin"
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +0000183 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +0900184 ]
185}