aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json')
-rw-r--r--testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json b/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
new file mode 100644
index 00000000..de31d50f
--- /dev/null
+++ b/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
@@ -0,0 +1,21 @@
+{
+ "name":"OnapPfParameterGroup",
+ "pdpStatusParameters":{
+ "timeIntervalMs": 120000,
+ "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"
+ }]
+ }
+}