aai/esr-server.git
6 years agoMerge "Sonar Minor: Remove the thrown runtime exception."
Li Zi [Wed, 31 Jan 2018 00:40:57 +0000 (00:40 +0000)]
Merge "Sonar Minor: Remove the thrown runtime exception."

6 years agoAdd license definition. 83/29583/1
Lizi [Tue, 30 Jan 2018 06:40:21 +0000 (06:40 +0000)]
Add license definition.

Change-Id: I243cd21cd5d2d56f7c9b93c754fb4d48876c07b4
Issue-ID: AAI-703
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoMerge "Remove this unused import java.util.ArrayList"
Li Zi [Tue, 30 Jan 2018 01:15:21 +0000 (01:15 +0000)]
Merge "Remove this unused import java.util.ArrayList"

6 years agoMerge "Move string literal to left side of comparison"
Li Zi [Tue, 30 Jan 2018 01:14:48 +0000 (01:14 +0000)]
Merge "Move string literal to left side of comparison"

6 years agoAdd a private constructor to hide implicit public 63/29463/1
Swapnali Pode [Mon, 29 Jan 2018 07:14:05 +0000 (12:44 +0530)]
Add a private constructor to hide implicit public

Add a private constructor to hide the implicit public one
Config.java:L22

Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.esr-server%3Aaai-esr-server#severities=MAJOR|resolved=false

Location:
src/main/java/org/onap/aai/esr/common/Config.java

Change-Id: I6247597bebe48365a7fa34ab539b2fddf8d15da7
Issue-ID: AAI-694
Signed-off-by: Swapnali Pode <SP00501638@techmahindra.com>
6 years agoFix an unit error. 79/29279/1
Lizi [Fri, 26 Jan 2018 08:40:37 +0000 (08:40 +0000)]
Fix an unit error.

Change-Id: I0da4787b793245ca2a9d73ea3ba81fb5a464221e
Issue-ID: AAI-500
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoAdd the unit test for Vim manage function. 67/29267/1
Lizi [Fri, 26 Jan 2018 07:46:04 +0000 (07:46 +0000)]
Add the unit test for Vim manage function.

Change-Id: Ibe4ed95512af0b67674f2ee14e20924050c1875f
Issue-ID: AAI-500
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoChange the unit test of SDNC with mock. 63/29263/1
Lizi [Fri, 26 Jan 2018 06:44:46 +0000 (06:44 +0000)]
Change the unit test of SDNC with mock.

Change-Id: Ic0ae520c481fcf3b154e1cc83c0847094acf4ee2
Issue-ID: AAI-638
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoChange the unit test about EMS with mock. 49/29249/1
Lizi [Fri, 26 Jan 2018 03:30:24 +0000 (03:30 +0000)]
Change the unit test about EMS with mock.

Change-Id: Ic78104662666203e3b631d2879a70c94189e01d2
Issue-ID: AAI-638
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoChange the unit test about VNFM with mock. 51/29151/1
Lizi [Thu, 25 Jan 2018 12:06:39 +0000 (12:06 +0000)]
Change the unit test about VNFM with mock.

Change-Id: Idd711b1d7772ea0817549fc47ca1d1abd1ddf199
Issue-ID: AAI-638
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoChange the static method to unstatic. 49/29149/1
Lizi [Thu, 25 Jan 2018 11:57:36 +0000 (11:57 +0000)]
Change the static method to unstatic.

Change-Id: I47926c5de4d89f203866de663e74f3cec026959d
Issue-ID: AAI-638
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoFix the security issue. 25/29125/1
Lizi [Thu, 25 Jan 2018 07:46:54 +0000 (07:46 +0000)]
Fix the security issue.

Change-Id: Id63ea99cf3308406cb2a2ec205f0c1a2d12384e4
Issue-ID: AAI-592
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoFix the security issue. 21/29021/1
Lizi [Wed, 24 Jan 2018 09:39:17 +0000 (09:39 +0000)]
Fix the security issue.

