Update SdWanServiceTest CSAR to make it valid 99/60899/1
authormark.j.leonard <mark.j.leonard@gmail.com>
Thu, 16 Aug 2018 11:22:58 +0000 (12:22 +0100)
committermark.j.leonard <mark.j.leonard@gmail.com>
Thu, 16 Aug 2018 11:33:31 +0000 (12:33 +0100)
commit90a8e74df9e1c89da4bb01bd5769c5e428285965
treec50fd83940d7c47dbbfc00658522a75a9cb75a85
parent9b8444de650689fa1361e510a07c252fdc727162
Update SdWanServiceTest CSAR to make it valid

The SD-WAN test CSAR file is parseable using the sdc-tosca dependency
version 1.4.1 but it cannot be parsed using version 1.4.2 and above, as
there are missing data types leading to inheritance errors.

Correct the test CSAR file by adding the missing types. This has a
beneficial side-effect of increasing code coverage.

Issue-ID: AAI-1250
Change-Id: I41682b49d9d0a260a6feff05fda135949b46ec05
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
12 files changed:
src/test/java/org/onap/aai/babel/csar/extractor/YamlExtractorTest.java
src/test/resources/compressedArtifacts/service-SdWanServiceTest-csar.csar
src/test/resources/ymlFiles/capabilities.yml [new file with mode: 0644]
src/test/resources/ymlFiles/data.yml
src/test/resources/ymlFiles/nodes.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-Allotedresource-template.yml
src/test/resources/ymlFiles/resource-SdWanTestVsp-template-interface.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-SdWanTestVsp-template.yml
src/test/resources/ymlFiles/resource-SdwantestvspNodesDummyServer-template.yml [new file with mode: 0644]
src/test/resources/ymlFiles/resource-TunnelXconntest-template-interface.yml [new file with mode: 0644]
src/test/resources/ymlFiles/service-SdWanServiceTest-template-interface.yml [new file with mode: 0644]
src/test/resources/ymlFiles/service-SdWanServiceTest-template.yml