From f0fd32d9eafb3252f31807b1c999ca949a2f5ad3 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Sat, 13 Apr 2019 11:42:55 -0400 Subject: Fix incorrect policy with time-in-range Changed policies to use Z vs -05:00 for timezone since we cannot guarantee the timezone the VM's run in. The test should be generalized. Fixed a sonar issue in the test I was using to debug this. Issue-ID: POLICY-1639 Change-Id: If3e52d199527a8a7e11c5fa994beb8fb886c93a6 Signed-off-by: Pamela Dragosh --- .../test/resources/vDNS.policy.guard.blacklist.output.tosca.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applications/guard/src/test/resources/vDNS.policy.guard.blacklist.output.tosca.yaml') diff --git a/applications/guard/src/test/resources/vDNS.policy.guard.blacklist.output.tosca.yaml b/applications/guard/src/test/resources/vDNS.policy.guard.blacklist.output.tosca.yaml index 94471fb4..7d3a54ec 100644 --- a/applications/guard/src/test/resources/vDNS.policy.guard.blacklist.output.tosca.yaml +++ b/applications/guard/src/test/resources/vDNS.policy.guard.blacklist.output.tosca.yaml @@ -2,7 +2,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0_0 topology_template: policies: - - guard.blacklist.scaleout: + guard.frequency.scaleout: type: onap.policies.controlloop.guard.Blacklist version: 1.0.0 metadata: @@ -14,5 +14,5 @@ topology_template: targets: vLoadBalancer-01 clname: ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3 limit: 2 - guardActiveStart: 00:00:00-05:00 - guardActiveEnd: 23:59:59-05:00 + guardActiveStart: 00:00:00Z + guardActiveEnd: 23:59:59Z -- cgit 1.2.3-korg