Import of VFC will maintain interface implementations 69/101969/6
authorMichaelMorris <michael.morris@est.tech>
Wed, 12 Feb 2020 14:59:19 +0000 (14:59 +0000)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Tue, 24 Mar 2020 14:19:28 +0000 (14:19 +0000)
commite224d76e1558a31818badc60af59dc02e0fb268a
treee928a5d2b46dd2519c70fe95be7f165246740914
parent97930ffc459281aa11c8e3fb1ffacafdc3d161be
Import of VFC will maintain interface implementations

Issue-ID: SDC-2772
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Change-Id: Id387ebd67ff0b136d532df70fe8b2b8760edc433
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ImportUtils.java
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ResourceImportManager.java
catalog-be/src/main/java/org/openecomp/sdc/be/tosca/CsarUtils.java
catalog-be/src/main/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtil.java
catalog-be/src/test/java/org/openecomp/sdc/be/components/ResourceImportManagerTest.java
catalog-be/src/test/java/org/openecomp/sdc/be/components/impl/ImportUtilsTest.java
catalog-be/src/test/java/org/openecomp/sdc/be/tosca/utils/OperationArtifactUtilTest.java
catalog-be/src/test/resources/customTypes/custom-types-node-type-with-interface-impl-unknown-operation.yml [new file with mode: 0644]
catalog-be/src/test/resources/customTypes/custom-types-node-type-with-interface-impl.yml [new file with mode: 0644]
catalog-be/src/test/resources/customTypes/custom-types-node-type-with-unknown-interface-impl.yml [new file with mode: 0644]