diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-02-26 16:22:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-26 16:22:58 +0000 |
commit | 52edb45786cfd54ab22cef9e3ece62f946ca9052 (patch) | |
tree | 1951911a701cec64363add60d0eb13d650882e39 /asdc-controller/src/test/resources/application-test.yaml | |
parent | c1dc4f359b6738fc7d8c9ae7f926dea0130e9a43 (diff) | |
parent | fd63587429fbbd96c2cb5d03463b349666181765 (diff) |
Merge "Enhancing SO SDC Controller to invoke ONAP-ETSI Catalog APIs"
Diffstat (limited to 'asdc-controller/src/test/resources/application-test.yaml')
-rw-r--r-- | asdc-controller/src/test/resources/application-test.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/application-test.yaml b/asdc-controller/src/test/resources/application-test.yaml index 9fa20550db..60cd2d9f2a 100644 --- a/asdc-controller/src/test/resources/application-test.yaml +++ b/asdc-controller/src/test/resources/application-test.yaml @@ -102,3 +102,11 @@ mso: endpoint: http://localhost:${wiremock.server.port} config: defaultpath: src/test/resources + +sdc: + endpoint: http://localhost:${wiremock.server.port} + +etsi-catalog-manager: + endpoint: http://localhost:${wiremock.server.port}/api/catalog/v1 + rest: + timeoutInSeconds: 5 |