summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-02-20 13:32:23 +0000
committermpriyank <priyank.maheshwari@est.tech>2024-02-20 13:32:28 +0000
commiteebdf298aae279284c193fdae4693ab5e2f5723b (patch)
tree499bdbc8c257f1b4d1a0513db5c80f740615d2ae /cps-ncmp-service/src/test/resources
parent179b2e47b44d69b7d8a254706d467e4e7eacce28 (diff)
CmNotificationSubscription event from Dmi Plugin
- Added infrastructure related code to read event from the dmi plugin - Just consuming and reading the message. - Core logic to introduced to be part of subsequent patches Issue-ID: CPS-2106 Change-Id: Ic58f4f80b3dded32df95daecac42315fa9212f58 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ncmp-service/src/test/resources')
-rw-r--r--cps-ncmp-service/src/test/resources/cmSubscription/cmNotificationSubscriptionDmiOutEvent.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/cps-ncmp-service/src/test/resources/cmSubscription/cmNotificationSubscriptionDmiOutEvent.json b/cps-ncmp-service/src/test/resources/cmSubscription/cmNotificationSubscriptionDmiOutEvent.json
new file mode 100644
index 000000000..f0b78fb7c
--- /dev/null
+++ b/cps-ncmp-service/src/test/resources/cmSubscription/cmNotificationSubscriptionDmiOutEvent.json
@@ -0,0 +1,6 @@
+{
+ "data": {
+ "statusCode": "1",
+ "statusMessage": "accepted"
+ }
+} \ No newline at end of file