commit | 96f3a97fe849c657c4afc7b0ba199a08cc0646c2 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Mon Feb 03 21:45:35 2020 -0500 |
committer | Jim Hahn <jrh3@att.com> | Mon Feb 03 22:11:29 2020 -0500 |
tree | 3bd17de6e6b8e410facb2030251ead28cc29eb10 | |
parent | ed9690a42e5fd7007a91275a6ad208d1a7dafcaa [diff] |
Policy notifications appear to be reversed Modified the code as follows: Until all PDPs have responded (or been removed), no notifications for their associated policies will be generated. However, once a response has been received for every PDP, then a notification is generated. For deployed policies, the notifications will continue to be generated as PDPs move back and forth between the success and failed states, as long as the policy is not undeployed. For undeployed policies, on the other hand, no additional notifications will be generated once all PDPs have successfully undeployed the policy. However, until that point, like with deployed policies, notifications will continue to be generated as PDPs move back and forth between the success and failed states. Added notification verifications in deploy and undeploy end-to-end tests. Issue-ID: POLICY-2347 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I7d18dad1a7500e1efb7074e89ddaca4b1d368965
Copyright 2017-2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Administration Point Backend code.
To build it using Maven 3, run: mvn clean install