aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/tca/modelBpmnProperties.json
diff options
context:
space:
mode:
authorxg353y <xg353y@intl.att.com>2017-10-24 11:49:46 +0200
committerxg353y <xg353y@intl.att.com>2017-10-26 14:56:41 +0200
commit1de3466a56a245223752c34423b7858117b56b73 (patch)
tree2866b9153e760a95a43fd80150c4d1d964674336 /src/test/resources/example/model-properties/tca/modelBpmnProperties.json
parent8ecddd315559babae58e02d2e9a98da11fe54aa3 (diff)
Update TCA config json send to Policy
Update the format of the TCA configuration send to Policy Issue-ID: CLAMP-62 Change-Id: I53cbfcb1f8f8772856b645e8aec0db2a8a94d15e Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/test/resources/example/model-properties/tca/modelBpmnProperties.json')
-rw-r--r--src/test/resources/example/model-properties/tca/modelBpmnProperties.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/resources/example/model-properties/tca/modelBpmnProperties.json b/src/test/resources/example/model-properties/tca/modelBpmnProperties.json
index 0bfa78ce1..7bb4fe0bb 100644
--- a/src/test/resources/example/model-properties/tca/modelBpmnProperties.json
+++ b/src/test/resources/example/model-properties/tca/modelBpmnProperties.json
@@ -18,19 +18,21 @@
"value": "vFirewallBroadcastPackets"
},
{
+ "name": "controlLoopSchemaType",
+ "value": "VNF"
+ },
+ {
"serviceConfigurations": [
[
"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated",
"LESS_OR_EQUAL",
"123",
- "VM",
"ABATED"
],
[
"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedDiscardedPacketsDelta",
"GREATER_OR_EQUAL",
"123",
- "VNF",
"ONSET"
]
]