blob: ffbd1fc8fcfae09eddd024f14083e1eea8439ba0 [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"
Wayne Ma7be6bce2022-01-12 16:29:49 +080026 },
27 {
28 "name": "traffic_controller_unit_test"
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090029 }
easoncyleea1b13d62020-06-12 14:14:14 +080030 ],
markchien911cf8f2021-07-19 17:23:54 +080031 "postsubmit": [
32 {
33 "name": "TetheringPrivilegedTests"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +090034 },
35 // TODO: move to presubmit when known green.
36 {
37 "name": "bpf_existence_test"
Hungming Chenaaa8bd82021-12-20 16:43:40 +080038 },
39 {
40 "name": "libclat_test"
Wayne Ma7be6bce2022-01-12 16:29:49 +080041 },
Wayne Ma320b95d2022-01-23 23:43:11 +080042 {
43 "name": "traffic_controller_unit_test",
Wayne Ma7be6bce2022-01-12 16:29:49 +080044 "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]
markchien911cf8f2021-07-19 17:23:54 +080045 }
46 ],
easoncyleea1b13d62020-06-12 14:14:14 +080047 "mainline-presubmit": [
48 {
easoncylee48c4cf62020-10-23 13:10:01 +080049 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080050 "options": [
51 {
52 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +090053 },
54 {
55 "exclude-annotation": "androidx.test.filters.RequiresDevice"
easoncyleea1b13d62020-06-12 14:14:14 +080056 }
57 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000058 },
59 {
60 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Wayne Ma7be6bce2022-01-12 16:29:49 +080061 },
62 {
63 "name": "traffic_controller_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
easoncyleea1b13d62020-06-12 14:14:14 +080064 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000065 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000066 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000067 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000068 {
69 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
70 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000071 },
72 {
73 "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +090074 },
75 // TODO: move to mainline-presubmit when known green.
76 {
77 "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 +000078 }
79 ],
80 "imports": [
81 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000082 "path": "frameworks/base/core/java/android/net"
83 },
84 {
Filip Zakrzewski8a5823d2022-01-07 20:47:30 +000085 "path": "frameworks/opt/net/ethernet"
86 },
87 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000088 "path": "packages/modules/NetworkStack"
89 },
90 {
91 "path": "packages/modules/CaptivePortalLogin"
92 },
93 {
94 "path": "packages/modules/Connectivity"
95 },
96 {
97 "path": "packages/modules/Connectivity/Tethering"
98 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090099 ]
100}