From c0134003468a9331c1efb70872d0324bbe89ee88 Mon Sep 17 00:00:00 2001 From: yufei_zhou Date: Fri, 6 Oct 2017 19:33:54 +0800 Subject: Add Unit Tests. Change-Id: Ic4cde859dea0f93958de908b091bfa1dbe61fc70 Issue-ID: VFC-53 Signed-off-by: yufei_zhou --- .../src/main/resources/application.properties | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/application.properties') diff --git a/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/application.properties b/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/application.properties index f3d6c7fd..850e6cad 100644 --- a/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/application.properties +++ b/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/resources/application.properties @@ -30,17 +30,20 @@ spring.datasource.tomcat.test-on-borrow=true com.fasterxml.jackson.core=jackson-databind logging.file=${catalina.base}/logs/vfcadaptor.log logging.level.org.springframework.web=DEBUG -logging.level.org.hibernate=ERROR +logging.level.org.hibernate=DEBUG ## for logging end ## -## common configuration for connections begin ## -nslcmApiHttpFront=http://1.2.3.4:88 -catalogApiUriFront=http://2.2.3.4:88 -cbamApiUriFront=https://3.2.3.4:88 -msbApiUriFront=http://4.2.3.4:88 - -## for retrieving token from CBAM ## +## configure service name and version of MSB services AAI/LCM/Catalog begin ## +aaiServiceNameInMsb=aai-esr-server +aaiVersionInMsb=v1 +lcmServiceNameInMsb=nslcm +lcmVersionInMsb=v1 +catalogServiceNameInMsb=catalog +catalogVersionInMsb=v1 +## configure service name and version of MSB services AAI/LCM/Catalog end ## + +## for retrieving token from CBAM begin ## grantType=grantType1 clientId=clientId1 clientSecret=clientSecret1 -## common configuration for connections end ## \ No newline at end of file +## for retrieving token from CBAM end ## -- cgit 1.2.3-korg