summaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/application-test.yaml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2022-03-09 10:39:29 +0000
committerAdheli Tavares <adheli.tavares@est.tech>2022-03-09 16:18:17 +0000
commit7f6309474225cbd0da8d8ed010bbd50f2c70c24b (patch)
treef198390a75f8753345015005caade25678071cbf /runtime-acm/src/test/resources/application-test.yaml
parent29fbff339dc7590b1ad3a91c559f32d06c6e9d7c (diff)
Clean up of unit tests for ACM definitions
Issue-ID: POLICY-3945 Change-Id: I080e402899d2b2960b46efa06db68041a73f5d2b Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'runtime-acm/src/test/resources/application-test.yaml')
-rw-r--r--runtime-acm/src/test/resources/application-test.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml
new file mode 100644
index 000000000..60a4d76a2
--- /dev/null
+++ b/runtime-acm/src/test/resources/application-test.yaml
@@ -0,0 +1,36 @@
+spring:
+ datasource:
+ url: jdbc:h2:mem:testdb
+ driverClassName: org.h2.Driver
+ hikari:
+ maxLifetime: 1800000
+ maximumPoolSize: 3
+ jpa:
+ hibernate:
+ ddl-auto: create
+ properties:
+ hibernate:
+ dialect: org.hibernate.dialect.HSQLDialect
+
+server:
+ servlet:
+ context-path: /onap/automationcomposition
+
+runtime:
+ participantParameters:
+ updateParameters:
+ maxRetryCount: 3
+ topicParameterGroup:
+ topicSources:
+ -
+ topic: POLICY-ACRUNTIME-PARTICIPANT
+ servers:
+ - localhost
+ topicCommInfrastructure: dmaap
+ fetchTimeout: 15000
+ topicSinks:
+ -
+ topicCommInfrastructure: dmaap
+ servers:
+ - localhost
+ topic: POLICY-ACRUNTIME-PARTICIPANT