blob: 2bb0e610955932b58107a2cdd6e3e594385d02d5 [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 ],
13 "postsubmit": [
14 {
15 "name": "NetworkStackHostTests"
Remi NGUYEN VAN03886222019-07-18 13:25:38 +090016 }
Remi NGUYEN VAN0e6d63f2020-11-19 04:17:40 +000017 ],
Junb8607152021-02-10 18:18:38 -080018 "auto-postsubmit": [
19 // Test tag for automotive targets. These are only running in postsubmit so as to harden the
20 // automotive targets to avoid introducing additional test flake and build time. The plan for
21 // presubmit testing for auto is to augment the existing tests to cover auto use cases as well.
22 // Additionally, this tag is used in targeted test suites to limit resource usage on the test
23 // infra during the hardening phase.
24 // TODO: this tag to be removed once the above is no longer an issue.
25 {
26 "name": "NetworkStackTests"
27 },
28 {
29 "name": "NetworkStackNextTests"
30 },
31 {
32 "name": "NetworkStackHostTests"
33 },
34 {
35 "name": "NetworkStackIntegrationTests"
36 }
37 ],
Remi NGUYEN VAN0e6d63f2020-11-19 04:17:40 +000038 "mainline-presubmit": [
39 // These are unit tests only, so they don't actually require any modules to be installed.
40 // We must specify at least one module here or the tests won't run. Use the same set as CTS
41 // so in theory the infra would not need to reinstall/reboot devices to run both.
42 {
Remi NGUYEN VANb679b6a2021-01-12 21:14:12 +090043 // TODO: add back tethering when it is updatable in this branch
44 "name": "NetworkStackTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]"
Remi NGUYEN VAN0e6d63f2020-11-19 04:17:40 +000045 }
Remi NGUYEN VAN4f94e162020-12-15 09:50:23 +000046 ],
Remi NGUYEN VAN249aadc2021-04-19 02:21:12 +000047 "mainline-postsubmit": [
48 {
49 "name": "NetworkStackIntegrationTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
50 }
51 ],
Remi NGUYEN VAN4f94e162020-12-15 09:50:23 +000052 "imports": [
53 {
54 "path": "packages/modules/Connectivity"
55 }
Remi NGUYEN VANc8ad6bd2019-01-25 12:57:53 +090056 ]
Remi NGUYEN VAN03886222019-07-18 13:25:38 +090057}