diff options
author | 2024-10-25 11:55:01 -0700 | |
---|---|---|
committer | 2024-10-25 12:04:22 -0700 | |
commit | e8bbeada6a4b1ce291841aee130781271ccdb4fa (patch) | |
tree | abddb831f835c179617ef158d8ec675c89d947ce | |
parent | edd8447bafabb5e812961cceeb763505622d9a1f (diff) |
Add VCN tests to postsubmit
This patch is to fulfil the prerequisite for adding these
tests to presubmit in this TEST_MAPPING file, as per
go/test-mapping-slo-guide. It also adds postsubmit coverage
for future VCN changes.
Bug: 369703242
Test: build
Flag: EXEMPT TEST_MAPPING change
Change-Id: I83c9034b56e7a6de458f26b8a4f01df08f355e87
-rw-r--r-- | packages/Vcn/TEST_MAPPING | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/Vcn/TEST_MAPPING b/packages/Vcn/TEST_MAPPING new file mode 100644 index 000000000000..bde88fe9b717 --- /dev/null +++ b/packages/Vcn/TEST_MAPPING @@ -0,0 +1,10 @@ +{ + "postsubmit": [ + { + "name": "FrameworksVcnTests" + }, + { + "name": "CtsVcnTestCases" + } + ] +}
\ No newline at end of file |