aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/src/test/resources/application-test.yaml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2020-02-26 16:22:58 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-26 16:22:58 +0000
commit52edb45786cfd54ab22cef9e3ece62f946ca9052 (patch)
tree1951911a701cec64363add60d0eb13d650882e39 /asdc-controller/src/test/resources/application-test.yaml
parentc1dc4f359b6738fc7d8c9ae7f926dea0130e9a43 (diff)
parentfd63587429fbbd96c2cb5d03463b349666181765 (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.yaml8
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