From 975dccc51b43b5a4019c45f448e63a110e3bd603 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 28 Apr 2020 16:01:35 +0200 Subject: Fix VNF entityId in policies Fix the VNF entity IDs value in json schema for each policies (in UI) Issue-ID: CLAMP-843 Signed-off-by: sebdet Change-Id: I9515b01422acdfc0ec36f10cc70994145e561d7f --- src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json | 2 +- src/test/resources/tosca/operational-policy-cds-payload-with-list.json | 2 +- src/test/resources/tosca/operational-policy-json-schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/resources/tosca') diff --git a/src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json b/src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json index e03e48fcf..f6713aff3 100644 --- a/src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json +++ b/src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json @@ -267,7 +267,7 @@ "resourceID": { "title": "Resource ID", "type": "string", - "default": "vLoadBalancerMS", + "default": "1a31b9f2-e50d-43b7-89b3-a040250cf506", "readOnly": "True" } } 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 190636c4b..9a9308e3b 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 @@ -386,7 +386,7 @@ "resourceID": { "title": "Resource ID", "type": "string", - "default": "vLoadBalancerMS", + "default": "1a31b9f2-e50d-43b7-89b3-a040250cf506", "readOnly": "True" } } diff --git a/src/test/resources/tosca/operational-policy-json-schema.json b/src/test/resources/tosca/operational-policy-json-schema.json index 32adce9bd..e8363b468 100644 --- a/src/test/resources/tosca/operational-policy-json-schema.json +++ b/src/test/resources/tosca/operational-policy-json-schema.json @@ -744,7 +744,7 @@ "resourceID": { "title": "Resource ID", "type": "string", - "default": "vLoadBalancerMS", + "default": "1a31b9f2-e50d-43b7-89b3-a040250cf506", "readOnly": "True" } } -- cgit 1.2.3-korg