diff options
Diffstat (limited to 'src/test/resources/tosca/micro-service-policy-properties.json')
-rw-r--r-- | src/test/resources/tosca/micro-service-policy-properties.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/test/resources/tosca/micro-service-policy-properties.json b/src/test/resources/tosca/micro-service-policy-properties.json deleted file mode 100644 index 04fe0cc7f..000000000 --- a/src/test/resources/tosca/micro-service-policy-properties.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "tca_policy": { - "domain": "measurementsForVfScaling", - "metricsPerEventName": [ - { - "policyVersion": "1.0.0", - "thresholds": [ - { - "severity": "CRITICAL", - "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta", - "thresholdValue": 1, - "closedLoopEventStatus": "ONSET", - "closedLoopControlName": "test", - "version": "1.0.0", - "direction": "LESS" - } - ], - "policyName": "test", - "controlLoopSchemaType": "VM", - "policyScope": "test", - "eventName": "test" - } - ] - } -} |