diff options
author | Jim Hahn <jrh3@att.com> | 2020-03-06 13:07:08 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-03-09 17:48:38 -0400 |
commit | f9e2f54dbb36f029a41e37f6eccc3426672cb9bb (patch) | |
tree | cc17a7aedb964a22453b847d5905ef21d52da30c /controlloop/common/controller-frankfurt/src/test/resources/vcpe | |
parent | 58fd666f277fcee16966d5410e4fd737832a3443 (diff) |
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
Diffstat (limited to 'controlloop/common/controller-frankfurt/src/test/resources/vcpe')
-rw-r--r-- | controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.2.json | 2 | ||||
-rw-r--r-- | controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.3.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.2.json b/controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.2.json index b8c76514e..d08ee47cd 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.2.json +++ b/controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.2.json @@ -3,7 +3,7 @@ "closedLoopAlarmStart": 1463679805324, "closedLoopEventClient": "DCAE_INSTANCE_ID.dcae-tca", "closedLoopEventStatus": "ONSET", - "requestID": "8cf3cd05-1218-4224-931b-601494ffe55b", + "requestID": "664be3d2-6c12-4f4b-a3e7-c349acced200", "target_type": "VNF", "target": "generic-vnf.vnf-id", "AAI": { diff --git a/controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.3.json b/controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.3.json index 40f29b3cf..74a94eb0a 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.3.json +++ b/controlloop/common/controller-frankfurt/src/test/resources/vcpe/vcpe.onset.3.json @@ -4,7 +4,7 @@ "closedLoopAlarmEnd": 1570722876324999, "closedLoopEventClient": "DCAE_INSTANCE_ID.dcae-tca", "closedLoopEventStatus": "ONSET", - "requestID": "8cf3cd05-1218-4224-931b-601494ffe55b", + "requestID": "664be3d2-6c12-4f4b-a3e7-c349acced200", "target_type": "VNF", "target": "generic-vnf.vnf-id", "AAI": { |