Change-Id: I3405ec0460cd7eb24d244d5c94b23d898fbd86a0
Issue-ID: AAI-592
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoMove string literal to left side of comparison 89/28989/1
Swapnali Pode [Wed, 24 Jan 2018 06:53:22 +0000 (12:23 +0530)]
Move string literal to left side of comparison

Move true string literal on the left side of this string comparison
ExtsysApp.java:L56

Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.esr-server%3Aaai-esr-server#resolved=false|assignees=swapnalipode
Location:
src/main/java/org/onap/aai/esr/ExtsysApp.java

Change-Id: I82e43ca7a68322c6d409ecc113932e289721c374
Issue-ID: AAI-691
Signed-off-by: Swapnali Pode <SP00501638@techmahindra.com>
6 years agoRemove this unused import java.util.ArrayList 71/28871/1
Swapnali Pode [Tue, 23 Jan 2018 07:28:01 +0000 (12:58 +0530)]
Remove this unused import java.util.ArrayList

Remove this unused import java.util.ArrayList
VimRegisterInfo.java:L18

Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.esr-server%3Aaai-esr-server#assigned=false|resolved=false|severities=MINOR

Location:
src\main\java\org\onap\aai\esr\entity\rest\VimRegisterInfo.java

Change-Id: I55354dfaad886dade9310776a5fa1af798ac33df
Issue-ID: AAI-688
Signed-off-by: Swapnali Pode <SP00501638@techmahindra.com>
6 years agoFix the sonar issue. 81/28781/1
Lizi [Mon, 22 Jan 2018 12:02:50 +0000 (12:02 +0000)]
Fix the sonar issue.

Change-Id: Ie704a164dc9ed5d2be247708a24779d97d6b5c15
Issue-ID: AAI-638
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoDeal the sonar issue. 51/28751/1
Lizi [Mon, 22 Jan 2018 02:58:34 +0000 (02:58 +0000)]
Deal the sonar issue.

Change-Id: Ic02f862a4652e9daddb78b54b9373275145e252f
Issue-ID: AAI-638
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoFix the security issue casused by java-sdk. 31/28631/1
Lizi [Fri, 19 Jan 2018 09:00:47 +0000 (09:00 +0000)]
Fix the security issue casused by java-sdk.

Change-Id: Id7ddf46944a96a2e3724f4d41247bcf1b82e0a8f
Issue-ID: AAI-592
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoRaise the version of dropwizard. 71/28371/1
Lizi [Wed, 17 Jan 2018 07:35:16 +0000 (07:35 +0000)]
Raise the version of dropwizard.

Change-Id: I780a348a3b94d0ea583f865d7c62613e0eb5f781
Issue-ID: AAI-592
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoFix the sonar issue. 17/28017/1
Lizi [Fri, 12 Jan 2018 06:57:31 +0000 (06:57 +0000)]
Fix the sonar issue.

Change-Id: I477338e083b98f6cc2a80d068229d7c00181b0fc
Issue-ID: AAI-638
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoAdd unit test for ems management. 93/27993/1
Lizi [Fri, 12 Jan 2018 02:20:56 +0000 (02:20 +0000)]
Add unit test for ems management.

Change-Id: I21baa89e1517e0f5f208e2ed64d86c4b9c47c6b8
Issue-ID: AAI-637
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoSonar Minor: Remove the thrown runtime exception. 35/27935/1
aishkashyap [Thu, 11 Jan 2018 07:59:11 +0000 (13:29 +0530)]
Sonar Minor: Remove the thrown runtime exception.

Remove the declaration of thrown runtime exception.

Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.esr-server%3Aaai-esr-server-parent#resolved=false|severities=MINOR

Location:
src/main/java/org/onap/aai/esr/externalservice/aai/ThirdpartySdncRegisterProvider.java

Line No:53

Issue-ID: AAI-624
Change-Id: Ief9b736eebcb1e55bbc61e3a4d223368f97ee19a
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
6 years agoFix the java code style issue. 17/27917/1
Lizi [Thu, 11 Jan 2018 03:29:08 +0000 (03:29 +0000)]
Fix the java code style issue.

