diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-15 17:05:14 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-05-15 17:05:14 +0200 |
commit | 1ea591c48231b26400cb20b77bd4a6069b75ffa8 (patch) | |
tree | f282b9ae2756f3e8a724988c1c739b3f4f5a8ac3 /src/test/resources/example/tca-policy-req/tca-policy-expected.json | |
parent | 12d39d3873ced59a1b10f8ce3a7a90c33328641c (diff) |
Fix the tca policy
Fix closed loop control name containing a null part in the data sent to
policy for TCA
Issue-ID: CLAMP-160
Change-Id: I235a622dbf69821147278b7015d64d9ade24b97b
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources/example/tca-policy-req/tca-policy-expected.json')
-rw-r--r-- | src/test/resources/example/tca-policy-req/tca-policy-expected.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/resources/example/tca-policy-req/tca-policy-expected.json b/src/test/resources/example/tca-policy-req/tca-policy-expected.json index 18eec888..5bf007bc 100644 --- a/src/test/resources/example/tca-policy-req/tca-policy-expected.json +++ b/src/test/resources/example/tca-policy-req/tca-policy-expected.json @@ -24,18 +24,18 @@ "policyVersion": "v0.0.1", "thresholds": [ { - "closedLoopControlName": "ClosedLoop_FRWL_SIG_fad4dcae_e498_11e6_852e_0050568c4ccf_null", + "closedLoopControlName": "ClosedLoop_FRWL_SIG_fad4dcae_e498_11e6_852e_0050568c4ccf_0", "version": "1.0.2", - "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedDiscardedPacketsDelta", + "fieldPath": "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value", "thresholdValue": 123, "direction": "GREATER_OR_EQUAL", "severity": "MAJOR", "closedLoopEventStatus": "ONSET" }, { - "closedLoopControlName": "ClosedLoop_FRWL_SIG_fad4dcae_e498_11e6_852e_0050568c4ccf_null", + "closedLoopControlName": "ClosedLoop_FRWL_SIG_fad4dcae_e498_11e6_852e_0050568c4ccf_0", "version": "1.0.2", - "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedDiscardedPacketsDelta", + "fieldPath": "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value", "thresholdValue": 123, "direction": "GREATER_OR_EQUAL", "severity": "MAJOR", |