aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-16Add a testbiancunkang2-3/+96
Modify grant_vnf.py Change-Id: I33f2633b84e4d3df499fa441ee4afce1205917aa Issue-ID: VFC-1015 Signed-off-by: biancunkang <bian.cunkang@zte.com.cn>
2018-08-16Add a test in Grandbiancunkang1-0/+57
Change-Id: I17020da4555a77fe59914ab1573a6d5ee7fd86bc Issue-ID: VFC-1015 Signed-off-by: biancunkang <bian.cunkang@zte.com.cn>
2018-08-14Merge changes I3c63ae50,Ida68d628,Ib1175765yunlong ying1-0/+87
* changes: Add unit test for jobutil Add unit test for fileutil Add unit test for enumutil
2018-08-14Add unit test for jobutilfujinhua1-0/+32
Change-Id: I3c63ae508eec95f7471a53f0d961816a9bb49341 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-14Deal with VnfLcmOocNotification related stuffs.laili4-26/+42
Fix bugs. Change-Id: Ie7dea71c6634a3baf257d44bb8d86388f907e936 Issue-ID: VFC-1018 Signed-off-by: laili <lai.li@zte.com.cn>
2018-08-14Add unit test for fileutilfujinhua1-0/+26
Change-Id: Ida68d6281350a6e5226493eef7f81a7e8c9664b4 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-14Add unit test for enumutilfujinhua1-0/+29
Change-Id: Ib117576543097e9c2b0ed7d702f5a841be3ebd70 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-14Change in grantbiancunkang2-5/+117
Modify exec_grant() and test_grant_vnf_normal() Change-Id: I99b83de960842f863b176db368652634205b38ad Issue-ID: VFC-1015 Signed-off-by: biancunkang <bian.cunkang@zte.com.cn>
2018-08-13Merge "Deal with VnfLcmOocNotification related stuffs."Fu Jinhua1-6/+119
2018-08-13Merge "Deal with VnfLcmOocNotification related stuffs."Fu Jinhua3-5/+214
2018-08-13Deal with VnfLcmOocNotification related stuffs.laili1-6/+119
Finish update_Cp() and update_network_in_aai() function of class HandleVnfLcmOocNotification. Change-Id: I612200220c983313469c60bbd543faaec0d746f8 Issue-ID: VFC-1018 Signed-off-by: laili <lai.li@zte.com.cn>
2018-08-13Deal with VnfLcmOocNotification related stuffs.laili3-5/+214
Finish update_Vnfc() and update_vl() function of class HandleVnfLcmOccNotification. Modify related content in tests.py and views.py Change-Id: I7824e1947878a3386a3174fd30342c4074920734 Issue-ID: VFC-1018 Signed-off-by: laili <lai.li@zte.com.cn>
2018-08-13Refactor unit test for ns healfujinhua1-9/+31
Change-Id: I0dc241dc05c191e3d8d086d9071c8a227c964e56 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-11Add unit test for ns instantiatefujinhua3-11/+97
Change-Id: If92efd7df5ca70d84a4e82d65a3534cbf791c307 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-10Add unit test for ns instantiatefujinhua2-12/+22
Change-Id: I9423cd90fed4ea9f73a4c7e4225e7b55c0fff2ef Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-10Add unit test for ns instantiatefujinhua1-3/+18
Change-Id: I65a4d8572b3d99201156faef21a8980628cc9619 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-09Add unit test for ns createfujinhua1-1/+18
Change-Id: If32920af59eb88b257f22a3a036d3574c53a3692 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-09Add unit test for ns createfujinhua2-24/+12
Change-Id: I3fee5c345be12b5866ad9fe39364d897925f494d Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-09Refactor codes for vfc-nfvo-lcmfujinhua5-16/+3
Move scaleaspect.py from pub to ns Change-Id: Icacc3cb630f34240246df007f765c94ccc29205d Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-09Refactor codes for vfc-nfvo-lcmfujinhua2-20/+0
Delete useless config variables Change-Id: Ifa89ba9ec788a5f05d7f7b3405ed04a0a8d6d09e Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-07Merge "Remove DB and redis service from nslcm"yunlong ying8-428/+18
2018-08-07Merge "Eliminate appx 350 Sphinx Warnings"Fu Jinhua6-941/+899
2018-08-07Remove DB and redis service from nslcmfujinhua8-428/+18
Change-Id: Iebc919306d93cfac848a03fee2aff23c0b287601 Issue-ID: VFC-977 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-06Fix docker build error problemfujinhua1-2/+2
Change-Id: Icf8c39bbe8eb99dba8dc559ad2878c6f360dc1cb Issue-ID: VFC-1006 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-06Fix log error when run unit tests in windowslaili1-38/+37
Fix log error when run lcm tests in windows Change-Id: If67c9849d200e030aaf5b738c808a370b09e250f Issue-ID: VFC-1014 Signed-off-by: laili <lai.li@zte.com.cn>
2018-08-03Eliminate appx 350 Sphinx WarningsRich Bennett6-941/+899
Rename NSLCM_API as json file and use swaggerv2doc to display json swagger definition Remove extra characters at the end of line reported by doc8 Use code-blocks to better highlight json objects and eliminate warnings Remove duplicate offeredapis content Change-Id: Iec699b8f7d4f4be5b9783b3c40f24c8c4a279d7b Issue-ID: VFC-919 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-08-03Add swagger export command for nslcmfujinhua4-0/+63
Change-Id: Ia927961450d18c3f9ff8f123e17fc8e519bcc4d9 Issue-ID: VFC-1011 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-02Fix log directory problem when exec UTfujinhua1-0/+3
Change log directory when exec UT Change-Id: If6ed715d552eb1dd2c3787c0e524b8f0dfd05fd8 Issue-ID: VFC-1010 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-02Remove useless codes of nfvo-lcmfujinhua2-7/+0
Remove static folder Change-Id: I380ef80709aed3d49641d28848e4a51ef30cab17 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-02Remove useless codes of nfvo-lcmfujinhua5-1075/+0
Remove toscaparser codes Change-Id: I003c0bf5704d81de665594f0114cde139931132b Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-02Remove useless codes of nfvo-lcmfujinhua4-4230/+3
Remove toscautil codes. Change-Id: I6f6794c0da25609c18ff95c0f888936ca7db5dc7 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-02Merge "Remove useless codes for nfvo-lcm"Yan Yang11-2337/+0
2018-08-02Remove useless codes for nfvo-lcmfujinhua11-2337/+0
Remove package codes Change-Id: Iefe5f26d6170b1301624f87b05ab65edf6f066d1 Issue-ID: VFC-1008 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-02Fix serializer bugyangyanyj1-3/+3
Change-Id: I4caf42aad3e6395aae2bdd87c757836e109dc9c5 Issue-ID: VFC-1007 Signed-off-by: yangyanyj <yangyanyj@chinamobile.com>
2018-08-01Solve ubuntu vi problemfujinhua1-1/+1
Modify vimrc.tiny in Dockerfile Change-Id: Ic2e82b52200f0a4437a75a99b7e45df9e3df1b16 Issue-ID: VFC-1006 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-01Solve ubuntu vi problemfujinhua1-0/+3
Modify vimrc.tiny in Dockerfile Change-Id: I97d88ee824704a0b36a5047870cbd43501193fed Issue-ID: VFC-1006 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-07-30Enabling back Serializer Validation for POSTapiShobana Jothi2-10/+11
Change-Id: I5ca732894d81ea06f2f96996364a2c929960eac4 Issue-ID: VFC-965 signed-off-by: Shobana Jothi<shobana.jothi@verizon.com>
2018-07-27update vnf instance name formatyangyan1-1/+1
Issue-ID: VFC-1001 Change-Id: I2cf01c673cf4b57460a10450f980384c80c8a2d7 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-07-27Mock get_auto_id function when run unit testfujinhua3-12/+1
Change-Id: Ia8edf5439ba6f26545291ab777af92ad8f6b55e0 Issue-ID: VFC-986 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-07-26Mock get_auto_id function when run unit testfujinhua1-0/+5
Change-Id: I5737253287cd387bd1006c3de343dc18de35c21e Issue-ID: VFC-986 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-07-18Remove unused endpoints of nspackagesbharath10-1012/+31
Change-Id: Id26792384dfe55940d45818da5d6d6fd161040ef Issue-ID: VFC-958 Signed-Off-By: Bharath Thiruveedula <bharath.thiruveedula@verizon.com>
2018-07-16Clean Up the unnecessary swagger JSON filesAditya Anantatmakula9-3000/+0
Change-Id: I3768348f349db2ace7dc46c1be0f42963fe5a8e0 Issue-ID: VFC-957 signed-off-by: Aditya Anantatmakula <aditya.anantatmakula@verizon.com>
2018-07-03Add INFO.yaml fileJessica Wagantall1-1/+15
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I8db5ee78262ab7aa09a4dd67d89082d895bfbfa1 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-06-07Fix format issue on RNyangyan1-1/+2
Issue-ID: DOC-271 Change-Id: Ic98be75196f8f07d13a2bdab9c7ee1a14e032291 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-06-07Fix bug for Dynamic RecoveryBin Sun3-17/+43
Change-Id: Ic16d530d20de98b99e77c7d1ddf27afb3a951530 Issue-ID: VFC-791 Signed-off-by: Bin Sun <bins@vmware.com>
2018-06-07Merge "remove swagger test function"Gao Weitao3-9/+11
2018-06-07remove swagger test functionyangyan3-9/+11
Issue-ID: VFC-931 Change-Id: I88681de4d5b113e3b863a3719e2d0a8bdec168c9 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-06-04Add INFO.yaml fileJessica Wagantall1-0/+113
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ib7db2be1b3edeec8f4099bf962bdcee702b05fac Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-06-04Update create vl logicv1.1.02.0.0-ONAP2.0.0-ONAPyangyan7-46/+47
Issue-ID: VFC-929 Change-Id: Ie4664ec501dc29a5a8b4464e9b6700c9a0bf34cc Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-05-31Document Security section of the Release NotesGildas Lanilis1-8/+12
Change-Id: Id458ba8e22fff238ef3d7d1d827c5c9f8b6c2464 Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>