diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-01-23 11:08:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-01-23 11:08:07 +0000 |
commit | 1014475eea7c67a6fd6caa63ca192ea23a23ddd3 (patch) | |
tree | 1f09c0542ce714ecbfd684bb267a08e2392ee900 /cps-ncmp-service/src/test/resources | |
parent | 86b933828577dba0a8ddeabcff0f4e96b4e65f2c (diff) | |
parent | 7d25644c516869c299ea8d93ea915750e5b07203 (diff) |
Merge "[NCMP] Consume & Forward to client topic"
Diffstat (limited to 'cps-ncmp-service/src/test/resources')
-rw-r--r-- | cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json b/cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json new file mode 100644 index 0000000000..d7d252b9aa --- /dev/null +++ b/cps-ncmp-service/src/test/resources/sampleAvcInputEvent.json @@ -0,0 +1,12 @@ +{ + "eventId": "4cb32729-85e3-44d1-aa6e-c923b9b059a5", + "eventCorrelationId": "68f15800-8ed4-4bae-9e53-27a9e03e1911", + "eventTime": "2022-12-12T14:29:23.876+0000", + "eventTarget": "NCMP", + "eventType": "org.onap.cps.ncmp.event.model.AvcEvent", + "eventSchema": "urn:cps:org.onap.cps.ncmp.event.model.AvcEvent", + "eventSchemaVersion": "v1", + "event": { + "payload": "Hello world!" + } +}
\ No newline at end of file |