Generate SDNR notification even on timeout 56/108156/1
authorJim Hahn <jrh3@att.com>
Fri, 22 May 2020 20:05:16 +0000 (16:05 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 22 May 2020 20:17:14 +0000 (16:17 -0400)
commit18486d18e1a684cd4df27b335f565c1d985d4f06
tree54fa608487ee43aa88a06ab0fd51ddad38b7bbdd
parent7e6f32d775b8455e5c8f0c244ef0fb8324ce2b7a
Generate SDNR notification even on timeout

If a request to SDNR times out, the actor class does not generate a
notification for the DCAE_CL_RSP topic.  Rather than modifying the
actor, decided to modify models to handle that case.  Seems like that's
where it belongs anyway, as notifications are more of an application-
level behavior.

Issue-ID: POLICY-2580
Change-Id: Id9426c223b719efce337a604316f19335dae8a94
Signed-off-by: Jim Hahn <jrh3@att.com>
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManager2.java
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManager2Test.java