replace () with _
[integration/test.git] / csit / libraries / BgpRpcClient.py
index c744fabdfbacaf06c41816e170e2fe3bf07dc4cb..b42c43a49cf9647a041cb1a74ad6519ab9e23868 100644 (file)
@@ -86,7 +86,7 @@ class BgpRpcClient(object):
 
     def play_send(self, hexstring):
         """Sends given hex data, already encoded bgp update message is expected."""
-        return self.proxy.send(hexstring)
+        return self.proxy.send(hexstring.rstrip())
 
     def play_get(self, what='update'):
         """Gets the last received (update) mesage as hex string."""