From 9ac6c3cc7e3f4aec9ba69e7a5bb0800471c4e8dc Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Wed, 28 Mar 2018 17:12:51 +0200 Subject: Add service inventory - Add service inventory operations get and find - Consumes AAI - Add tests Change-Id: If04ada259b7a172c1dbaac3649047cdb2d9dd5bc Issue-ID: EXTAPI-39 Signed-off-by: MatthieuGeerebaert --- src/test/resources/application.properties | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/test/resources/application.properties') diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 5d18ec8..f778b8a 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -4,10 +4,23 @@ server.port = 8080 # LOGGING logging.level.org.onap.nbi=DEBUG -logging.level.org.springframework.cloud.contract.wiremock=DEBUG + +# ONAP +onap.lcpCloudRegionId=RegionOne +onap.tenantId=31047205ce114b60833b23e400d6a535 +onap.cloudOwner=CloudOwner + +# NBI +nbi.url=http://127.0.0.1:8080/nbi/api/v1 # SDC sdc.host=http://127.0.0.1:8091 sdc.header.ecompInstanceId=Rene sdc.header.authorization=Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU= +# AAI +aai.host=http://127.0.0.1:8091 +aai.header.authorization=Basic QUFJOkFBSQ== +aai.api.id=AAI + + -- cgit 1.2.3-korg