aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/dao
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/example/dao')
-rw-r--r--src/test/resources/example/dao/bpmn-prop.json128
-rw-r--r--src/test/resources/example/dao/bpmn-template.xml110
-rw-r--r--src/test/resources/example/dao/image-template.xml406
-rw-r--r--src/test/resources/example/dao/template-doc-content.json104
4 files changed, 0 insertions, 748 deletions
diff --git a/src/test/resources/example/dao/bpmn-prop.json b/src/test/resources/example/dao/bpmn-prop.json
deleted file mode 100644
index a38d58c3b..000000000
--- a/src/test/resources/example/dao/bpmn-prop.json
+++ /dev/null
@@ -1,128 +0,0 @@
-{
- "Holmes_1m8n1s9": [
- {
- "name": "correlationalLogic",
- "value": "uktukk"
- }
- ],
- "TCA_11n5nl9": {
- "group1": [
- {
- "name": "tname",
- "value": "group1"
- },
- {
- "name": "tuuid",
- "value": "f734f031-10aa-t8fb-330f-04dde2886325"
- },
- {
- "name": "tcaPolId",
- "value": "policy1"
- },
- {
- "name": "eventName",
- "value": "vFirewallBroadcastPackets"
- },
- {
- "name": "controlLoopSchemaType",
- "value": "VNF"
- },
- {
- "serviceConfigurations": [
- [
- "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value",
- "LESS_OR_EQUAL",
- "123",
- "ABATED"
- ],
- [
- "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value",
- "GREATER_OR_EQUAL",
- "123",
- "ONSET"
- ]
- ]
- }
- ]
- },
- "global":
- [
- {
- "name": "service",
- "value":
- [
- "0f983e18-4603-4bb4-a98c-e29691fb16a1"
- ]
- },
-
- {
- "name": "vf",
- "value":
- [
- "6c7aaec2-59eb-41d9-8681-b7f976ab668d"
- ]
- },
-
- {
- "name": "actionSet",
- "value":
- [
- "vnfRecipe"
- ]
- },
-
- {
- "name": "location",
- "value":
- [
- "SNDGCA64"
- ]
- }
- ],
- "Policy_19c1hms": {
- "policy1": [
- {
- "name": "pname",
- "value": "policy1"
- },
- {
- "name": "pid",
- "value": "0"
- },
- {
- "name": "timeout",
- "value": "345"
- },
- {
- "policyConfigurations": [
- [
- {
- "name": "maxRetries",
- "value": [
- "3"
- ]
- },
- {
- "name": "retryTimeLimit",
- "value": [
- "180"
- ]
- },
- {
- "name": "_id",
- "value": [
- "JmAZRQx"
- ]
- },
- {
- "name": "parentPolicy",
- "value": [
- ""
- ]
- }
- ]
- ]
- }
- ]
- }
-}
diff --git a/src/test/resources/example/dao/bpmn-template.xml b/src/test/resources/example/dao/bpmn-template.xml
deleted file mode 100644
index 12671ac92..000000000
--- a/src/test/resources/example/dao/bpmn-template.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
- <bpmn:process id="Process_1" isExecutable="false">
- <bpmn:startEvent id="StartEvent_1">
- <bpmn:outgoing>SequenceFlow_0mshiwd</bpmn:outgoing>
- </bpmn:startEvent>
- <bpmn:vesCollector id="VesCollector_1s3sgbh">
- <bpmn:incoming>SequenceFlow_0mshiwd</bpmn:incoming>
- <bpmn:outgoing>SequenceFlow_0yenh9m</bpmn:outgoing>
- </bpmn:vesCollector>
- <bpmn:holmes id="Holmes_1m8n1s9">
- <bpmn:incoming>SequenceFlow_0yenh9m</bpmn:incoming>
- <bpmn:outgoing>SequenceFlow_1gq21be</bpmn:outgoing>
- </bpmn:holmes>
- <bpmn:tCA id="TCA_11n5nl9">
- <bpmn:incoming>SequenceFlow_1gq21be</bpmn:incoming>
- <bpmn:outgoing>SequenceFlow_14phr7v</bpmn:outgoing>
- </bpmn:tCA>
- <bpmn:policy id="Policy_19c1hms">
- <bpmn:incoming>SequenceFlow_14phr7v</bpmn:incoming>
- <bpmn:outgoing>SequenceFlow_1q2yngv</bpmn:outgoing>
- </bpmn:policy>
- <bpmn:endEvent id="EndEvent_0z8t6ek">
- <bpmn:incoming>SequenceFlow_1q2yngv</bpmn:incoming>
- </bpmn:endEvent>
- <bpmn:sequenceFlow id="SequenceFlow_0mshiwd" sourceRef="StartEvent_1" targetRef="VesCollector_1s3sgbh" />
- <bpmn:sequenceFlow id="SequenceFlow_0yenh9m" sourceRef="VesCollector_1s3sgbh" targetRef="Holmes_1m8n1s9" />
- <bpmn:sequenceFlow id="SequenceFlow_1gq21be" sourceRef="Holmes_1m8n1s9" targetRef="TCA_11n5nl9" />
- <bpmn:sequenceFlow id="SequenceFlow_14phr7v" sourceRef="TCA_11n5nl9" targetRef="Policy_19c1hms" />
- <bpmn:sequenceFlow id="SequenceFlow_1q2yngv" sourceRef="Policy_19c1hms" targetRef="EndEvent_0z8t6ek" />
- </bpmn:process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_1">
- <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
- <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
- <dc:Bounds x="50" y="162" width="36" height="36" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="VesCollector_1s3sgbh_di" bpmnElement="VesCollector_1s3sgbh">
- <dc:Bounds x="552" y="140" width="120" height="80" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="Holmes_1m8n1s9_di" bpmnElement="Holmes_1m8n1s9">
- <dc:Bounds x="702" y="140" width="120" height="80" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="TCA_11n5nl9_di" bpmnElement="TCA_11n5nl9">
- <dc:Bounds x="878" y="140" width="120" height="80" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="Policy_19c1hms_di" bpmnElement="Policy_19c1hms">
- <dc:Bounds x="1031" y="140" width="120" height="80" />
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape id="EndEvent_0z8t6ek_di" bpmnElement="EndEvent_0z8t6ek">
- <dc:Bounds x="1231" y="162" width="36" height="36" />
- <bpmndi:BPMNLabel>
- <dc:Bounds x="1204" y="198" width="90" height="20" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge id="SequenceFlow_0mshiwd_di" bpmnElement="SequenceFlow_0mshiwd">
- <di:waypoint xsi:type="dc:Point" x="86" y="180" />
- <di:waypoint xsi:type="dc:Point" x="151" y="180" />
- <di:waypoint xsi:type="dc:Point" x="151" y="192" />
- <di:waypoint xsi:type="dc:Point" x="216" y="192" />
- <bpmndi:BPMNLabel>
- <dc:Bounds x="106" y="176" width="90" height="20" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge id="SequenceFlow_0z37chw_di" bpmnElement="SequenceFlow_0z37chw">
- <di:waypoint xsi:type="dc:Point" x="336" y="192" />
- <di:waypoint xsi:type="dc:Point" x="357" y="192" />
- <di:waypoint xsi:type="dc:Point" x="357" y="180" />
- <di:waypoint xsi:type="dc:Point" x="378" y="180" />
- <bpmndi:BPMNLabel>
- <dc:Bounds x="312" y="176" width="90" height="20" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge id="SequenceFlow_1io8zzg_di" bpmnElement="SequenceFlow_1io8zzg">
- <di:waypoint xsi:type="dc:Point" x="498" y="180" />
- <di:waypoint xsi:type="dc:Point" x="552" y="180" />
- <bpmndi:BPMNLabel>
- <dc:Bounds x="480" y="170" width="90" height="20" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge id="SequenceFlow_0yenh9m_di" bpmnElement="SequenceFlow_0yenh9m">
- <di:waypoint xsi:type="dc:Point" x="672" y="180" />
- <di:waypoint xsi:type="dc:Point" x="702" y="180" />
- <bpmndi:BPMNLabel>
- <dc:Bounds x="642" y="170" width="90" height="20" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge id="SequenceFlow_1gq21be_di" bpmnElement="SequenceFlow_1gq21be">
- <di:waypoint xsi:type="dc:Point" x="822" y="180" />
- <di:waypoint xsi:type="dc:Point" x="878" y="180" />
- <bpmndi:BPMNLabel>
- <dc:Bounds x="805" y="170" width="90" height="20" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge id="SequenceFlow_14phr7v_di" bpmnElement="SequenceFlow_14phr7v">
- <di:waypoint xsi:type="dc:Point" x="998" y="180" />
- <di:waypoint xsi:type="dc:Point" x="1031" y="180" />
- <bpmndi:BPMNLabel>
- <dc:Bounds x="969.5" y="170" width="90" height="20" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge id="SequenceFlow_1q2yngv_di" bpmnElement="SequenceFlow_1q2yngv">
- <di:waypoint xsi:type="dc:Point" x="1151" y="180" />
- <di:waypoint xsi:type="dc:Point" x="1231" y="180" />
- <bpmndi:BPMNLabel>
- <dc:Bounds x="1146" y="170" width="90" height="20" />
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
-</bpmn:definitions>
diff --git a/src/test/resources/example/dao/image-template.xml b/src/test/resources/example/dao/image-template.xml
deleted file mode 100644
index fe0af0671..000000000
--- a/src/test/resources/example/dao/image-template.xml
+++ /dev/null
@@ -1,406 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?><!-- created with bpmn-js / http://bpmn.io --><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
- width="1229" height="104" viewBox="44 134 1229 104" version="1.1">
- <defs>
- <marker viewBox="0 0 20 20" markerWidth="10" markerHeight="10"
- orient="auto" refX="11" refY="10" id="markerSj7j5bqgxx">
- <path d="M 1 5 L 11 10 L 1 15 Z"
- style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
- fill="#000000" />
- </marker>
- <marker viewBox="0 0 20 20" markerWidth="20" markerHeight="20"
- orient="auto" refX="6" refY="6" id="markerSj7j5bqgxz">
- <circle cx="6" cy="6" r="3.5"
- style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
- fill="#ffffff" stroke="#000000" />
- </marker>
- <marker viewBox="0 0 20 20" markerWidth="20" markerHeight="20"
- orient="auto" refX="8.5" refY="5" id="markerSj7j5bqgx11">
- <path d="m 1 5 l 0 -3 l 7 3 l -7 3 z"
- style="stroke-width: 1; stroke-linecap: butt; stroke-dasharray: 10000, 1;"
- fill="#ffffff" stroke="#000000" />
- </marker>
- <marker viewBox="0 0 20 20" markerWidth="10" markerHeight="10"
- orient="auto" refX="11" refY="10" id="markerSj7j5bqgx13">
- <path d="M 1 5 L 11 10 L 1 15"
- style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
- fill="#ffffff" stroke="#000000" />
- </marker>
- <marker viewBox="0 0 20 20" markerWidth="10" markerHeight="10"
- orient="auto" refX="-1" refY="10" id="markerSj7j5bqgx15">
- <path d="M 0 10 L 8 6 L 16 10 L 8 14 Z"
- style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
- fill="#ffffff" stroke="#000000" />
- </marker>
- <marker viewBox="0 0 20 20" markerWidth="10" markerHeight="10"
- orient="auto" refX="-5" refY="10" id="markerSj7j5bqgx17">
- <path d="M 1 4 L 5 16"
- style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
- fill="#000000" stroke="#000000" />
- </marker>
- </defs>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="StartEvent_1"
- transform="matrix(1,0,0,1,50,162)" style="display: block;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="48"
- height="48"></rect>
- <g class="djs-visual">
- <circle cx="18" cy="18" r="18" style="stroke-width: 2;"
- stroke="#000000" fill="#ffffff"></circle>
- </g>
- <rect x="0" y="0" width="36" height="36"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="StartEvent_1_label"
- transform="matrix(1,0,0,1,23,198)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="VesCollector_1s3sgbh"
- transform="matrix(1,0,0,1,552,140)" style="display: block;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="132"
- height="92"></rect>
- <g class="djs-visual">
- <rect x="0" y="0" width="120" height="80" rx="0" ry="0"
- style="stroke-width: 2;" stroke="#000000" fill="#ffffff"></rect>
- <polyline points="120,80 120,20 " style="stroke-width: 2;"
- fill="none" stroke="#000000"></polyline>
- <polyline points="20,0 20,80 " style="stroke-width: 2;"
- fill="none" stroke="#000000"></polyline>
- <text style="font-family: Arial,sans-serif; font-size: 12px;">
- <tspan x="5" y="14">V</tspan>
- </text>
- <text style="font-family: Arial,sans-serif; font-size: 12px;">
- <tspan x="5" y="26">E</tspan>
- </text>
- <text style="font-family: Arial,sans-serif; font-size: 12px;">
- <tspan x="5" y="38">S</tspan>
- </text>
- <text style="font-family: Arial,sans-serif; font-size: 12px;"
- class=" djs-label">
- <tspan x="25.5" y="43.5">VesCollector</tspan>
- </text>
- </g>
- <rect x="0" y="0" width="120" height="80"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="Holmes_1m8n1s9"
- transform="matrix(1,0,0,1,702,140)" style="display: block;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="132"
- height="92"></rect>
- <g class="djs-visual">
- <rect x="0" y="0" width="120" height="80" rx="0" ry="0"
- style="stroke-width: 2;" stroke="#000000" fill="#ffffff"></rect>
- <circle cx="15" cy="15" r="10" style="stroke-width: 1;"
- stroke="#000000" fill="#ffffff"></circle>
- <text style="font-family: Arial,sans-serif; font-size: 12px;">
- <tspan x="11" y="20">H</tspan>
- </text>
- <text style="font-family: Arial,sans-serif; font-size: 12px;"
- class=" djs-label">
- <tspan x="39" y="43.5">Holmes</tspan>
- </text>
- </g>
- <rect x="0" y="0" width="120" height="80"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="TCA_11n5nl9"
- transform="matrix(1,0,0,1,878,140)" style="display: block;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="132"
- height="92"></rect>
- <g class="djs-visual">
- <rect x="0" y="0" width="120" height="80" rx="0" ry="0"
- style="stroke-width: 2;" stroke="#000000" fill="#ffffff"></rect>
- <polyline points="0,60 120,60 " style="stroke-width: 2;"
- fill="none" stroke="#000000"></polyline>
- <text style="font-family: Arial,sans-serif; font-size: 12px;"
- class=" djs-label">
- <tspan x="48" y="43.5">TCA</tspan>
- </text>
- </g>
- <rect x="0" y="0" width="120" height="80"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="Policy_19c1hms"
- transform="matrix(1,0,0,1,1031,140)" style="display: block;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="132"
- height="92"></rect>
- <g class="djs-visual">
- <rect x="0" y="0" width="120" height="80" rx="0" ry="0"
- style="stroke-width: 2;" stroke="#000000" fill="#ffffff"></rect>
- <polyline points="0,40 60,0 " style="stroke-width: 2;"
- fill="none" stroke="#000000"></polyline>
- <text style="font-family: Arial,sans-serif; font-size: 12px;"
- class=" djs-label">
- <tspan x="43.5" y="43.5">Policy</tspan>
- </text>
- </g>
- <rect x="0" y="0" width="120" height="80"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="EndEvent_0z8t6ek"
- transform="matrix(1,0,0,1,1231,162)" style="display: block;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="48"
- height="48"></rect>
- <g class="djs-visual">
- <circle cx="18" cy="18" r="18" style="stroke-width: 4;"
- stroke="#000000" fill="#ffffff"></circle>
- </g>
- <rect x="0" y="0" width="36" height="36"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="EndEvent_0z8t6ek_label"
- transform="matrix(1,0,0,1,1204,198)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-connection" data-element-id="SequenceFlow_0mshiwd"
- style="display: block;">
- <rect fill="none" class="djs-outline" x="80" y="174" width="142"
- height="24"></rect>
- <g class="djs-visual">
- <path d="m 86,180L151,180 L151,192 L216,192 "
- style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSj7j5bqgxx&quot;);"
- fill="none" stroke="#000000"></path>
- </g>
- <polyline points="86,180 151,180 151,192 216,192 " style="stroke-opacity: 0; stroke-width: 15;"
- fill="none" stroke="#ffffff" class="djs-hit"></polyline>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="SequenceFlow_0mshiwd_label"
- transform="matrix(1,0,0,1,106,176)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-connection" data-element-id="SequenceFlow_0z37chw"
- style="display: block;">
- <rect fill="none" class="djs-outline" x="330" y="174" width="54"
- height="24"></rect>
- <g class="djs-visual">
- <path d="m 336,192L357,192 L357,180 L378,180 "
- style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSj7j5bqgxx&quot;);"
- fill="none" stroke="#000000"></path>
- </g>
- <polyline points="336,192 357,192 357,180 378,180 " style="stroke-opacity: 0; stroke-width: 15;"
- fill="none" stroke="#ffffff" class="djs-hit"></polyline>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="SequenceFlow_0z37chw_label"
- transform="matrix(1,0,0,1,312,176)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-connection" data-element-id="SequenceFlow_1io8zzg"
- style="display: block;">
- <rect fill="none" class="djs-outline" x="492" y="174" width="66"
- height="12"></rect>
- <g class="djs-visual">
- <path d="m 498,180L552,180 "
- style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSj7j5bqgxx&quot;);"
- fill="none" stroke="#000000"></path>
- </g>
- <polyline points="498,180 552,180 " style="stroke-opacity: 0; stroke-width: 15;"
- fill="none" stroke="#ffffff" class="djs-hit"></polyline>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="SequenceFlow_1io8zzg_label"
- transform="matrix(1,0,0,1,480,170)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-connection" data-element-id="SequenceFlow_0yenh9m"
- style="display: block;">
- <rect fill="none" class="djs-outline" x="666" y="174" width="42"
- height="12"></rect>
- <g class="djs-visual">
- <path d="m 672,180L702,180 "
- style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSj7j5bqgxx&quot;);"
- fill="none" stroke="#000000"></path>
- </g>
- <polyline points="672,180 702,180 " style="stroke-opacity: 0; stroke-width: 15;"
- fill="none" stroke="#ffffff" class="djs-hit"></polyline>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="SequenceFlow_0yenh9m_label"
- transform="matrix(1,0,0,1,642,170)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-connection" data-element-id="SequenceFlow_1gq21be"
- style="display: block;">
- <rect fill="none" class="djs-outline" x="816" y="174" width="68"
- height="12"></rect>
- <g class="djs-visual">
- <path d="m 822,180L878,180 "
- style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSj7j5bqgxx&quot;);"
- fill="none" stroke="#000000"></path>
- </g>
- <polyline points="822,180 878,180 " style="stroke-opacity: 0; stroke-width: 15;"
- fill="none" stroke="#ffffff" class="djs-hit"></polyline>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="SequenceFlow_1gq21be_label"
- transform="matrix(1,0,0,1,805,170)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-connection" data-element-id="SequenceFlow_14phr7v"
- style="display: block;">
- <rect fill="none" class="djs-outline" x="992" y="174" width="45"
- height="12"></rect>
- <g class="djs-visual">
- <path d="m 998,180L1031,180 "
- style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSj7j5bqgxx&quot;);"
- fill="none" stroke="#000000"></path>
- </g>
- <polyline points="998,180 1031,180 " style="stroke-opacity: 0; stroke-width: 15;"
- fill="none" stroke="#ffffff" class="djs-hit"></polyline>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="SequenceFlow_14phr7v_label"
- transform="matrix(1,0,0,1,969.5,170)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-connection" data-element-id="SequenceFlow_1q2yngv"
- style="display: block;">
- <rect fill="none" class="djs-outline" x="1145" y="174" width="92"
- height="12"></rect>
- <g class="djs-visual">
- <path d="m 1151,180L1231,180 "
- style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSj7j5bqgxx&quot;);"
- fill="none" stroke="#000000"></path>
- </g>
- <polyline points="1151,180 1231,180 " style="stroke-opacity: 0; stroke-width: 15;"
- fill="none" stroke="#ffffff" class="djs-hit"></polyline>
- </g>
- </g>
- <g class="djs-group" xmlns="http://www.w3.org/2000/svg">
- <g class="djs-element djs-shape" data-element-id="SequenceFlow_1q2yngv_label"
- transform="matrix(1,0,0,1,1146,170)" style="display: none;">
- <rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
- height="32"></rect>
- <g class="djs-visual">
- <text style="font-family: Arial,sans-serif; font-size: 11px;"
- class=" djs-label">
- <tspan x="45" y="0"></tspan>
- </text>
- </g>
- <rect x="0" y="0" width="90" height="20"
- style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
- class="djs-hit"></rect>
- </g>
- </g>
-</svg> \ No newline at end of file
diff --git a/src/test/resources/example/dao/template-doc-content.json b/src/test/resources/example/dao/template-doc-content.json
deleted file mode 100644
index 96f96756d..000000000
--- a/src/test/resources/example/dao/template-doc-content.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{"global":[{"name":"service","value":["tosca_definitions_version: cloudify_dsl_1_3
-imports:
-- http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
-- https://onap.org:8443/repository/solutioning01-mte2-raw/type_files/docker/2.2.0/node-type.yaml
-- https://onap.org:8443/repository/solutioning01-mte2-raw/type_files/relationship/1.0.0/node-type.yaml
-- http://onap.org:8081/repository/solutioning01-mte2-raw/type_files/dmaap/dmaap_mr.yaml
-inputs:
- location_id:
- type: string
- service_id:
- type: string
- policy_id:
- type: string
-node_templates:
- policy_0:
- type: dcae.nodes.policy
- properties:
- policy_id:
- get_input: policy_id
- cdap_host_host:
- type: dcae.nodes.StreamingAnalytics.SelectedCDAPInfrastructure
- properties:
- location_id:
- get_input: location_id
- scn_override: cdap_broker.solutioning-central.dcae.onap.org
- interfaces:
- cloudify.interfaces.lifecycle: {
- }
- tca_tca:
- type: dcae.nodes.MicroService.cdap
- properties:
- app_config:
- appDescription: DCAE Analytics Threshold Crossing Alert Application
- appName: dcae-tca
- tcaSubscriberOutputStreamName: TCASubscriberOutputStream
- tcaVESAlertsTableName: TCAVESAlertsTable
- tcaVESAlertsTableTTLSeconds: '1728000'
- tcaVESMessageStatusTableName: TCAVESMessageStatusTable
- tcaVESMessageStatusTableTTLSeconds: '86400'
- thresholdCalculatorFlowletInstances: '2'
- app_preferences:
- publisherContentType: application/json
- publisherHostName: mrlocal-mtnjftle01.onap.org
- publisherHostPort: '3905'
- publisherMaxBatchSize: '10'
- publisherMaxRecoveryQueueSize: '100000'
- publisherPollingInterval: '20000'
- publisherProtocol: https
- publisherTopicName: org.onap.dcae.dmaap.mtnje2.DcaeTestVESPub
- publisherUserName: test@tca.af.dcae.onap.org
- publisherUserPassword: password
- subscriberConsumerGroup: OpenDCAE-c12
- subscriberConsumerId: c12
- subscriberContentType: application/json
- subscriberHostName: mrlocal-mtnjftle01.onap.org
- subscriberHostPort: '3905'
- subscriberMessageLimit: '-1'
- subscriberPollingInterval: '20000'
- subscriberProtocol: https
- subscriberTimeoutMS: '-1'
- subscriberTopicName: org.onap.dcae.dmaap.mtnje2.DcaeTestVESSub
- subscriberUserName: test@tca.af.dcae.onap.org
- subscriberUserPassword: password
- tca_policy: null
- artifact_name: dcae-analytics-tca
- artifact_version: 1.0.0
- connections:
- streams_publishes: [
- ]
- streams_subscribes: [
- ]
- jar_url: http://somejar
- location_id:
- get_input: location_id
- namespace: cdap_tca_hi_lo
- programs:
- - program_id: TCAVESCollectorFlow
- program_type: flows
- - program_id: TCADMaaPMRSubscriberWorker
- program_type: workers
- - program_id: TCADMaaPMRPublisherWorker
- program_type: workers
- service_component_type: cdap_app_tca
- service_id:
- get_input: service_id
- streamname: TCASubscriberOutputStream
- relationships:
- - target: topic0
- type: dcae.relationships.subscribe_to_events
- - target: topic1
- type: dcae.relationships.publish_events
- - target: cdap_host_host
- type: dcae.relationships.component_contained_in
- - target: policy_0
- type: dcae.relationships.depends_on
- topic0:
- type: dcae.nodes.Topic
- properties:
- topic_name: ''
- topic1:
- type: dcae.nodes.Topic
- properties:
- topic_name: ''
- "]}]} \ No newline at end of file