aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2023-01-23 11:08:07 +0000
committerGerrit Code Review <gerrit@onap.org>2023-01-23 11:08:07 +0000
commit1014475eea7c67a6fd6caa63ca192ea23a23ddd3 (patch)
tree1f09c0542ce714ecbfd684bb267a08e2392ee900 /cps-ncmp-service/src/test/resources
parent86b933828577dba0a8ddeabcff0f4e96b4e65f2c (diff)
parent7d25644c516869c299ea8d93ea915750e5b07203 (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.json12
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 000000000..d7d252b9a
--- /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