Change-Id: Ic4e307ff6bfede6e505b2d758b7f174532b2335b
Issue-ID: AAI-622
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoAdd the unit test for thirdpartySDNC management. 01/27901/1
Lizi [Thu, 11 Jan 2018 01:21:26 +0000 (01:21 +0000)]
Add the unit test for thirdpartySDNC management.

Change-Id: I208af4dbc5e693a7647a9ebf1912826ca849fe89
Issue-ID: AAI-500
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoFix the nonstandard coding. 21/27821/3
Lizi [Wed, 10 Jan 2018 10:43:29 +0000 (10:43 +0000)]
Fix the nonstandard coding.

Fix the ArrayList usage, Remove the redundancy newly object.

Change-Id: I0311297d4e1387f89196eab978ed58a86f54cddb
Issue-ID: AAI-500
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoAdd unit test for vnfm manage API. 73/27773/1
Lizi [Wed, 10 Jan 2018 02:58:01 +0000 (02:58 +0000)]
Add unit test for vnfm manage API.

Change-Id: I51af8e01b8408acb6e7b0213c2db25c7e49102cd
Issue-ID: AAI-500
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoAdd unit test for query vnfm by ID. 19/27719/1
Lizi [Tue, 9 Jan 2018 12:43:30 +0000 (12:43 +0000)]
Add unit test for query vnfm by ID.

Change-Id: I9ad13cf69cff5764173e3c78ed97f4e44df9dcc2
Issue-ID: AAI-500
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoadd unit test for vnfmregister. 11/27711/1
Lizi [Tue, 9 Jan 2018 11:37:38 +0000 (11:37 +0000)]
add unit test for vnfmregister.

Change-Id: I90e690efd0f35fff7151650f078e2b77e134b440
Issue-ID: AAI-500
Signed-off-by: Lizi <li.zi30@zte.com.cn>
6 years agoAdd unit tests to increase sonar coverage 39/26339/1
aditya [Thu, 14 Dec 2017 17:51:17 +0000 (11:51 -0600)]
Add unit tests to increase sonar coverage

Add units to common, exception and externalservice packages

Issue-ID: AAI-500

Change-Id: Ie14a8d88c3ec99d362ac49ac30ee92c653409ae8
Signed-off-by: Aditya Gajulapalli <ag282f@att.com>
6 years agoBump minor version 39/23939/2
Jessica Wagantall [Thu, 16 Nov 2017 23:01:57 +0000 (15:01 -0800)]
Bump minor version

Bump minor version in preparation for Amsterdam
branching.

Change-Id: Ic8a6988557b50fa027e24c793b89c1b92b1dd8ef
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoFix the issue call multicloud failed. 85/19285/1 1.0.0-Amsterdam v1.0.0
lizi [Tue, 17 Oct 2017 13:19:57 +0000 (21:19 +0800)]
Fix the issue call multicloud failed.

Change-Id: I37b94993967f67f71a29c5b8deaefea7be0db547
Issue-ID: AAI-436
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoInput Tenant to A&AI while register VIM. 43/18743/1
lizi [Fri, 13 Oct 2017 09:37:48 +0000 (17:37 +0800)]
Input Tenant to A&AI while register VIM.

Change-Id: I62498d12592e1b96fbd1b00465bde6248fca747e
Issue-ID: AAI-435
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoFix the issue when call the Multicloud API. 31/18731/2
lizi [Fri, 13 Oct 2017 09:06:10 +0000 (17:06 +0800)]
Fix the issue when call the Multicloud API.

Change-Id: Ia8d6f3f0f8a7989b227fe4fea3fd9c23228a06a6
Issue-ID: AAI-436
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoChange the esr installation guide. 19/18719/1
lizi [Fri, 13 Oct 2017 07:16:04 +0000 (15:16 +0800)]
Change the esr installation guide.

Change-Id: Ib72ad299f5ef8f2acefa8fb7548a4deffba9187c
Issue-ID: AAI-434
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd staging version. 83/18683/1
lizi [Fri, 13 Oct 2017 04:52:13 +0000 (12:52 +0800)]
Add staging version.

