Change in vdsm[master]: integration: let client factory to construct xmlclient

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Wed Aug 5 14:32:51 UTC 2015


Piotr Kliczewski has uploaded a new change for review.

Change subject: integration: let client factory to construct xmlclient
......................................................................

integration: let client factory to construct xmlclient


Change-Id: I4ef12815699a683a4edb5e6fe62d46f63ea3ac0f
Signed-off-by: pkliczewski <piotr.kliczewski at gmail.com>
---
M tests/integration/jsonRpcHelper.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/26/44426/1

diff --git a/tests/integration/jsonRpcHelper.py b/tests/integration/jsonRpcHelper.py
index b456bff..a481605 100644
--- a/tests/integration/jsonRpcHelper.py
+++ b/tests/integration/jsonRpcHelper.py
@@ -125,7 +125,7 @@
             for (method, name) in bridge.getBridgeMethods():
                 xml_handler[0].xml_binding.server.register_function(method,
                                                                     name)
-            client = XMLClient(socket)
+            client = XMLClient
         else:
             for handler in acceptor._handlers:
                 if handler.NAME == type:


-- 
To view, visit https://gerrit.ovirt.org/44426
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ef12815699a683a4edb5e6fe62d46f63ea3ac0f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>


More information about the vdsm-patches mailing list