aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorshiria <shiri.amichai@amdocs.com>2018-05-01 14:09:41 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-05-01 12:39:20 +0000
commitd74d87cd27afca784a8ed582b6b7015a8a8d243a (patch)
tree48d233cb848ecb2060f2c9c3b2805d9d44b4e98a /common
parent2ef3886c9b0223f4813ac1385318d6f2e600a4a8 (diff)
Fix TOSCA Analyzer - null point exception
In case there is import to not exist TOSCA file, exception with relevant error message should be thrown In getRequirementAssignment, when there is no Requirement, Optional.Empty is returned Change-Id: I8aabde177815dec2f69307f6be3c5114c5c8efa3 Issue-ID: SDC-1281 Signed-off-by: shiria <shiri.amichai@amdocs.com>
Diffstat (limited to 'common')
-rw-r--r--common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml
index af68802eaf..d51225692b 100644
--- a/common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml
+++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml
@@ -48,7 +48,7 @@ node_types:
- 0
- UNBOUNDED
interfaces:
- standard:
+ Standard:
type: tosca.interfaces.node.lifecycle.Standard
tosca.nodes.ObjectStorage: