blob: 5dd1654abe864b704ed15de46a8cadf01aa52cd7 [file] [log] [blame]
Remi NGUYEN VANc8ad6bd2019-01-25 12:57:53 +09001{
Remi NGUYEN VANed96ca52019-03-08 18:08:48 +09002 "presubmit": [
Remi NGUYEN VANc8ad6bd2019-01-25 12:57:53 +09003 {
4 "name": "NetworkStackTests"
Remi NGUYEN VAN5f48efe2019-09-06 15:16:29 +09005 },
6 {
7 "name": "NetworkStackNextTests"
Remi NGUYEN VAN249aadc2021-04-19 02:21:12 +00008 },
9 {
10 "name": "NetworkStackIntegrationTests"
Remi NGUYEN VANc8ad6bd2019-01-25 12:57:53 +090011 }
Remi NGUYEN VAN03886222019-07-18 13:25:38 +090012 ],
Junb8607152021-02-10 18:18:38 -080013 "auto-postsubmit": [
14 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
15 // automotive targets to avoid introducing additional test flake and build time. The plan for
16 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
17 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
18 // infra during the hardening phase.
19 // TODO: this tag to be removed once the above is no longer an issue.
20 {
21 "name": "NetworkStackTests"
22 },
23 {
24 "name": "NetworkStackNextTests"
25 },
26 {
Junb8607152021-02-10 18:18:38 -080027 "name": "NetworkStackIntegrationTests"
28 }
29 ],
Remi NGUYEN VAN0e6d63f2020-11-19 04:17:40 +000030 "mainline-presubmit": [
31 // These are unit tests only, so they don't actually require any modules to be installed.
32 // We must specify at least one module here or the tests won't run. Use the same set as CTS
33 // so in theory the infra would not need to reinstall/reboot devices to run both.
34 {
Remi NGUYEN VAN34122c12021-09-02 01:22:53 +000035 "name": "NetworkStackTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
Remi NGUYEN VAN0e6d63f2020-11-19 04:17:40 +000036 }
Remi NGUYEN VAN4f94e162020-12-15 09:50:23 +000037 ],
Remi NGUYEN VAN249aadc2021-04-19 02:21:12 +000038 "mainline-postsubmit": [
39 {
40 "name": "NetworkStackIntegrationTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
41 }
42 ],
Remi NGUYEN VAN4f94e162020-12-15 09:50:23 +000043 "imports": [
44 {
45 "path": "packages/modules/Connectivity"
46 }
Remi NGUYEN VANc8ad6bd2019-01-25 12:57:53 +090047 ]
Remi NGUYEN VAN03886222019-07-18 13:25:38 +090048}