From 1f06d61152c1664e413200bc54e03e5828abcb2f Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 7 Sep 2018 10:06:06 -0400 Subject: SDN Controller Blueprints Processor Features Fixing Installer POM File to update features repo to org.onap.ccsdk.features/ccsdk-features Change-Id: I53a0b507326f926837a87f00e51cf116fdadfe4c Issue-ID: CCSDK-505 Signed-off-by: Singal, Kapil (ks220y) --- .../src/test/resources/service_templates/default.json | 8 ++++---- .../src/test/resources/service_templates/resource_assignment.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'blueprints-processor/plugin/model-provider/src') diff --git a/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/default.json b/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/default.json index f7dc5940a..d3dd9934a 100644 --- a/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/default.json +++ b/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/default.json @@ -241,7 +241,7 @@ "type" : "tosca.capabilities.Node" }, "content" : { - "type" : "tosca.capability.Content", + "type" : "tosca.capabilities.Content", "properties" : { "type" : { "required" : false, @@ -306,7 +306,7 @@ "type" : "tosca.capabilities.Node" }, "content" : { - "type" : "tosca.capability.Content", + "type" : "tosca.capabilities.Content", "properties" : { "type" : { "required" : false, @@ -371,7 +371,7 @@ }, "capabilities" : { "content" : { - "type" : "tosca.capability.Content", + "type" : "tosca.capabilities.Content", "properties" : { "content" : { "required" : true, @@ -380,7 +380,7 @@ } }, "mapping" : { - "type" : "tosca.capability.Mapping", + "type" : "tosca.capabilities.Mapping", "properties" : { "mapping" : { "required" : false, diff --git a/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/resource_assignment.json b/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/resource_assignment.json index 030af7b4f..0e29fe160 100644 --- a/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/resource_assignment.json +++ b/blueprints-processor/plugin/model-provider/src/test/resources/service_templates/resource_assignment.json @@ -194,7 +194,7 @@ "type": "tosca.capabilities.Node" }, "content": { - "type": "tosca.capability.Content", + "type": "tosca.capabilities.Content", "properties": { "type": { "required": false, @@ -321,7 +321,7 @@ }, "capabilities": { "content": { - "type": "tosca.capability.Content", + "type": "tosca.capabilities.Content", "properties": { "content": { "required": true, @@ -330,7 +330,7 @@ } }, "mapping": { - "type": "tosca.capability.Mapping", + "type": "tosca.capabilities.Mapping", "properties": { "mapping": { "required": false, -- cgit 1.2.3-korg