Replace deprecated variables in suites/controller (2).
[integration/test.git] / csit / suites / controller / NETCONF / 010__netconf_inventory.robot
index d14ee22ff9dee5620c61ad8b426bd59ed89134e4..2749e1779c4d3f854bc80f7f3356ac4ada5a9292 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for NETCONF client
-Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
+Suite Setup       Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
 Suite Teardown    Delete All Sessions
 Library           Collections
 Library           OperatingSystem
@@ -10,8 +10,8 @@ Library           ../../../libraries/Common.py
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
-${NETOPEER}       ${MININET}
-${NETOPEER_USER}    ${MININET_USER}
+${NETOPEER}       ${TOOLS_SYSTEM_IP}
+${NETOPEER_USER}    ${TOOLS_SYSTEM_USER}
 ${FILE}           ${CURDIR}/../../../variables/xmls/netconf.xml
 ${REST_CONT_CONF}    /restconf/config/network-topology:network-topology/topology/topology-netconf
 ${REST_CONT_OPER}    /restconf/operational/network-topology:network-topology/topology/topology-netconf