summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/views/subscriptions_view.py
AgeCommit message (Collapse)AuthorFilesLines
2019-07-22improve code coverage rate (scale vnf to level) after vfclcm upgraded from ↵hongyuzhao1-1/+1
python2 to python Change-Id: I5a6141591bdc639c2508a38af206bc5c45f8d309 Issue-ID: VFC-1429 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
2019-07-16Add get and del subscription apifujinhua1-2/+43
Change-Id: I38957770ca9a92571ecfd8cd44b779324eec0b3b Issue-ID: VFC-1429 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-07-03vfclcm upgrade from python2 to python3hongyuzhao1-2/+2
Change-Id: Ia55ae38ec64fc3d821d1e7e1c0cbe48b572a0dd4 Issue-ID: VFC-1429 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
2019-06-14Fix bug for status code when subscription post request body invalid what ↵hongyuzhao1-2/+3
client inputs. Issue-ID: VFC-1417 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn> Change-Id: Id18312e77a6d93ac1afd8c5b8307f44f51a744cd
2019-04-06Refactor codes for subscriptionsfujinhua1-52/+38
Change-Id: I046b347903bd37ef647ac5473c367bc26c20c14b Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-09-10Add GET Subscriptions API to GVNFMBharath Thiruveedula1-2/+49
Signed-off-by: Bharath Thiruveedula<bharath.thiruveedula@verizon.com> Change-Id: I1ed4989de62670fe0ecbb6af10ca2713f5fa390e Issue-ID: VFC-1048
2018-08-31Add subscriptions API to GVNFMBharath Thiruveedula1-0/+74
Issue-ID: VFC-999 Change-Id: I5efb5fb080f25614f805e054584f3f771d8ab302 Signed-off-by: Bharath Thiruveedula<bharath.thiruveedula@verizon.com> depends-on: Ic3cfcfaf09701b363720ccacdf9eaaef3aafd9d8