diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-01-20 23:02:17 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2021-01-22 08:44:46 +0000 |
commit | 078c34d0c2e439d8a148a2cd4d7545c6b7f56acb (patch) | |
tree | 3d411614b9af6b738e4289d686dd050bd61f7b1e /src/test/resources/http-cache/example | |
parent | dabd6db614abf78508add7cdbef2120120ce3d9b (diff) |
First integration of Policy model PdpGroups
Replacement of the PdpGroups clamp code by the one from policy model dependency.
Issue-ID: POLICY-2924
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I12c77704bba1c769dc2f307d91b759a3b645013f
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/http-cache/example')
-rw-r--r-- | src/test/resources/http-cache/example/policy/api/v1/policies/.file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/http-cache/example/policy/api/v1/policies/.file b/src/test/resources/http-cache/example/policy/api/v1/policies/.file index 431de3e7c..91c3c87de 100644 --- a/src/test/resources/http-cache/example/policy/api/v1/policies/.file +++ b/src/test/resources/http-cache/example/policy/api/v1/policies/.file @@ -19,7 +19,7 @@ "thresholdValue": 200, "closedLoopEventStatus": "ONSET", "closedLoopControlName": "LOOP_test", - "direction": "LESS_OR_ElsQUAL", + "direction": "LESS_OR_EQUAL", "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta" } ], |