Fix failing LISP tests due to implementation changes
[integration/test.git] / csit / variables / Variables.py
index 6c136016cb76a7eb9734019201bc04aaa95f8dfb..bc5273851243bd6256a3954cc344bbe2bb144bd7 100644 (file)
@@ -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"