Use transport in cli for http/https
[netvirt.git] / resources / tools / odltools / odltools / netvirt / tests / __init__.py
index 0d5bb9682c65db89d7464c5af7903ec52382bf22..cf65228211d16c314fb0af940561896f3a5e4f2b 100644 (file)
@@ -2,9 +2,9 @@ import os
 
 
 class Args:
-    def __init__(self, https="http", ip="localhost", port=8181, user="admin", pw="admin", path="/tmp",
+    def __init__(self, transport="http", ip="localhost", port=8181, user="admin", pw="admin", path="/tmp",
                  pretty_print=False, if_name=""):
-        self.https = https
+        self.transport = transport
         self.ip = ip
         self.port = port
         self.user = user