blob: 06d441631e5a106a29c7d7ab5afe126c97f3e671 [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"
31 }
32 ],
easoncyleea1b13d62020-06-12 14:14:14 +080033 "mainline-presubmit": [
34 {
easoncylee48c4cf62020-10-23 13:10:01 +080035 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
easoncyleea1b13d62020-06-12 14:14:14 +080036 "options": [
37 {
38 "exclude-annotation": "com.android.testutils.SkipPresubmit"
Remi NGUYEN VAN9a689f82021-10-28 09:41:21 +090039 },
40 {
41 "exclude-annotation": "androidx.test.filters.RequiresDevice"
easoncyleea1b13d62020-06-12 14:14:14 +080042 }
43 ]
Remi NGUYEN VAN5a1f2f72021-07-01 13:55:49 +000044 },
45 {
46 "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
easoncyleea1b13d62020-06-12 14:14:14 +080047 }
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000048 ],
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000049 "mainline-postsubmit": [
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000050 // Tests on physical devices with SIM cards: postsubmit only for capacity constraints
Remi NGUYEN VAN1bc62872020-11-25 07:35:21 +000051 {
52 "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
53 "keywords": ["sim"]
Remi NGUYEN VANd954bfc2021-05-20 01:25:47 +000054 },
55 {
56 "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
57 }
58 ],
59 "imports": [
60 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000061 "path": "frameworks/base/core/java/android/net"
62 },
63 {
Filip Zakrzewski8a5823d2022-01-07 20:47:30 +000064 "path": "frameworks/opt/net/ethernet"
65 },
66 {
Remi NGUYEN VANf353baf2021-03-19 16:03:06 +000067 "path": "packages/modules/NetworkStack"
68 },
69 {
70 "path": "packages/modules/CaptivePortalLogin"
71 },
72 {
73 "path": "packages/modules/Connectivity"
74 },
75 {
76 "path": "packages/modules/Connectivity/Tethering"
77 }
Remi NGUYEN VANf33b6ea2020-06-03 16:10:43 +090078 ]
79}