aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/demo/config/PolicyParticipantConfig.json
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2022-03-15 09:38:05 +0000
committerAdheli Tavares <adheli.tavares@est.tech>2022-03-22 09:32:06 +0000
commite5a316e5c8aeaae1ba4aead0a71b6baf2f8cc5c1 (patch)
treed81fc10a5ca261ca2e99753697b1345019b2c6ba /common/src/test/resources/demo/config/PolicyParticipantConfig.json
parentcbd4d5dbe88928d5765e9749987f6b93f2b347e9 (diff)
Clean up of test resources not used by ACM
Issue-ID: POLICY-3945 Change-Id: I9d3b47a47288816f7ff3d60b21237a458b14cf68 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'common/src/test/resources/demo/config/PolicyParticipantConfig.json')
-rw-r--r--common/src/test/resources/demo/config/PolicyParticipantConfig.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/common/src/test/resources/demo/config/PolicyParticipantConfig.json b/common/src/test/resources/demo/config/PolicyParticipantConfig.json
deleted file mode 100644
index 12b261fcd..000000000
--- a/common/src/test/resources/demo/config/PolicyParticipantConfig.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "AutomationCompositionParticipantGroup",
- "intermediaryParameters": {
- "name": "Participant parameters",
- "reportingTimeInterval": 120000,
- "description": "Participant Description",
- "participantType":{
- "name": "org.onap.policy.acm.PolicyAutomationCompositionParticipant",
- "version":"2.3.1"
- },
- "participantId": {
- "name": "org.onap.PM_Policy",
- "version": "1.0.0"
- },
- "automationCompositionTopics": {
- "topicSources": [
- {
- "topic": "POLICY-ACRUNTIME-PARTICIPANT",
- "servers": [
- "localhost"
- ],
- "topicCommInfrastructure": "dmaap",
- "fetchTimeout": 15000
- }
- ],
- "topicSinks": [
- {
- "topic": "POLICY-ACRUNTIME-PARTICIPANT",
- "servers": [
- "localhost"
- ],
- "topicCommInfrastructure": "dmaap"
- },
- {
- "topic": "POLICY-NOTIFICATION",
- "servers": [
- "localhost"
- ],
- "topicCommInfrastructure": "dmaap"
- }
- ]
- }
- },
- "databaseProviderParameters": {
- "name": "PolicyProviderParameterGroup",
- "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
- "databaseDriver": "org.mariadb.jdbc.Driver",
- "databaseUrl": "jdbc:mariadb://localhost:3306/policyadmin",
- "databaseUser": "policy",
- "databasePassword": "P01icY",
- "persistenceUnit": "ToscaConceptTest"
- }
-}