Change-Id: I0e600737789de31e4d7743cad2577f6a757a0ca3
Issue-ID: AAI-432
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd the staging docker version. 17/18517/1
lizi [Thu, 12 Oct 2017 11:44:38 +0000 (19:44 +0800)]
Add the staging docker version.

Change-Id: I0870f59827508a519f79624638c38b469729fd16
Issue-ID: AAI-432
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd the release notes doc. 97/18497/1
lizi [Thu, 12 Oct 2017 10:33:57 +0000 (18:33 +0800)]
Add the release notes doc.

Change-Id: I2a2bacd9ec6e5e9d662d9dc963b2fa0111ad7be1
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoRemove the unused doc. 97/18397/3
lizi [Thu, 12 Oct 2017 01:47:18 +0000 (09:47 +0800)]
Remove the unused doc.

Change-Id: Id41fba68c0b575f307a732163ce7d556b90413f4
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoChange the api link from wiki to swagger.json 61/18261/1
lizi [Wed, 11 Oct 2017 10:38:46 +0000 (18:38 +0800)]
Change the api link from wiki to swagger.json

Change-Id: Icd1b9fc292015a0e6ca058bd80a6235b008c33c9
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd swagger.json to main/resources. 57/18257/1
lizi [Wed, 11 Oct 2017 10:34:42 +0000 (18:34 +0800)]
Add swagger.json to main/resources.

Change-Id: Idbe8b45d713017a0dd487037e504238f7a58efcc
Issue-ID: AAI-430
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd consumed api details in doc. 33/18233/1
lizi [Wed, 11 Oct 2017 09:38:40 +0000 (17:38 +0800)]
Add consumed api details in doc.

Change-Id: If05bd6d25aa34b23499d945f33aa63ce0dc6f56e
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd ESR architecture detail. 17/18217/1
lizi [Wed, 11 Oct 2017 08:54:32 +0000 (16:54 +0800)]
Add ESR architecture detail.

Change-Id: I3ffac8c813ee9f251b63bfd17a21edb03ff86d97
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd the installation detail of esr. 83/18183/1
lizi [Wed, 11 Oct 2017 07:28:54 +0000 (15:28 +0800)]
Add the installation detail of esr.

Change-Id: Ib1533a6faf77f2dd56f33ea62f2fd71811f09346
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd doc framwork for esr. 29/18129/1
lizi [Wed, 11 Oct 2017 03:41:41 +0000 (11:41 +0800)]
Add doc framwork for esr.

Change-Id: Iefca392d8367e1a7acbde2ddc5647ad6829ec0ce
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoRemove the snapshot dependency of java-sdk. 95/18095/1
lizi [Wed, 11 Oct 2017 02:14:16 +0000 (10:14 +0800)]
Remove the snapshot dependency of java-sdk.

Change-Id: I50532592da763756cdc657e0c5f960c997689ec8
Issue-ID: AAI-428
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoRemove the oparent snapshot version dependency. 49/17949/1
lizi [Tue, 10 Oct 2017 12:08:15 +0000 (20:08 +0800)]
Remove the oparent snapshot version dependency.

Change-Id: I503ed24490c46e1365052719094571d77ae28f9e
Issue-ID: AAI-428
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd installation guide and api link for doc. 45/17945/1
lizi [Tue, 10 Oct 2017 11:57:08 +0000 (19:57 +0800)]
Add installation guide and api link for doc.

Change-Id: I842c9d2795df1e6f6236caf1bd5c6a5fb629e8d1
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoFix the artifact of esr-server. 79/17879/1
lizi [Tue, 10 Oct 2017 08:26:26 +0000 (16:26 +0800)]
Fix the artifact of esr-server.

Change-Id: I9346c599437530f34471a4381c7271c2ffcbde91
Issue-ID: AAI-426
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoFix the extsys.yml config. 37/17637/1
lizi [Mon, 9 Oct 2017 11:01:31 +0000 (19:01 +0800)]
Fix the extsys.yml config.

Change-Id: Ie6835e9c3c1abb1a05e6996f8c3c82f92b7a5a13
Issue-ID: AAI-420
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd a way to get MSB address in esr-server. 21/17621/1
lizi [Mon, 9 Oct 2017 08:26:04 +0000 (16:26 +0800)]
Add a way to get MSB address in esr-server.

