Updated code to match new rules
[integration/test.git] / csit / variables / Variables.py
index f3bf705bae03079b9843c3e8931828e0b82a6508..9b3f6593aba9001aae778bf634bafe429999041d 100644 (file)
@@ -152,6 +152,7 @@ LFM_SB_RPC_API = "/restconf/operations/odl-lisp-sb"
 PORT = '8080'
 RESTPORT = '8282'
 RESTCONFPORT = '8181'
+OVSDBPORT = '6640'
 CONTAINER = 'default'
 PREFIX = 'http://' + ODL_SYSTEM_IP + ':' + PORT  # TODO: determine where this is used; create a better named variable
 USER = 'admin'  # TODO: who is using this?  Can we make it more specific? (e.g.  RESTCONF_USER)