diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-28 02:45:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-28 02:45:54 +0000 |
commit | 5a9cc8f332141e2d005ab1f823a8ce311e3b8e84 (patch) | |
tree | ea8d59591c5c85f3b9481ab000f36968469fc399 /ms/controllerblueprints/application/src | |
parent | 8e8bfd22535e03f6c7df847813b5eaadd07c73ef (diff) | |
parent | a19a6d1683689ffcc95f160b0c2ed4718505e7f4 (diff) |
Merge "Applied comments from review: Change 74622 - Draft"
Diffstat (limited to 'ms/controllerblueprints/application/src')
-rwxr-xr-x[-rw-r--r--] | ms/controllerblueprints/application/src/test/resources/application.properties | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties index 48f70b0ea..9c8a96cba 100644..100755 --- a/ms/controllerblueprints/application/src/test/resources/application.properties +++ b/ms/controllerblueprints/application/src/test/resources/application.properties @@ -46,4 +46,10 @@ controllerblueprints.loadBluePrintPaths=./../../../../components/model-catalog/b controllerblueprints.loadModelType=false
controllerblueprints.loadModeTypePaths=./../../../../components/model-catalog/definition-type/starter-type
controllerblueprints.loadResourceDictionary=false
-controllerblueprints.loadResourceDictionaryPaths=./../../../../components/model-catalog/resource-dictionary/starter-dictionary
\ No newline at end of file +controllerblueprints.loadResourceDictionaryPaths=./../../../../components/model-catalog/resource-dictionary/starter-dictionary
+
+# CBA file extension
+controllerblueprints.loadCbaExtension=zip
+
+# CBA examples for tests cases
+controllerblueprints.loadBlueprintsExamplesPath=./../../../../components/model-catalog/blueprint-model/test-blueprints
\ No newline at end of file |