blob: 9ecc83c7d941384c190bb278470d6ad5306db776 [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 },
42 { "name": "traffic_controller_unit_test",
43 "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"]
markchien911cf8f2021-07-19 17:23:54 +080044 }
45 ],
easoncyleea1b13d62020-06-12 14:14:14 +080046 "mainline-presubmit": [
47 {
easoncylee48c4cf62020-10-23 13:10:01 +080048 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080049 "options": [
50 {
51 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +090052 },
53 {
54 "exclude-annotation": "androidx.test.filters.RequiresDevice"
easoncyleea1b13d62020-06-12 14:14:14 +080055 }
56 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000057 },
58 {
59 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Wayne Ma7be6bce2022-01-12 16:29:49 +080060 },
61 {
62 "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 +080063 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000064 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000065 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000066 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000067 {
68 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
69 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000070 },
71 {
72 "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Lorenzo Colitti3b38b122022-01-12 16:06:07 +090073 },
74 // TODO: move to mainline-presubmit when known green.
75 {
76 "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 +000077 }
78 ],
79 "imports": [
80 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000081 "path": "frameworks/base/core/java/android/net"
82 },
83 {
Filip Zakrzewski8a5823d2022-01-07 20:47:30 +000084 "path": "frameworks/opt/net/ethernet"
85 },
86 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000087 "path": "packages/modules/NetworkStack"
88 },
89 {
90 "path": "packages/modules/CaptivePortalLogin"
91 },
92 {
93 "path": "packages/modules/Connectivity"
94 },
95 {
96 "path": "packages/modules/Connectivity/Tethering"
97 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090098 ]
99}