diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2019-09-26 13:20:28 +0100 |
---|---|---|
committer | Oren Kleks <oren.kleks@amdocs.com> | 2019-10-29 14:15:57 +0000 |
commit | c42c9f75adb72f80e57694b5bf67db7c94f33a89 (patch) | |
tree | f5e16e64400af3f795061dceb02fee8522ed4245 /test-apis-ci/src/test/resources | |
parent | 145e960db3614cf499aa0be0dbb4f19b3ba3183e (diff) |
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 <anderson.ribeiro@est.tech>
Diffstat (limited to 'test-apis-ci/src/test/resources')
-rw-r--r-- | test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack1/myHeatStack1.yml | 2 | ||||
-rw-r--r-- | test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack2/myHeatStack2.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack1/myHeatStack1.yml b/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack1/myHeatStack1.yml index 484ed4dff6..db40c2e5dd 100644 --- a/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack1/myHeatStack1.yml +++ b/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack1/myHeatStack1.yml @@ -6,7 +6,7 @@ org.openecomp.groups.MyHeatStack1: type: list description: Heat files which associate to this group/heat stack required: true - status: SUPPORTED + status: supported entry_schema: type: string url_credential: diff --git a/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack2/myHeatStack2.yml b/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack2/myHeatStack2.yml index 94fbb0451e..017aac2f57 100644 --- a/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack2/myHeatStack2.yml +++ b/test-apis-ci/src/test/resources/CI/importTypesTest/myHeatStack2/myHeatStack2.yml @@ -7,7 +7,7 @@ org.openecomp.groups.MyHeatStack2: type: list description: Heat files which associate to this group/heat stack required: true - status: SUPPORTED + status: supported entry_schema: type: string url_credential: |