diff options
author | James Mattis <jmattis@google.com> | 2021-03-10 15:12:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-10 15:12:49 +0000 |
commit | a4e69024bbb588eddc187685500178e0a4d113dd (patch) | |
tree | 77483a1da75c8bcf15acef321c4337843182d603 | |
parent | 643fb23a74a8382bfa73f8b517990dc20d356c87 (diff) | |
parent | 8f7d2dfa2c53957c0f12050a4e925f27cde3876d (diff) |
Merge "frameworks: add test group for auto tests"
-rw-r--r-- | tests/net/TEST_MAPPING | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/net/TEST_MAPPING b/tests/net/TEST_MAPPING index 89fc6ea2c47b..d659688700d3 100644 --- a/tests/net/TEST_MAPPING +++ b/tests/net/TEST_MAPPING @@ -9,6 +9,23 @@ "name": "FrameworksNetDeflakeTest" } ], + "auto-postsubmit": [ + // Test tag for automotive targets. These are only running in postsubmit so as to harden the + // automotive targets to avoid introducing additional test flake and build time. The plan for + // presubmit testing for auto is to augment the existing tests to cover auto use cases as well. + // Additionally, this tag is used in targeted test suites to limit resource usage on the test + // infra during the hardening phase. + // TODO: this tag to be removed once the above is no longer an issue. + { + "name": "FrameworksNetTests" + }, + { + "name": "FrameworksNetIntegrationTests" + }, + { + "name": "FrameworksNetDeflakeTest" + } + ], "imports": [ { "path": "cts/tests/tests/net" |