diff options
Diffstat (limited to 'runtime-acm/src/test/resources/application-test.yaml')
-rw-r--r-- | runtime-acm/src/test/resources/application-test.yaml | 36 |
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 |