From 7007bf04481b76b51e30d42148df710bccc9aa35 Mon Sep 17 00:00:00 2001
From: Yaroslav Brustinov <ybrustin@cisco.com>
Date: Tue, 3 May 2016 04:28:08 +0300
Subject: bp_sim: correct description of supported stateful layers main_dpdk:
 send bw_per_core with json, return back precision of low values
 jsonrpcserver: disable logging regression: use bw_per_core from cpp
 calculation correct test name for GA

---
 .../jsonrpclib-pelix-0.2.5/jsonrpclib/SimpleJSONRPCServer.py         | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'scripts/external_libs')

diff --git a/scripts/external_libs/jsonrpclib-pelix-0.2.5/jsonrpclib/SimpleJSONRPCServer.py b/scripts/external_libs/jsonrpclib-pelix-0.2.5/jsonrpclib/SimpleJSONRPCServer.py
index e9fe4e68..d55ce0fb 100644
--- a/scripts/external_libs/jsonrpclib-pelix-0.2.5/jsonrpclib/SimpleJSONRPCServer.py
+++ b/scripts/external_libs/jsonrpclib-pelix-0.2.5/jsonrpclib/SimpleJSONRPCServer.py
@@ -397,6 +397,11 @@ class SimpleJSONRPCRequestHandler(xmlrpcserver.SimpleXMLRPCRequestHandler):
     The server that receives the requests must have a json_config member,
     containing a JSONRPClib Config instance
     """
+
+    # disable logging
+    def log_message(*args, **kwargs):
+        pass
+
     def do_POST(self):
         """
         Handles POST requests
-- 
cgit