| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 1 | { | 
| Remi NGUYEN VAN | a773ccb | 2020-06-25 03:58:10 +0000 | [diff] [blame] | 2 |   "presubmit": [ | 
| Remi NGUYEN VAN | 48c6888 | 2021-07-16 01:36:12 +0000 | [diff] [blame] | 3 |     { | 
 | 4 |       "name": "ConnectivityCoverageTests" | 
 | 5 |     }, | 
| Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame] | 6 |     // 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 VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 10 |     { | 
| Remi NGUYEN VAN | ad380c1 | 2021-03-01 06:48:29 +0000 | [diff] [blame] | 11 |       "name": "CtsNetTestCases", | 
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 12 |       "options": [ | 
 | 13 |         { | 
 | 14 |           "exclude-annotation": "com.android.testutils.SkipPresubmit" | 
| Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 15 |         }, | 
 | 16 |         { | 
 | 17 |           "exclude-annotation": "androidx.test.filters.RequiresDevice" | 
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 18 |         } | 
 | 19 |       ] | 
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 20 |     }, | 
 | 21 |     { | 
| Lorenzo Colitti | 98c83d0 | 2022-02-18 17:24:48 +0900 | [diff] [blame] | 22 |       "name": "bpf_existence_test" | 
 | 23 |     }, | 
 | 24 |     { | 
| Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 25 |       "name": "netd_updatable_unit_test" | 
 | 26 |     }, | 
 | 27 |     { | 
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 28 |       "name": "TetheringTests" | 
 | 29 |     }, | 
 | 30 |     { | 
 | 31 |       "name": "TetheringIntegrationTests" | 
| Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame] | 32 |     }, | 
 | 33 |     { | 
 | 34 |       "name": "traffic_controller_unit_test" | 
| Ken Chen | f426b2b | 2022-01-23 15:39:13 +0800 | [diff] [blame] | 35 |     }, | 
 | 36 |     { | 
 | 37 |       "name": "libnetworkstats_test" | 
| Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 38 |     }, | 
 | 39 |     { | 
 | 40 |       "name": "FrameworksNetIntegrationTests" | 
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 41 |     } | 
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 42 |   ], | 
| markchien | 911cf8f | 2021-07-19 17:23:54 +0800 | [diff] [blame] | 43 |   "postsubmit": [ | 
 | 44 |     { | 
 | 45 |       "name": "TetheringPrivilegedTests" | 
| Lorenzo Colitti | 3b38b12 | 2022-01-12 16:06:07 +0900 | [diff] [blame] | 46 |     }, | 
| Lorenzo Colitti | 3b38b12 | 2022-01-12 16:06:07 +0900 | [diff] [blame] | 47 |     { | 
| Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 48 |       "name": "netd_updatable_unit_test", | 
 | 49 |       "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"] | 
 | 50 |     }, | 
 | 51 |     { | 
| Hungming Chen | aaa8bd8 | 2021-12-20 16:43:40 +0800 | [diff] [blame] | 52 |       "name": "libclat_test" | 
| Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame] | 53 |     }, | 
| Wayne Ma | 320b95d | 2022-01-23 23:43:11 +0800 | [diff] [blame] | 54 |     { | 
 | 55 |       "name": "traffic_controller_unit_test", | 
| Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame] | 56 |       "keywords": ["netd-device-kernel-4.9", "netd-device-kernel-4.14"] | 
| Ken Chen | f426b2b | 2022-01-23 15:39:13 +0800 | [diff] [blame] | 57 |     }, | 
 | 58 |     { | 
 | 59 |       "name": "libnetworkstats_test" | 
| Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 60 |     }, | 
 | 61 |     { | 
 | 62 |       "name": "FrameworksNetDeflakeTest" | 
| markchien | 911cf8f | 2021-07-19 17:23:54 +0800 | [diff] [blame] | 63 |     } | 
 | 64 |   ], | 
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 65 |   "mainline-presubmit": [ | 
 | 66 |     { | 
| easoncylee | 48c4cf6 | 2020-10-23 13:10:01 +0800 | [diff] [blame] | 67 |       "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", | 
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 68 |       "options": [ | 
 | 69 |         { | 
 | 70 |           "exclude-annotation": "com.android.testutils.SkipPresubmit" | 
| Remi NGUYEN VAN | 9a689f8 | 2021-10-28 09:41:21 +0900 | [diff] [blame] | 71 |         }, | 
 | 72 |         { | 
 | 73 |           "exclude-annotation": "androidx.test.filters.RequiresDevice" | 
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 74 |         } | 
 | 75 |       ] | 
| Remi NGUYEN VAN | 5a1f2f7 | 2021-07-01 13:55:49 +0000 | [diff] [blame] | 76 |     }, | 
 | 77 |     { | 
| Lorenzo Colitti | 98c83d0 | 2022-02-18 17:24:48 +0900 | [diff] [blame] | 78 |       "name": "bpf_existence_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" | 
 | 79 |     }, | 
 | 80 |     { | 
| Ken Chen | 1647f60 | 2021-10-05 21:55:22 +0800 | [diff] [blame] | 81 |       "name": "netd_updatable_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" | 
 | 82 |     }, | 
 | 83 |     { | 
| Remi NGUYEN VAN | 5a1f2f7 | 2021-07-01 13:55:49 +0000 | [diff] [blame] | 84 |       "name": "ConnectivityCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" | 
| Wayne Ma | 7be6bce | 2022-01-12 16:29:49 +0800 | [diff] [blame] | 85 |     }, | 
 | 86 |     { | 
 | 87 |       "name": "traffic_controller_unit_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" | 
| Ken Chen | f426b2b | 2022-01-23 15:39:13 +0800 | [diff] [blame] | 88 |     }, | 
 | 89 |     { | 
 | 90 |       "name": "libnetworkstats_test[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" | 
| easoncylee | a1b13d6 | 2020-06-12 14:14:14 +0800 | [diff] [blame] | 91 |     } | 
| Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 92 |   ], | 
| Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 93 |   "mainline-postsubmit": [ | 
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 94 |     // Tests on physical devices with SIM cards: postsubmit only for capacity constraints | 
| Remi NGUYEN VAN | 1bc6287 | 2020-11-25 07:35:21 +0000 | [diff] [blame] | 95 |     { | 
 | 96 |       "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]", | 
 | 97 |       "keywords": ["sim"] | 
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 98 |     }, | 
| Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 99 |     // TODO: move to mainline-presubmit when known green. | 
 | 100 |     // Test with APK modules only, in cases where APEX is not supported, or the other modules were simply not updated | 
 | 101 |     { | 
 | 102 |       "name": "CtsNetTestCasesLatestSdk[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]", | 
 | 103 |       "options": [ | 
 | 104 |         { | 
 | 105 |           "exclude-annotation": "com.android.testutils.SkipPresubmit" | 
 | 106 |         }, | 
 | 107 |         { | 
 | 108 |           "exclude-annotation": "androidx.test.filters.RequiresDevice" | 
 | 109 |         }, | 
 | 110 |         { | 
 | 111 |           "exclude-annotation": "com.android.testutils.ConnectivityModuleTest" | 
 | 112 |         } | 
 | 113 |       ] | 
 | 114 |     }, | 
 | 115 |     // TODO: move to mainline-presubmit when known green. | 
| Remi NGUYEN VAN | 73da478 | 2022-02-16 20:34:31 +0900 | [diff] [blame] | 116 |     // Test with connectivity/tethering module only, to catch integration issues with older versions of other modules. | 
 | 117 |     // "new tethering + old NetworkStack" is not a configuration that should really exist in the field, but | 
 | 118 |     // there is no strong guarantee, and it is required by MTS testing for module qualification, where modules | 
 | 119 |     // are tested independently. | 
| Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 120 |     { | 
 | 121 |       "name": "CtsNetTestCasesLatestSdk[com.google.android.tethering.apex]", | 
 | 122 |       "options": [ | 
 | 123 |         { | 
 | 124 |           "exclude-annotation": "com.android.testutils.SkipPresubmit" | 
 | 125 |         }, | 
 | 126 |         { | 
 | 127 |           "exclude-annotation": "androidx.test.filters.RequiresDevice" | 
 | 128 |         } | 
 | 129 |       ] | 
 | 130 |     }, | 
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 131 |     { | 
 | 132 |       "name": "TetheringCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" | 
 | 133 |     } | 
 | 134 |   ], | 
