X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2FVariables.py;h=9b3f6593aba9001aae778bf634bafe429999041d;hb=7ef28e701bb30353fe438e97c635e05130f23b84;hp=f3bf705bae03079b9843c3e8931828e0b82a6508;hpb=84c75ad43a4cbc947605a2c172971a1e2be80121;p=integration%2Ftest.git diff --git a/csit/variables/Variables.py b/csit/variables/Variables.py index f3bf705bae..9b3f6593ab 100644 --- a/csit/variables/Variables.py +++ b/csit/variables/Variables.py @@ -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)