summaryrefslogtreecommitdiffstats
path: root/src/test/resources/clds/blueprint-parser-mapping.json
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2018-03-21 14:08:39 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-21 14:08:39 +0000
commite71a59552ad658cf75e2fb0bfd375bdf51695f0d (patch)
tree8b0b01a0c344b1a97c4e705efb9f7384c6a25f48 /src/test/resources/clds/blueprint-parser-mapping.json
parentaf455560f39b716a8d770a39012e4004ac03e9f3 (diff)
parentccb7152d2619a72367ba41dadd18812122425bda (diff)
Merge "CsarInstaller introduction"
Diffstat (limited to 'src/test/resources/clds/blueprint-parser-mapping.json')
-rw-r--r--src/test/resources/clds/blueprint-parser-mapping.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/resources/clds/blueprint-parser-mapping.json b/src/test/resources/clds/blueprint-parser-mapping.json
new file mode 100644
index 00000000..a16ef0cb
--- /dev/null
+++ b/src/test/resources/clds/blueprint-parser-mapping.json
@@ -0,0 +1,16 @@
+[
+ {
+ "blueprintKey": "tca_",
+ "files": {
+ "bpmnXmlFilePath": "classpath:/clds/templates/bpmn/tca-template.xml",
+ "svgXmlFilePath": "classpath:/clds/templates/bpmn/tca-img.xml"
+ }
+ },
+ {
+ "blueprintKey": "holmes_",
+ "files": {
+ "bpmnXmlFilePath": "classpath:/clds/templates/bpmn/holmes-template.xml",
+ "svgXmlFilePath": "classpath:/clds/templates/bpmn/holmes-img.xml"
+ }
+ }
+]