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 | f5e7b450adf2392f5748ad0a95b1243527e65bee (patch) | |
tree | aea924a729d3fbcf1e31696fadfa19ffb4b9b80d /ms/controllerblueprints/application/src | |
parent | d35235fd2ec0c9108594150c4f710622d59efc8a (diff) | |
parent | beb4b741c0093384bd39e8e4b1a917bf198ff953 (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 48f70b0e..9c8a96cb 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 |