aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/apex-pdp-stability/src/main/resources/simulatorConfig/simParameters.json
diff options
context:
space:
mode:
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
+ }
+}