Expose generic Service properties as properties 85/107685/3
authorandre.schmid <andre.schmid@est.tech>
Wed, 13 May 2020 14:25:30 +0000 (15:25 +0100)
committerJulien Bertozzi <julien.bertozzi@intl.att.com>
Mon, 24 Aug 2020 12:38:49 +0000 (12:38 +0000)
commit597bc127b6fc91c77fe2c5c759c194a6e50b9c4e
treeff8b4f377d2f8589f9171f12277d45ddcf798d53
parentec44cb3e846e1129dc0cb245bd1edef67d8ed3e3
Expose generic Service properties as properties

During the Service creation, the properties declared in the Generic
Service Type are being parsed to inputs, but not to properties.
The change parses the properties also to properties, keeping the
previous input logic.

Change-Id: I3ceba3adeaab56cd49fc8fbd657b02aa7c93e79b
Issue-ID: SDC-3061
Signed-off-by: andre.schmid <andre.schmid@est.tech>
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/ServiceBusinessLogic.java
catalog-be/src/test/java/org/openecomp/sdc/be/components/impl/ServiceBusinessLogicTest.java