| Remi NGUYEN VAN | 3b81323 | 2022-02-16 12:15:14 +0900 | [diff] [blame] | 135 |   "auto-postsubmit": [ | 
 | 136 |     // Test tag for automotive targets. These are only running in postsubmit so as to harden the | 
 | 137 |     // automotive targets to avoid introducing additional test flake and build time. The plan for | 
 | 138 |     // presubmit testing for auto is to augment the existing tests to cover auto use cases as well. | 
 | 139 |     // Additionally, this tag is used in targeted test suites to limit resource usage on the test | 
 | 140 |     // infra during the hardening phase. | 
 | 141 |     // TODO: this tag to be removed once the above is no longer an issue. | 
 | 142 |     { | 
 | 143 |       "name": "FrameworksNetTests" | 
 | 144 |     }, | 
 | 145 |     { | 
 | 146 |       "name": "FrameworksNetIntegrationTests" | 
 | 147 |     }, | 
 | 148 |     { | 
 | 149 |       "name": "FrameworksNetDeflakeTest" | 
 | 150 |     } | 
 | 151 |   ], | 
| Remi NGUYEN VAN | d954bfc | 2021-05-20 01:25:47 +0000 | [diff] [blame] | 152 |   "imports": [ | 
 | 153 |     { | 
| Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 154 |       "path": "frameworks/base/core/java/android/net" | 
 | 155 |     }, | 
 | 156 |     { | 
| Filip Zakrzewski | 8a5823d | 2022-01-07 20:47:30 +0000 | [diff] [blame] | 157 |       "path": "frameworks/opt/net/ethernet" | 
 | 158 |     }, | 
 | 159 |     { | 
| Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 160 |       "path": "packages/modules/NetworkStack" | 
 | 161 |     }, | 
 | 162 |     { | 
 | 163 |       "path": "packages/modules/CaptivePortalLogin" | 
| Remi NGUYEN VAN | f353baf | 2021-03-19 16:03:06 +0000 | [diff] [blame] | 164 |     } | 
| Remi NGUYEN VAN | f33b6ea | 2020-06-03 16:10:43 +0900 | [diff] [blame] | 165 |   ] | 
 | 166 | } |