X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2FVariables.py;h=bc5273851243bd6256a3954cc344bbe2bb144bd7;hb=15c82276d2f3f10be7aca103f9815194c0b92f57;hp=6c136016cb76a7eb9734019201bc04aaa95f8dfb;hpb=d7023501bce8bd8287a93cc1e7044740765199c5;p=integration%2Ftest.git diff --git a/csit/variables/Variables.py b/csit/variables/Variables.py index 6c136016cb..bc52738512 100644 --- a/csit/variables/Variables.py +++ b/csit/variables/Variables.py @@ -116,6 +116,11 @@ BASE_MAC_1 = '00:4b:00:00:00:00' # Base IP of mininet hosts BASE_IP_1 = '75.75.0.0' +# Vlan Custom Topology Path and File +CREATE_VLAN_TOPOLOGY_FILE = "vlan_vtn_test.py" +CREATE_VLAN_TOPOLOGY_FILE_PATH = "MininetTopo/" +\ + CREATE_VLAN_TOPOLOGY_FILE + # Mininet Custom Topology Path and File CREATE_FULLYMESH_TOPOLOGY_FILE = "create_fullymesh.py" CREATE_FULLYMESH_TOPOLOGY_FILE_PATH = "libraries/MininetTopo/" +\ @@ -125,3 +130,7 @@ GBP_REGEP_API = "/restconf/operations/endpoint:register-endpoint" GBP_UNREGEP_API = "/restconf/operations/endpoint:unregister-endpoint" GBP_TENANTS_API = "/restconf/config/policy:tenants" GBP_TUNNELS_API = "/restconf/config/opendaylight-inventory:nodes" + +# LISP Flow Mapping variables +LFM_RPC_API = "/restconf/operations/mappingservice" +LFM_RPC_API_LI = "/restconf/operations/lfm-mapping-database"