Merge "update sonar property: sonar.python.coverage.reportPath -> sonar.python.covera...
authorYan Yang <yangyanyj@chinamobile.com>
Fri, 7 Feb 2020 02:00:11 +0000 (02:00 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 7 Feb 2020 02:00:11 +0000 (02:00 +0000)
mgr/mgr/pub/utils/restcall.py
mgr/requirements.txt

index 3e948a2..567361b 100644 (file)
@@ -70,6 +70,7 @@ def call_req(base_url, user, passwd, auth_type, resource, method, content=''):
         if 'httplib.ResponseNotReady' in res_info:
             res_info = "The URL[%s] request failed or is not responding." % full_url
         ret = [3, res_info, resp_status]
+        logger.debug(ex)
 
     logger.debug("[%s]ret=%s" % (callid, str(ret)))
     return ret
index 2639383..b5feec6 100644 (file)
@@ -1,6 +1,6 @@
 # rest framework
 Django==2.1.10
-djangorestframework==3.9.4
+djangorestframework==3.10.0
 
 # for access MySQL
 PyMySQL==0.9.3
@@ -21,7 +21,7 @@ unittest_xml_reporting==1.12.0
 
 # for auto swagger
 ruamel.yaml==0.15.97
-drf-yasg==1.16.0
+drf-yasg==1.17.0
 flex>=6.11.1
 swagger-spec-validator>=2.1.0