Change-Id: Ib4eaa9e976554a004955c16c85a67dd17ef0cbed
Issue-ID: AAI-420
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoRegister ServiceTest to microservice. 99/16199/1
lizi [Thu, 28 Sep 2017 03:16:06 +0000 (11:16 +0800)]
Register ServiceTest to microservice.

Change-Id: I1072eeff36a848eba35b99511e79906a340c4b53
Issue-ID: AAI-400
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoFix the bug about query VIM. 63/16163/1
lizi [Thu, 28 Sep 2017 01:59:31 +0000 (09:59 +0800)]
Fix the bug about query VIM.

Fix the bug "If a cloud-region didn't contain a external system info, there will be an null pointer error".

Change-Id: I2cdd45bfc9836ce8369feb4d5af6bc6bcee84201
Issue-ID: AAI-398
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoAdd the document file for esr-server. 91/14991/1
lizi00164331 [Mon, 25 Sep 2017 09:09:53 +0000 (17:09 +0800)]
Add the document file for esr-server.

Change-Id: Id2b8f1d87e08fc793459da01ed358a84e59430d9
Issue-ID: AAI-379
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoChange the Exception deal ways for VNFM manager. 37/14937/1
lizi00164331 [Mon, 25 Sep 2017 03:49:16 +0000 (11:49 +0800)]
Change the Exception deal ways for VNFM manager.

Change-Id: I84ef1fbd989b1ba4cc01e0747df021c123d309ef
Issue-ID: AAI-282
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoChange the Exception deal ways for sdnc manager. 33/14933/1
lizi00164331 [Mon, 25 Sep 2017 03:41:51 +0000 (11:41 +0800)]
Change the Exception deal ways for sdnc manager.

Change-Id: I6cd6da374d87d973e1ae9d546a824e573ec0ddf9
Issue-ID: AAI-282
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoFix the exception deal way of Ems manager. 31/14931/1
lizi00164331 [Mon, 25 Sep 2017 03:29:49 +0000 (11:29 +0800)]
Fix the exception deal way of Ems manager.

Change-Id: I9908b88a8fbc969e7029e5a4d3aed54783bfd352
Issue-ID: AAI-282
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoChange the usage of Exception in external system. 21/14921/1
lizi00164331 [Mon, 25 Sep 2017 02:57:52 +0000 (10:57 +0800)]
Change the usage of Exception in external system.

Do not use Exception directly according to sonar.

Change-Id: I580ce22a7cde5eebfa18f4813a9754b066866031
Issue-ID: AAI-282
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test case for VNFM register util. 21/14821/1
lizi00164331 [Sat, 23 Sep 2017 07:11:36 +0000 (15:11 +0800)]
Add unit test case for VNFM register util.

Change-Id: I1324d641812330732a5634c5d7cd74d9aed206c2
Issue-ID: AAI-376
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test case for VIM register utils. 99/14799/1
lizi00164331 [Sat, 23 Sep 2017 06:31:17 +0000 (14:31 +0800)]
Add unit test case for VIM register utils.

Add unit test case for VIM register utils.
Clean the unused code.

Change-Id: I2b097d566f2f7ddebe8f107bf51e78aad194b5a3
Issue-ID: AAI-375
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoChange the exception throw way for VIM register. 85/14585/2
lizi00164331 [Fri, 22 Sep 2017 11:32:35 +0000 (19:32 +0800)]
Change the exception throw way for VIM register.

Change-Id: I8d67a08793a8d19bb12d0bd2cdbcc1300495abbe
Issue-ID: AAI-371
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoChange the static method in VIM. 67/14567/1
lizi00164331 [Fri, 22 Sep 2017 10:54:01 +0000 (18:54 +0800)]
Change the static method in VIM.

Change-Id: Ia6f88207fbdf13c11ed730faac1c76485e54d11c
Issue-ID: AAI-370
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for sdnc register util. 39/14539/1
lizi00164331 [Fri, 22 Sep 2017 09:17:51 +0000 (17:17 +0800)]
Add unit test for sdnc register util.

