aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2021-04-09 09:59:07 +0100
committerChristophe Closset <christophe.closset@intl.att.com>2021-04-12 08:37:05 +0000
commit6035b0849ea1394345d86a63bb68851a8930c4ae (patch)
tree8635721ea527227438b8a9a369b123f455caf494 /integration-tests/src/test/resources
parent49e74d3a9d5f77af3e2aa321a863fd83a1ca6f73 (diff)
Improve ETSI NS UI test
- import a ETSI VNF that has the tosca.capabilities.nfv.VirtualLinkable requirement; - externalize the tosca.capabilities.nfv.VirtualLinkable requirement and certify the imported ETSI VNF; - on the created ETSI NS Service (already existing flow), adds two instances of the imported ETSI VNF and a NsVirtualLink; - create a relationship between the two ETSI VNF to the NsVirtualLink, through the tosca.capabilities.nfv.VirtualLinkable requirement/ capability; - checks for the new nodes and relationship in the generated ETSI NS package. Change-Id: I57fa3079f473c7afcb7569941f870233ce7bdcca Issue-ID: SDC-3550 Signed-off-by: André Schmid <andre.schmid@est.tech>
Diffstat (limited to 'integration-tests/src/test/resources')
-rw-r--r--integration-tests/src/test/resources/Files/VNFs/etsi-vnf-virtual-linkable.csarbin0 -> 19877 bytes
-rw-r--r--integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml6
2 files changed, 1 insertions, 5 deletions
diff --git a/integration-tests/src/test/resources/Files/VNFs/etsi-vnf-virtual-linkable.csar b/integration-tests/src/test/resources/Files/VNFs/etsi-vnf-virtual-linkable.csar
new file mode 100644
index 0000000000..929833c1fa
--- /dev/null
+++ b/integration-tests/src/test/resources/Files/VNFs/etsi-vnf-virtual-linkable.csar
Binary files differ
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 a834ffd5da..9a4eab1a8b 100644
--- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml
+++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml
@@ -27,11 +27,7 @@
</methods>
</class>
<class name="org.onap.sdc.frontend.ci.tests.execute.sanity.GAB"/>
- <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiNetworkServiceUiTests">
- <methods>
- <include name="createEtsiNetworkService"/>
- </methods>
- </class>
+ <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiNetworkServiceUiTests"/>
<class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiOnboardVnfCnfUiTests">
<methods>
<include name="createVlm"/>