Dan Kenigsberg has uploaded a new change for review.

Change subject: functional tests: allow ssl too
......................................................................

functional tests: allow ssl too

Change-Id: Ib05284e657d72ea9967188fd8bd9622c030708cc
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M tests/functional/utils.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/30/16330/1

diff --git a/tests/functional/utils.py b/tests/functional/utils.py
index 557d679..13156a0 100644
--- a/tests/functional/utils.py
+++ b/tests/functional/utils.py
@@ -121,7 +121,7 @@
     """
 
     def __init__(self):
-        self.vdscli = vdscli.connect(useSSL=False)
+        self.vdscli = vdscli.connect()
 
     def _get_net_args(self, vlan, bond, nics, opts):
         if vlan is None:


-- 
To view, visit http://gerrit.ovirt.org/16330
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib05284e657d72ea9967188fd8bd9622c030708cc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to