diff options
author | Vidyashree-Huawei <vidyashree.rama@huawei.com> | 2020-04-20 12:18:50 +0530 |
---|---|---|
committer | Vidyashree-Huawei <vidyashree.rama@huawei.com> | 2020-04-21 20:28:13 +0530 |
commit | 472dc126eb9f30c09df344357db2c62f20d0b92c (patch) | |
tree | ee2ab2696d67547c2822fb5e22d618bc51f9fd5e /src/test/resources/tosca/operational-policy-cds-payload-with-list.json | |
parent | bd6abe51f90936ecb4a7de92a3f40978675a2886 (diff) |
Payload is expected as string in operational policy
1. converted json to string for legacy operational policy
2. added payload data as default string value for generic operational policy
Change-Id: If63423c24d736623b227537f0f83edeaac819215
Issue-ID: CLAMP-831
Signed-off-by: Vidyashree-Huawei <vidyashree.rama@huawei.com>
Diffstat (limited to 'src/test/resources/tosca/operational-policy-cds-payload-with-list.json')
-rw-r--r-- | src/test/resources/tosca/operational-policy-cds-payload-with-list.json | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/test/resources/tosca/operational-policy-cds-payload-with-list.json b/src/test/resources/tosca/operational-policy-cds-payload-with-list.json index 24269ec7..13b468ea 100644 --- a/src/test/resources/tosca/operational-policy-cds-payload-with-list.json +++ b/src/test/resources/tosca/operational-policy-cds-payload-with-list.json @@ -258,7 +258,7 @@ } }, "payload": { - "title": "Payload (YAML)", + "title": "Payload", "type": "object", "properties": { "artifact_name": { @@ -297,15 +297,9 @@ } } }, - "resource-assignment-properties": { - "title": "resource-assignment-properties", - "type": "object", - "properties": { - "private1-prefix-id": { - "title": "private1-prefix-id", - "type": "string" - } - } + "private1-prefix-id": { + "title": "private1-prefix-id", + "type": "string" } } } |