Robot Test Suites for Southbound API.
[integration.git] / test / csit / variables / Variables.py
index 3e82ad969850764e2ac17cc57c3b4b54fc73d904..e60d51439487f71b9ce9aeabb32f97497fe08dcf 100644 (file)
@@ -67,8 +67,12 @@ VLANMAP_CREATE = 'vlanmaps.json'
 PORTS = 'ports/detail.json'
 
 # Common APIs
+CONFIG_NODES_API = '/restconf/config/opendaylight-inventory:nodes'
 OPERATIONAL_NODES_API = '/restconf/operational/opendaylight-inventory:nodes'
 OPERATIONAL_TOPO_API = '/restconf/operational/network-topology:network-topology'
+CONFIG_TOPO_API = '/restconf/config/network-topology:network-topology'
+CONTROLLER_CONFIG_MOUNT = ('/restconf/config/network-topology:network-topology/topology'
+                           '/topology-netconf/node/controller-config/yang-ext:mount')
 
 # TOKEN
 AUTH_TOKEN_API = '/oauth2/token'