From 6035b0849ea1394345d86a63bb68851a8930c4ae Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 9 Apr 2021 09:59:07 +0100 Subject: Improve ETSI NS UI test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- .../resources/Files/VNFs/etsi-vnf-virtual-linkable.csar | Bin 0 -> 19877 bytes .../resources/ci/testSuites/frontend/onapUiSanity.xml | 6 +----- 2 files changed, 1 insertion(+), 5 deletions(-) create mode 100644 integration-tests/src/test/resources/Files/VNFs/etsi-vnf-virtual-linkable.csar (limited to 'integration-tests/src/test/resources') 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 Binary files /dev/null and b/integration-tests/src/test/resources/Files/VNFs/etsi-vnf-virtual-linkable.csar 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 @@ - - - - - + -- cgit 1.2.3-korg