commit | fd63587429fbbd96c2cb5d03463b349666181765 | [log] [tgz] |
---|---|---|
author | waqas.ikram <waqas.ikram@est.tech> | Tue Feb 11 17:40:20 2020 +0000 |
committer | waqas.ikram <waqas.ikram@est.tech> | Tue Feb 25 14:37:24 2020 +0000 |
tree | 49b9408627b0bff782f00bb3680a8664fa7945d9 | |
parent | 7acc80b895555184f4fc011d32dd509e10e4e1ac [diff] [blame] |
Enhancing SO SDC Controller to invoke ONAP-ETSI Catalog APIs Change-Id: I9f0ba05c14478b9165c2c470559567513e1919cf Issue-ID: SO-2406 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
diff --git a/asdc-controller/src/test/resources/application-test.yaml b/asdc-controller/src/test/resources/application-test.yaml index 9fa2055..60cd2d9 100644 --- a/asdc-controller/src/test/resources/application-test.yaml +++ b/asdc-controller/src/test/resources/application-test.yaml
@@ -102,3 +102,11 @@ 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