diff options
author | Rich Tabedzki <richard.tabedzki@att.com> | 2017-10-04 13:29:09 +0000 |
---|---|---|
committer | Rich Tabedzki <richard.tabedzki@att.com> | 2017-10-04 13:29:36 +0000 |
commit | 73e10c782444301edd8e01092e75b90bf6576847 (patch) | |
tree | 7ddda2c1cf53cd2b3751f513cf57162d6d231241 /aai-service/provider/src/test/resources/aaiclient.properties | |
parent | c7c8048c03a06d3e0cccf4e8a4473fe81f92f1da (diff) |
Improve CCSDK adaptors Sonar coverage
Changes made:
1. Removed obsolete code
2. Added new test cases
Change-Id: I3c12948a4af29707a31b4e4cf4be6782bc5d1071
Issue-ID: CCSDK-108
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
Diffstat (limited to 'aai-service/provider/src/test/resources/aaiclient.properties')
-rwxr-xr-x | aai-service/provider/src/test/resources/aaiclient.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-service/provider/src/test/resources/aaiclient.properties b/aai-service/provider/src/test/resources/aaiclient.properties index fb9a52feb..84d851a41 100755 --- a/aai-service/provider/src/test/resources/aaiclient.properties +++ b/aai-service/provider/src/test/resources/aaiclient.properties @@ -8,9 +8,9 @@ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -40,8 +40,8 @@ org.onap.ccsdk.sli.adaptors.aai.application=CCSDK # # Configuration file for A&AI Client # -#org.onap.ccsdk.sli.adaptors.aai.uri=https://aai.api.simpledemo.openecomp.org:8443 -org.onap.ccsdk.sli.adaptors.aai.uri=https://aai-int2.test.att.com:8443 +org.onap.ccsdk.sli.adaptors.aai.uri=https://aai.api.simpledemo.openecomp.org:8443 +#org.onap.ccsdk.sli.adaptors.aai.uri=https://aai-int2.test.att.com:8443 # connection.timeout=60000 |