diff options
Diffstat (limited to 'integration-tests/src/test/resources')
-rw-r--r-- | integration-tests/src/test/resources/Files/ETSI/ETSI-CNF-SAMPLE.csar | bin | 0 -> 21234 bytes | |||
-rw-r--r-- | integration-tests/src/test/resources/Files/ETSI/ETSI-VNF-SAMPLE.csar | bin | 0 -> 2229 bytes | |||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 6 |
3 files changed, 6 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/Files/ETSI/ETSI-CNF-SAMPLE.csar b/integration-tests/src/test/resources/Files/ETSI/ETSI-CNF-SAMPLE.csar Binary files differnew file mode 100644 index 0000000000..841eddd84d --- /dev/null +++ b/integration-tests/src/test/resources/Files/ETSI/ETSI-CNF-SAMPLE.csar diff --git a/integration-tests/src/test/resources/Files/ETSI/ETSI-VNF-SAMPLE.csar b/integration-tests/src/test/resources/Files/ETSI/ETSI-VNF-SAMPLE.csar Binary files differnew file mode 100644 index 0000000000..10c7169ab9 --- /dev/null +++ b/integration-tests/src/test/resources/Files/ETSI/ETSI-VNF-SAMPLE.csar 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 2cc0808076..78f9cdc197 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -31,6 +31,12 @@ <include name="createEtsiNetworkService"/> </methods> </class> + <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiOnboardVnfCnfUiTests"> + <methods> + <include name="createVlm"/> + <include name="onboardEtsiVnfCnfFlow"/> + </methods> + </class> </classes> </test> </suite> |