diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-04-20 16:40:31 +0100 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-04-26 08:04:09 +0000 |
commit | 581595936b3f75aed5af8e6daedd813c27b48f55 (patch) | |
tree | 0965bfd7090cf64d20d7d5f051d12e6824734ce9 /integration-tests/src/test/resources/ci | |
parent | 39b533344f0a86401f5c41025cfdcf3139934569 (diff) |
Implement 'Add Outputs UI TC'
Change-Id: I8a357b9457c7f30b89400621ab7c4379ac586f88
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3503
Diffstat (limited to 'integration-tests/src/test/resources/ci')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml index cb1370865b..6098303598 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -39,6 +39,7 @@ <methods> <include name="importAndCertifyVfc"/> <include name="runServiceDesign"/> + <include name="addOutputsToVF_test"/> </methods> </class> </classes> |