diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-03-21 14:08:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-21 14:08:39 +0000 |
commit | e71a59552ad658cf75e2fb0bfd375bdf51695f0d (patch) | |
tree | 8b0b01a0c344b1a97c4e705efb9f7384c6a25f48 /src/test/resources/application.properties | |
parent | af455560f39b716a8d770a39012e4004ac03e9f3 (diff) | |
parent | ccb7152d2619a72367ba41dadd18812122425bda (diff) |
Merge "CsarInstaller introduction"
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r-- | src/test/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 413cfe7a1..ad0355290 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -178,6 +178,7 @@ clamp.config.sdc.InstanceID=X-ECOMP-InstanceID clamp.config.sdc.header.requestId = X-ECOMP-RequestID
#
clamp.config.sdc.csarFolder = /tmp/sdc-tests
+clamp.config.sdc.blueprint.parser.mapping = classpath:/clds/blueprint-parser-mapping.json
#
clamp.config.ui.location.default=classpath:/clds/templates/ui-location-default.json
clamp.config.ui.alarm.default=classpath:/clds/templates/ui-alarm-default.json
|