Change-Id: Iad95dbb87082991f5bb1f0ab0dd9e00cf9ba115d
Issue-ID: AAI-368
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoFix the vnfm register issue. 33/14533/1
lizi00164331 [Fri, 22 Sep 2017 09:11:48 +0000 (17:11 +0800)]
Fix the vnfm register issue.

Change-Id: Ia5c877454cddcd67a32753f06917b67fbdcca5fc
Issue-ID: AAI-369
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for EmsManagerUtil. 97/14497/1
lizi00164331 [Fri, 22 Sep 2017 07:41:29 +0000 (15:41 +0800)]
Add unit test for EmsManagerUtil.

Change-Id: Id7e733aa1c7bf8f34c75ecb7fdbf33de0e48e7de
Issue-ID: AAI-367
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for ExtsysUtil. 77/14477/1
lizi00164331 [Fri, 22 Sep 2017 06:29:58 +0000 (14:29 +0800)]
Add unit test for ExtsysUtil.

Change-Id: Ie241ce2ae04686c7b30b8873bc336369f60a4727
Issue-ID: AAI-366
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoChange method objectToString to un-static. 75/14475/1
lizi00164331 [Fri, 22 Sep 2017 06:26:13 +0000 (14:26 +0800)]
Change method objectToString to un-static.

Change-Id: Id30fe2aefb5621724a547a11a327ed4c04bbd8d5
Issue-ID: AAI-365
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for app Configuration. 31/14231/1
lizi00164331 [Thu, 21 Sep 2017 12:09:06 +0000 (20:09 +0800)]
Add unit test for app Configuration.

Add unit test for app Configuration.
Clean the static method from ExtsysUtil.

Change-Id: If95bedde42b553e4ce80bf62514cabe06dea9068
Issue-ID: AAI-363
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoClean the config files. 19/14219/1
lizi00164331 [Thu, 21 Sep 2017 11:42:48 +0000 (19:42 +0800)]
Clean the config files.

Change-Id: I8465d6cc84a2e24e26c9904f949d560fd7399216
Issue-ID: AAI-362
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoUpdate VIM after register finishied. 15/14215/1
lizi00164331 [Thu, 21 Sep 2017 11:26:13 +0000 (19:26 +0800)]
Update VIM after register finishied.

Change-Id: If71ff525a92ae25975beae94c303afc718f395c4
Issue-ID: AAI-361
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the delete VIM API. 61/14161/2
lizi00164331 [Thu, 21 Sep 2017 08:29:10 +0000 (16:29 +0800)]
Realize the delete VIM API.

Change-Id: I674f900fe68ab1f38def6b9297b0999ef65e1455
Issue-ID: AAI-360
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoFix the return data of delete and query API. 47/14147/1
lizi00164331 [Thu, 21 Sep 2017 08:01:16 +0000 (16:01 +0800)]
Fix the return data of delete and query API.

Change-Id: Id9d4b3cc50b51b96cbbf6036aa306e5be1d4558f
Issue-ID: AAI-359
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoChange the static method in util. 43/14143/1
lizi00164331 [Thu, 21 Sep 2017 07:49:33 +0000 (15:49 +0800)]
Change the static method in util.

Change the static method in util class to unstatic. romove the unused class.

Change-Id: Ieac5b817e32b7b02c00e1d5b247a82e0aadcab32
Issue-ID: AAI-358
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test case for sdnc register info. 63/13863/1
lizi00164331 [Wed, 20 Sep 2017 11:50:13 +0000 (19:50 +0800)]
Add unit test case for sdnc register info.

Change-Id: Ie27ee5b09fcfa1e3070eaaba3f065ef5ef555fab
Issue-ID: AAI-355
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for vim register info. 49/13849/1
lizi00164331 [Wed, 20 Sep 2017 11:27:44 +0000 (19:27 +0800)]
Add unit test for vim register info.

Change-Id: I01472da080a3d544102183a681f7aceb3962da44
Issue-ID: AAI-354
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test case for vnfm register info. 39/13839/1
lizi00164331 [Wed, 20 Sep 2017 10:53:54 +0000 (18:53 +0800)]
Add unit test case for vnfm register info.

