diff options
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> |