Add support for simple yaml profile 1.2 48/102148/6
authorvasraz <vasyl.razinkov@est.tech>
Fri, 21 Feb 2020 13:50:25 +0000 (13:50 +0000)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Mon, 23 Mar 2020 10:32:59 +0000 (10:32 +0000)
commit4aac4cb40950784ba643c22db890108811c67449
treeb77f81bcbea04fc4d13ff4d65d5cb181e50b5647
parentbe6b52d13ff94f39645b968237bae62982965033
Add support for simple yaml profile 1.2

Fix NPE in GroupEntityQuery, NodeTemplateEntityQuery, PolicyEntityQuery, QueryProcessor
Add new CSAR to test tosca_definitions_version: tosca_simple_yaml_1_2

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ib52616b3d86008d5fece2f146309b35d79fafa18
Issue-ID: SDC-2738
sdc-tosca/src/main/java/org/onap/sdc/tosca/parser/elements/queries/GroupEntityQuery.java
sdc-tosca/src/main/java/org/onap/sdc/tosca/parser/elements/queries/NodeTemplateEntityQuery.java
sdc-tosca/src/main/java/org/onap/sdc/tosca/parser/elements/queries/PolicyEntityQuery.java
sdc-tosca/src/main/java/org/onap/sdc/tosca/parser/impl/QueryProcessor.java
sdc-tosca/src/test/java/org/onap/sdc/impl/ToscaParserSimpleYaml12Test.java [new file with mode: 0644]
sdc-tosca/src/test/resources/csars/resource-Amf-tosca_simple_yaml_1_2.csar [new file with mode: 0644]
sdc-tosca/src/test/resources/csars/resource-Networkfunction-tosca_simple_yaml_1_2.csar [new file with mode: 0644]
sdc-tosca/src/test/resources/csars/resource-Networkservice-tosca_simple_yaml_1_2.csar [new file with mode: 0644]
sdc-tosca/src/test/resources/csars/resource-Resource-tosca_simple_yaml_1_2.csar [new file with mode: 0644]