aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-28SOL003 API Alignmaopengzhang88-292/+395
SOL003 API ALign - adjust lcm code structure and merge v2 into ns Change-Id: I1ff345fd688ce706be5e8bc5abeb71eec8261fd9 Issue-ID: VFC-635 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2018-08-27update version of lcmyangyan1-1/+1
Change-Id: I996925c5075665ced9e8a10a882546ed1c3927cb Issue-ID: VFC-1076 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-08-26change version of lcmyangyan2-3/+3
Change-Id: I102b832e68d3eddb338296ca7280ec0894e5d83f Issue-ID: VFC-1075 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-08-21Remove csar id filter for ns query interfacefujinhua2-8/+3
Change-Id: Ia2a9d790a3b2ec6cfce57aea1a5e4cc2d8dc9335 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-21Add serializer check for job query interfacefujinhua1-4/+3
Change-Id: If86d2e7f1b71cfc675d21043c0d3f1e42776ddc1 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-21Add unit test for job query of nslcmfujinhua2-4/+20
Change-Id: I1e40c33d137e6e56fc12098d23227f3813d97487 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-20Merge "Add API for OOF callback"Fu Jinhua4-1/+131
2018-08-20Add API for OOF callbackRuoyu Ying4-1/+131
Add API for the OOF callback response.The structure will be the same as OOF response. Change-Id: I35948afd3a799ad6dc1385e63c4c6503d92122dc Issue-ID: VFC-1023 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2018-08-17Change in testbiancunkang1-3/+18
For coverage Change-Id: I9c6a01f187e1a1ce6ab50ba7c34b8cbf0aeb3c51 Issue-ID: VFC-1015 Signed-off-by: biancunkang <bian.cunkang@zte.com.cn>
2018-08-16Merge "Delete useless codes of ns scale"yunlong ying1-163/+0
2018-08-16Delete useless codes of ns scalefujinhua1-163/+0
Change-Id: Ib6cc32e1f27d4d1a89058946929568a9604e29aa Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-16Merge "Add a test"Fu Jinhua2-3/+96
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-16Merge "Add a test in Grand"Fu Jinhua1-0/+57
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-15Add unit test for syscomm timeutil and valuesfujinhua1-0/+20
Change-Id: I8dc9f3e4b43ba3aaec6f423931e99e8221f336b0 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-15Add unit test for jobutilfujinhua1-0/+44
Change-Id: I4a218645096627bf5fe6d65a22fb2e2629d77b21 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-15Add unit test for jobutilfujinhua1-0/+32
Change-Id: I542b1fb508dcc33f4d635d3207192e259f5b8802 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-15Add unit test for jobutilfujinhua1-0/+26
Change-Id: Iafa98d951f177a93050f1ca0caff56549f59c0e2 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-15Add unit test for jobutilfujinhua1-1/+15
Change-Id: I3f1e7833e7dc42d92a248d68e6717163043e3dd9 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-14Merge "Fix unit test error for ns heal"yunlong ying1-1/+2
2018-08-14Fix unit test error for ns healfujinhua1-1/+2
Fix OperationalError: no such table: NFVO_JOB problem Change-Id: I2bae1430cb17c63ccab9325a50510682b8f7b780 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-14Merge "Refactor unit test for vnf heal"yunlong ying1-21/+44
2018-08-14Refactor unit test for vnf healfujinhua1-21/+44
Change-Id: I4a4be6a7dbec8b291c540826a61c15944ad427a5 Issue-ID: VFC-1009 Signed-off-by: fujinhua <fu.jinhua@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>