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