aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/parameters/TestParameters.json
diff options
context:
space:
mode:
Diffstat (limited to 'runtime-acm/src/test/resources/parameters/TestParameters.json')
-rw-r--r--runtime-acm/src/test/resources/parameters/TestParameters.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/parameters/TestParameters.json b/runtime-acm/src/test/resources/parameters/TestParameters.json
new file mode 100644
index 000000000..c44e92e4d
--- /dev/null
+++ b/runtime-acm/src/test/resources/parameters/TestParameters.json
@@ -0,0 +1,44 @@
+{
+ "name": "AutomationCompositionRuntimeGroup",
+ "supervisionScannerIntervalSec": 1000,
+ "participantAcUpdateIntervalSec": 1000,
+ "participantAcStateChangeIntervalSec": 1000,
+ "participantParameters": {
+ "heartBeatMs": 120000,
+ "maxStatusWaitMs": 100000,
+ "updateParameters": {
+ "maxRetryCount": 1,
+ "maxWaitMs": 30000
+ }
+ },
+ "databaseProviderParameters": {
+ "name": "PolicyProviderParameterGroup",
+ "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
+ "databaseDriver": "org.h2.Driver",
+ "databaseUrl": "${dbName}",
+ "databaseUser": "policy",
+ "databasePassword": "P01icY",
+ "persistenceUnit": "InstantiationTests"
+ },
+ "topicParameterGroup": {
+ "topicSources": [
+ {
+ "topic": "POLICY-ACRUNTIME-PARTICIPANT",
+ "servers": [
+ "localhost"
+ ],
+ "topicCommInfrastructure": "dmaap",
+ "fetchTimeout": 15000
+ }
+ ],
+ "topicSinks": [
+ {
+ "topic": "POLICY-ACRUNTIME-PARTICIPANT",
+ "servers": [
+ "localhost"
+ ],
+ "topicCommInfrastructure": "dmaap"
+ }
+ ]
+ }
+}