PAP Stability test changes
[policy/pap.git] / testsuites / stability / src / main / resources / simulatorsetup / config / pdp / OnapPfConfig.json
index cbb4978..337cf45 100644 (file)
@@ -1,9 +1,22 @@
 {
     "name":"OnapPfParameterGroup",
-    "pdpStatusParameters":{
-        "timeIntervalMs": 120000,
+    "pdpStatusParameters": {
+        "pdpGroup": "sampleGroup",
+        "timeIntervalMs": 30000,
         "pdpType":"apex",
         "description":"Pdp Heartbeat",
         "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
+    },
+    "topicParameterGroup": {
+        "topicSources" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "message-router" ],
+            "topicCommInfrastructure" : "dmaap"
+        }],
+        "topicSinks" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "message-router" ],
+            "topicCommInfrastructure" : "dmaap"
+        }]
     }
 }