Change-Id: I000ff295286350a1a6cb4b031fdb8d2cde622a0d
Issue-ID: AAI-352
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for ems register info. 11/13811/2
lizi00164331 [Wed, 20 Sep 2017 09:55:49 +0000 (17:55 +0800)]
Add unit test for ems register info.

Change-Id: I9163d814c2d7ab00a9198a55ababc685ef7748e4
Issue-ID: AAI-353
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for VNFM bean class. 77/13777/1
lizi00164331 [Wed, 20 Sep 2017 08:48:46 +0000 (16:48 +0800)]
Add unit test for VNFM bean class.

Change-Id: Icdb9009bc343d1b931126df927684e8d8cb4cc3b
Issue-ID: AAI-351
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit case for thirdparty sdnc bean. 71/13771/1
lizi00164331 [Wed, 20 Sep 2017 08:24:49 +0000 (16:24 +0800)]
Add unit case for thirdparty sdnc bean.

Change-Id: I1d4e61c17cfc17c3646be8cd82441daca00ebef1
Issue-ID: AAI-350
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for esr system info. 51/13751/1
lizi00164331 [Wed, 20 Sep 2017 07:56:44 +0000 (15:56 +0800)]
Add unit test for esr system info.

Change-Id: I89a48ab55968e053b8960e3b9fe798b475dc9a07
Issue-ID: AAI-344
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for esr ems bean. 39/13739/1
lizi00164331 [Wed, 20 Sep 2017 07:37:13 +0000 (15:37 +0800)]
Add unit test for esr ems bean.

Change-Id: Ifc15f2abbf19e5ba4ef5b9eb36c5bf709fadcf76
Issue-ID: AAI-344
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd unit test for cloud bean. 61/13661/1
lizi00164331 [Wed, 20 Sep 2017 04:45:57 +0000 (12:45 +0800)]
Add unit test for cloud bean.

Change-Id: I95776dff986dfe3d3e69284edec651e0dd0bf054
Issue-ID: AAI-341
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd the unit test for ExtsysAppTest. 37/13637/1
lizi00164331 [Wed, 20 Sep 2017 02:09:24 +0000 (10:09 +0800)]
Add the unit test for ExtsysAppTest.

Change-Id: I8ec279cfff9f1f11fac53cc82a555dc719be29a0
Issue-ID: AAI-340
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoAdd a test case test service reachable. 67/13467/1
lizi00164331 [Tue, 19 Sep 2017 13:07:38 +0000 (21:07 +0800)]
Add a test case test service reachable.

Change-Id: I7abeedd7d848b776452b03c779bda277b6314c4b
Issue-ID: AAI-335
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoFix the VIM status management. 49/13449/1
lizi00164331 [Tue, 19 Sep 2017 12:05:39 +0000 (20:05 +0800)]
Fix the VIM status management.

Change-Id: I03a929d4f7e1b32092250daa1ff7f2bdc6451dcd
Issue-ID: AAI-334
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoFix the data structure of VIM. 45/13345/1
lizi00164331 [Tue, 19 Sep 2017 07:57:54 +0000 (15:57 +0800)]
Fix the data structure of VIM.

Change-Id: I0f663872244495ad1c7dc605ac4e04aa415131b7
Issue-ID: AAI-332
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the update EMS API. 23/13123/1
lizi00164331 [Mon, 18 Sep 2017 11:49:29 +0000 (19:49 +0800)]
Realize the update EMS API.

Change-Id: If8ad34360d9d0ea9213db33b0008931d3def293f
Issue-ID: AAI-323
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the delete EMS API. 09/13109/1
lizi00164331 [Mon, 18 Sep 2017 11:01:40 +0000 (19:01 +0800)]
Realize the delete EMS API.

Change-Id: Ib016497d81bfab254338bcb8847be90ecff98636
Issue-ID: AAI-324
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the query EMS list API. 71/13071/1
lizi00164331 [Mon, 18 Sep 2017 09:38:07 +0000 (17:38 +0800)]
Realize the query EMS list API.

