diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2021-01-22 14:55:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-22 14:55:52 +0000 |
commit | 95d02d13cceb78b6d8d2fe24f72a8544e1d862f2 (patch) | |
tree | f1e1ca48730227a7171f740bd150cf4016bf1e17 /src/test/resources/http-cache | |
parent | 31f6f737a191455918a6e5bbf396ecc939d8b173 (diff) | |
parent | 078c34d0c2e439d8a148a2cd4d7545c6b7f56acb (diff) |
Merge "First integration of Policy model PdpGroups"
Diffstat (limited to 'src/test/resources/http-cache')
-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" } ], |