diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2021-03-04 11:49:00 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-03-24 10:42:15 +0000 |
commit | 3338ccfb38a060b7f2e0036c1b31e24eaa31756c (patch) | |
tree | 48b8a40caba231c148c353b9db0c0ab286140eb4 /integration-tests/src/test/resources | |
parent | 134ca5667da901a703ecb0c78d96873712a9d0d3 (diff) |
Add new ui integration test flow
New flows for onboarding VNF`s and CNF`s, download and verify if the onboarded package is present
Issue-ID: SDC-3507
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: Ie53c9ef4ef739d72fa78d3e14511d4107ee7a12a
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> |