summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/views/curd_vnf_views.py
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-07-10 11:48:52 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2019-07-10 13:34:49 +0800
commitda7fa99b4472a891d9e0ab16e0224acdc4f63e8e (patch)
tree0460fd2b404f415547c6d976c304c1788940eab1 /lcm/lcm/nf/views/curd_vnf_views.py
parentf2e52aa4efb15e1f94506710528d6f47d21348d6 (diff)
improve code coverage rate after vfclcm upgraded from python2 to python3
Change-Id: I9c62ad2638ff8eeaafcae4d51dcf1e92a688eb5e Issue-ID: VFC-1429 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'lcm/lcm/nf/views/curd_vnf_views.py')
-rw-r--r--lcm/lcm/nf/views/curd_vnf_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/nf/views/curd_vnf_views.py b/lcm/lcm/nf/views/curd_vnf_views.py
index f5c7a77a..2992814b 100644
--- a/lcm/lcm/nf/views/curd_vnf_views.py
+++ b/lcm/lcm/nf/views/curd_vnf_views.py
@@ -108,7 +108,7 @@ class DeleteVnfAndQueryVnf(APIView):
)
@view_safe_call_with_log(logger=logger)
def delete(self, request, instanceid):
- logger.debug("DeleteVnfIdentifier--delete::> %s" % request.data)
+ logger.debug("DeleteVnfIdentifier--delete::> %s" % instanceid)
DeleteVnf(request.data, instanceid).do_biz()