summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/expectedNcmpEvent.json
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2022-06-02 11:27:55 +0100
committermpriyank <priyank.maheshwari@est.tech>2022-06-07 14:39:45 +0100
commitc2c4f5f17441154ded42cbced43bbf8d090b00f4 (patch)
tree0a8f1dcf58d72431e08c646c3463ce9a1b9b02a1 /cps-ncmp-service/src/test/resources/expectedNcmpEvent.json
parent5e80e3776bb47483ca71bcc3fbe2cd8c2b9389e3 (diff)
Ncmp Producer Setup
- Ncmp Kafka Publisher setup - Test scenarios - Refactored existing test class which were using kafka producer and consumer properties to use from common MessageSpec - Upcoming : Implementation Proposal and Actual logic to publish the correct event Issue-ID: CPS-1035 Change-Id: I93ae392e8c4e4c85d88ca7858332e79b59e85535 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ncmp-service/src/test/resources/expectedNcmpEvent.json')
-rw-r--r--cps-ncmp-service/src/test/resources/expectedNcmpEvent.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/expectedNcmpEvent.json b/cps-ncmp-service/src/test/resources/expectedNcmpEvent.json
new file mode 100644
index 000000000..903bc3aab
--- /dev/null
+++ b/cps-ncmp-service/src/test/resources/expectedNcmpEvent.json
@@ -0,0 +1,21 @@
+{
+ "eventId": "test-uuid",
+ "eventCorrelationId": "cmhandle-as-correlationid",
+ "eventTime": "2022-12-31T20:30:40.000+0000",
+ "eventSource": "org.onap.ncmp",
+ "eventType": "org.onap.ncmp.cmhandle.lcm.event",
+ "eventSchema": "org.onap.ncmp.cmhandle.lcm.event:v1",
+ "event": {
+ "cmHandleId": "cmhandle-test",
+ "operation": "CREATE",
+ "cmhandle-state": "READY",
+ "cmhandle-properties": [
+ {
+ "publicProperty1": "value1"
+ },
+ {
+ "publicProperty2": "value2"
+ }
+ ]
+ }
+} \ No newline at end of file