Dependency management update
[policy/models.git] / models-sim / policy-models-sim-pdp / src / test / resources / PdpSimulatorConfigParameters.json
index c30b91b..bacb4de 100644 (file)
@@ -9,30 +9,22 @@
     },
     "topicParameterGroup": {
         "topicSources" : [ {
-            "topic" : "ueb-source",
-            "servers" : [ "my-server" ],
-            "topicCommInfrastructure" : "ueb"
-        },{
             "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",
-            "servers" : [ "my-server" ],
-            "topicCommInfrastructure" : "ueb"
-        },{
             "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