diff options
author | Rob Daugherty <rd472p@att.com> | 2018-12-06 18:58:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-06 18:58:48 +0000 |
commit | f4eb1ccfa197b1a96195a6179a8290435ba02fd2 (patch) | |
tree | 8705dbeb51e237690abc17bf9d7deafce19a5359 /bpmn/so-bpmn-tasks/src/test/resources/application-test.yaml | |
parent | 02ddd7bb1afb5ebc7c9f0757b5b913fc21797327 (diff) | |
parent | 2d675c4163ba06d741a1d982386c7bfe5e254175 (diff) |
Merge "fix how we get cloud info in GR_API"
Diffstat (limited to 'bpmn/so-bpmn-tasks/src/test/resources/application-test.yaml')
-rw-r--r-- | bpmn/so-bpmn-tasks/src/test/resources/application-test.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-tasks/src/test/resources/application-test.yaml b/bpmn/so-bpmn-tasks/src/test/resources/application-test.yaml index 7ecb5aa9eb..210854e4d7 100644 --- a/bpmn/so-bpmn-tasks/src/test/resources/application-test.yaml +++ b/bpmn/so-bpmn-tasks/src/test/resources/application-test.yaml @@ -185,6 +185,10 @@ oof: host: http://localhost:${wiremock.server.port} uri: /api/oof/v1/placement headers.auth: Basic dGVzdDp0ZXN0cHdk +org: + onap: + so: + cloud-owner: att-aic spring: datasource: jdbc-url: jdbc:mariadb://localhost:3307/camundabpmn |