Remove dmaap from models
[policy/models.git] / models-sim / policy-models-sim-pdp / src / test / resources / TestConfigParameters.json
index e77cb5a..b114dd1 100644 (file)
@@ -1,6 +1,7 @@
 {
     "name":"PdpSimulatorParameterGroup",
-    "pdpStatusParameters":{
+    "pdpStatusParameters": {
+        "pdpGroup": "defaultGroup",
         "timeIntervalMs": 120000,
         "pdpType":"apex",
         "description":"Pdp heartbeat",
         },{
             "topic" : "POLICY-PDP-PAP1",
             "servers" : [ "message-router1, message-router2" ],
-            "topicCommInfrastructure" : "dmaap"
+            "topicCommInfrastructure" : "NOOP"
         },{
             "topic" : "POLICY-PDP-PAP2",
             "servers" : [ "message-router2, message-router3" ],
-            "topicCommInfrastructure" : "dmaap"
+            "topicCommInfrastructure" : "NOOP"
         }],
         "topicSinks" : [ {
             "topic" : "ueb-sink",
         },{
             "topic" : "POLICY-PDP-PAP2",
             "servers" : [ "message-router1, message-router2" ],
-            "topicCommInfrastructure" : "dmaap"
+            "topicCommInfrastructure" : "NOOP"
         },{
             "topic" : "POLICY-PDP-PAP3",
             "servers" : [ "message-router2, message-router3" ],
-            "topicCommInfrastructure" : "dmaap"
+            "topicCommInfrastructure" : "NOOP"
         }]
     }
 }
\ No newline at end of file