Change-Id: I151c71919245d6af21b9ad63a153ef2331860b98
Issue-ID: AAI-322
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize query EMS detail API. 55/13055/1
lizi00164331 [Mon, 18 Sep 2017 09:13:57 +0000 (17:13 +0800)]
Realize query EMS detail API.

Change-Id: I3bef748b8e89fba3807c0caeb14ac03c428c185c
Issue-ID: AAI-321
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize register EMS API. 45/13045/1
lizi00164331 [Mon, 18 Sep 2017 08:45:09 +0000 (16:45 +0800)]
Realize register EMS API.

Change-Id: I985715bfe84c001cbedc2d0337d752372e0719ab
Issue-ID: AAI-320
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the delete thirdparty SDNC API. 33/13033/1
lizi00164331 [Mon, 18 Sep 2017 07:56:58 +0000 (15:56 +0800)]
Realize the delete thirdparty SDNC API.

Change-Id: I76f64f200c1287424b8561f96942bb44fd6fc739
Issue-ID: AAI-319
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the update thirdparty SDNC API 31/13031/1
lizi00164331 [Mon, 18 Sep 2017 07:54:33 +0000 (15:54 +0800)]
Realize the update thirdparty SDNC API

Change-Id: Iea0e31d678a6cc17de319254b9c18484410a9505
Issue-ID: AAI-318
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize query thirdparty sdnc list API. 19/13019/1
lizi00164331 [Mon, 18 Sep 2017 07:16:51 +0000 (15:16 +0800)]
Realize query thirdparty sdnc list API.

Change-Id: I241134d56f0aa495546c8987d038c986ed6b7468
Issue-ID: AAI-317
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize query thirdparty sdnc detail API 17/13017/1
lizi00164331 [Mon, 18 Sep 2017 07:14:04 +0000 (15:14 +0800)]
Realize query thirdparty sdnc detail API

Change-Id: I3bd27d083cb6243c91039648ea0fb158c81ea8e5
Issue-ID: AAI-316
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize thirdparty sdnc register API. 85/12985/1
lizi00164331 [Mon, 18 Sep 2017 06:11:29 +0000 (14:11 +0800)]
Realize thirdparty sdnc register API.

Change-Id: I65ddaa9cc96eacd21234425d33efe4ebe19211ea
Issue-ID: AAI-315
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize update VNFM API. 73/12873/1
lizi00164331 [Sat, 16 Sep 2017 09:19:53 +0000 (17:19 +0800)]
Realize update VNFM API.

Realize update VNFM API.
Fix the bug in update VIM API.

Change-Id: I54c9d4a7a71df40373265c50ee76b381d5f072ad
Issue-ID: AAI-314
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the delete VNFM API. 63/12863/1
lizi00164331 [Sat, 16 Sep 2017 07:46:54 +0000 (15:46 +0800)]
Realize the delete VNFM API.

Realize the delete VNFM API.
Fix the parameter definition error.
Add to print exception.

Change-Id: I486ccff968a9a55b24cce2e32c03ae60146fca58
Issue-ID: AAI-313
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the query VNFM list API. 51/12851/1
lizi00164331 [Sat, 16 Sep 2017 06:56:30 +0000 (14:56 +0800)]
Realize the query VNFM list API.

Change-Id: I502f0cad40eb1d4857671d11a059743ccf332bf8
Issue-ID: AAI-312
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the query VNFM detail API. 47/12847/1
lizi00164331 [Sat, 16 Sep 2017 06:10:55 +0000 (14:10 +0800)]
Realize the query VNFM detail API.

Change-Id: I65f21581ed57f6435c8dc3be07e4b6fa02ca7b7b
Issue-ID: AAI-311
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
6 years agoRealize the VNFM register API 39/12839/1
lizi00164331 [Sat, 16 Sep 2017 04:49:17 +0000 (12:49 +0800)]
Realize the VNFM register API

Realize the VNFM register API, Add Serializable annotation for AAI entity.

Change-Id: I74d1026b8f6dab06e4a1b36dd342635631c284a9
Issue-ID: AAI-310
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>