diff options
author | 2022-12-06 01:02:05 +0000 | |
---|---|---|
committer | 2023-01-18 20:54:31 +0000 | |
commit | ffba92fe03e2872efb3b3809bd6729a51461791f (patch) | |
tree | 7882ee6333478b4f0537733623a3f7245a544e77 /services/incremental | |
parent | 49d070c4e578ec24e550d506f582018d1d58c480 (diff) |
TEST_MAPPING: Add incremental install tests to kernel-presubmit
Bug: 258819618
Test: atest :kernel-presubmit
Change-Id: Ie887d7f11c2da982e224eb55ef61dfb95a23b438
Signed-off-by: Edward Liaw <edliaw@google.com>
Diffstat (limited to 'services/incremental')
-rw-r--r-- | services/incremental/TEST_MAPPING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/incremental/TEST_MAPPING b/services/incremental/TEST_MAPPING index 9fe090a400c8..3976a70a28e5 100644 --- a/services/incremental/TEST_MAPPING +++ b/services/incremental/TEST_MAPPING @@ -36,5 +36,10 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsIncrementalInstallHostTestCases" + } ] } |