Bug fixes to new rules 11/103311/5
authorJim Hahn <jrh3@att.com>
Fri, 6 Mar 2020 18:07:08 +0000 (13:07 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 9 Mar 2020 21:48:38 +0000 (17:48 -0400)
commitf9e2f54dbb36f029a41e37f6eccc3426672cb9bb
treecc17a7aedb964a22453b847d5905ef21d52da30c
parent58fd666f277fcee16966d5410e4fd737832a3443
Bug fixes to new rules

Also added VdnsTest, VfwTest, and VcpeTest.

Fixed a number of issues with notifications:
- event data (e.g., AAI) was missing
- notification was missing for the start of an operation
- "message" and "history" fields should contain Target object,
  target entity
- "message" field was missing various details (e.g., start time)

Still missing subRequestId - that will require enhancements to
the actors.

Issue-ID: POLICY-2385
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I7fc33ebcd5939d2f33a9d209ac6119e390e0836d
12 files changed:
controlloop/common/controller-frankfurt/src/test/java/org/onap/policy/controlloop/FrankfurtBase.java
controlloop/common/controller-frankfurt/src/test/java/org/onap/policy/controlloop/VcpeTest.java [new file with mode: 0644]
controlloop/common/controller-frankfurt/src/test/java/org/onap/policy/controlloop/VdnsTest.java [new file with mode: 0644]
controlloop/common/controller-frankfurt/src/test/java/org/onap/policy/controlloop/VfwTest.java [new file with mode: 0644]
controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.2.json
controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.3.json
controlloop/common/controller-frankfurt/src/test/resources/vdns/tosca-compliant-vdns.json [new file with mode: 0644]
controlloop/common/controller-frankfurt/src/test/resources/vdns/vdns.onset.json [new file with mode: 0644]
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/eventmanager/ControlLoopEventManager2.java
controlloop/common/eventmanager/src/main/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManager2.java
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/eventmanager/ControlLoopEventManager2Test.java
controlloop/common/eventmanager/src/test/java/org/onap/policy/controlloop/eventmanager/ControlLoopOperationManager2Test.java