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 | |
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')
-rw-r--r-- | integration-tests/src/test/resources/Files/VFCs/1-VFC-NetworkFunction.yaml | 2 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/integration-tests/src/test/resources/Files/VFCs/1-VFC-NetworkFunction.yaml b/integration-tests/src/test/resources/Files/VFCs/1-VFC-NetworkFunction.yaml index 7949abfdc4..125235d88c 100644 --- a/integration-tests/src/test/resources/Files/VFCs/1-VFC-NetworkFunction.yaml +++ b/integration-tests/src/test/resources/Files/VFCs/1-VFC-NetworkFunction.yaml @@ -10,7 +10,7 @@ node_types: type: string required: false attributes: - atttr_1: + attr_1: type: string default: 'Integration Test' attr_2: 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> |