summaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
diff options
context:
space:
mode:
authorRossC <ross.carter@est.tech>2020-05-05 15:02:51 +0100
committerRossC <ross.carter@est.tech>2020-05-05 17:19:25 +0100
commit14722adc36a48f4e120b3ad9e6287cc939bfd130 (patch)
treec1c4f674506ee58d93386588e5447ea77ee40ed2 /testsuites/stability/src/main/resources/simulatorsetup/config/pdp/OnapPfConfig.json
parent9d43f31c0069421ba3b29315c7232311db74180b (diff)
Stability tests and scripts for Frankfurt
Issue-ID: POLICY-2458 Change-Id: I193d4ec14aee3313a6ea01bb9c02c048da09dbca Signed-off-by: RossC <ross.carter@est.tech>
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"
+ }]
+ }
+}