From c42c9f75adb72f80e57694b5bf67db7c94f33a89 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 26 Sep 2019 13:20:28 +0100 Subject: Fix for status properties value. These changes were made to align the normative types to the TOSCA property definition requirements. Issue-ID: SDC-322 Change-Id: I32e815dd26990dd6c82c859ad051b271db3c8029 Signed-off-by: aribeiro --- .../mock/analyzerService/ServiceTemplateFileNotFoundTest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/analyzerService/ServiceTemplateFileNotFoundTest.yaml') diff --git a/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/analyzerService/ServiceTemplateFileNotFoundTest.yaml b/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/analyzerService/ServiceTemplateFileNotFoundTest.yaml index 37b242b53f..32c2ba824e 100644 --- a/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/analyzerService/ServiceTemplateFileNotFoundTest.yaml +++ b/openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/analyzerService/ServiceTemplateFileNotFoundTest.yaml @@ -11,13 +11,13 @@ node_types: admin_pass: description: The administrator password for the server type: string - status: SUPPORTED + status: supported default: overridden default value required: false new_property: description: new property type: string - status: SUPPORTED + status: supported required: false data_types: org.openecomp.datatypes.heat.network.MyAddressPair: @@ -27,13 +27,13 @@ data_types: mac_address: description: MAC address type: string - status: SUPPORTED + status: supported required: false default: overridden default value new_property: description: new property type: string - status: SUPPORTED + status: supported required: false org.openecomp.datatypes.heat.network.MyNewAddressPair: derived_from: org.openecomp.datatypes.heat.network.MyAddressPair @@ -42,7 +42,7 @@ data_types: mac_address: description: MAC address type: string - status: SUPPORTED + status: supported required: true default: overridden default value topology_template: -- cgit 1.2.3-korg