aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/application/src
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-11-15 20:35:12 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-15 20:35:12 +0000
commit8e2f54808446119be1fc4fa2a8f3cf089aeabd46 (patch)
treeb72f9e4ec923101220bb7bb1a22ad53e9adb3360 /ms/controllerblueprints/application/src
parent452a3c355a74436457bd526e08c08583e64a7ae0 (diff)
parenta9bf0541c65d8bb81b814bd85253cf4518fcb52b (diff)
Merge "Controller Design Studio"
Diffstat (limited to 'ms/controllerblueprints/application/src')
-rw-r--r--ms/controllerblueprints/application/src/test/resources/application.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties
index e812da5c..62ef2a74 100644
--- a/ms/controllerblueprints/application/src/test/resources/application.properties
+++ b/ms/controllerblueprints/application/src/test/resources/application.properties
@@ -35,11 +35,11 @@ swagger.contact.email=brindasanth@onap.com
#Load Blueprints
# blueprints.load.initial-data may be overridden by ENV variables
blueprints.load.initial-data=true
-load.dataTypePath=load/model_type/data_type
-load.nodeTypePath=load/model_type/node_type
-load.artifactTypePath=load/model_type/artifact_type
-load.resourceDictionaryPath=load/resource_dictionary
-load.blueprintsPath=load/blueprints
+load.dataTypePath=./../../../components/model-catalog/definition-type/starter-type/data_type
+load.nodeTypePath=./../../../components/model-catalog/definition-type/starter-type/node_type
+load.artifactTypePath=./../../../components/model-catalog/definition-type/starter-type/artifact_type
+load.resourceDictionaryPath=./../../../components/model-catalog/resource-dictionary/starter-dictionary
+load.blueprintsPath=./../../../components/model-catalog/blueprint-model/starter-blueprint
# Load Resource Source Mappings
resourceSourceMappings=db=source-db,input=source-input,default=source-default,mdsal=source-rest \ No newline at end of file