aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/apex-pdp-stability/src/main/resources/simulatorConfig/simParameters.json
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2021-10-08 11:57:13 +0100
committera.sreekumar <ajith.sreekumar@bell.ca>2021-10-08 14:45:24 +0100
commitd3719ee727e12ecdcf84fdbab8774be9f00eba0d (patch)
treed961c22c0cc112d9d2f4a3f01301cef9779c3eaa /testsuites/apex-pdp-stability/src/main/resources/simulatorConfig/simParameters.json
parente035272e96ed241bbe3192c9c8fcadc975514608 (diff)
APEX-PDP S3P changes for Istanbul
Change-Id: I58f564ef19df39f2c0fff64a72c9f083faf88556 Issue-ID: POLICY-3655 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'testsuites/apex-pdp-stability/src/main/resources/simulatorConfig/simParameters.json')
-rw-r--r--testsuites/apex-pdp-stability/src/main/resources/simulatorConfig/simParameters.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/testsuites/apex-pdp-stability/src/main/resources/simulatorConfig/simParameters.json b/testsuites/apex-pdp-stability/src/main/resources/simulatorConfig/simParameters.json
new file mode 100644
index 000000000..248c858cc
--- /dev/null
+++ b/testsuites/apex-pdp-stability/src/main/resources/simulatorConfig/simParameters.json
@@ -0,0 +1,27 @@
+{
+ "dmaapProvider": {
+ "name": "DMaaP simulator",
+ "topicSweepSec": 300
+ },
+ "restServers": [
+ {
+ "name": "DMaaP simulator",
+ "providerClass": "org.onap.policy.models.sim.dmaap.rest.DmaapSimRestControllerV1",
+ "host": "0.0.0.0",
+ "port": 3905,
+ "https": false
+ }
+ ],
+ "grpcServer": {
+ "name": "CDS simulator",
+ "providerClass": "org.onap.policy.simulators.CdsSimulator",
+ "host": "0.0.0.0",
+ "port": 6680,
+ "timeout": 30,
+ "username": "ccsdkapps",
+ "password": "ccsdkapps",
+ "resourceLocation": "/opt/app/policy/simulators/etc/mounted/cdsresponse/",
+ "successRepeatCount": 0,
+ "requestedResponseDelayMs": 0
+ }
+}