Replace deprecated variables in suites/ (2). 46/33746/2
authorDeepak <deepak.mk17@gmail.com>
Fri, 29 Jan 2016 08:37:19 +0000 (14:07 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 30 Jan 2016 21:13:37 +0000 (21:13 +0000)
Suites modified: centinel, nemo, nic, snmp, ttp

+ CONTROLLER -> ODL_SYSTEM_IP
+ CONTROLLER1 -> ODL_SYSTEM_2_IP
+ CONTROLLER2 -> ODL_SYSTEM_3_IP

Change-Id: I3052a2932b023323272710c1915eac211d274168
Signed-off-by: Deepak <deepak.mk17@gmail.com>
csit/suites/centinel/basic/010_Restconf_OK.robot
csit/suites/nemo/engine/NEMO_ENGINE.robot
csit/suites/nic/basic/010_Restconf_OK.robot
csit/suites/snmp/snmp-get/010__snmp_get.robot
csit/suites/ttp/basic/010_Restconf_OK.robot

index 4d19667e2db10a7ed7bd90beee3d8f2eb73e28f2..0e3425d521daa70d8ef0ac6250437dde34a79819 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite to verify Restconf is OK
-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           RequestsLibrary
 Variables         ../../../variables/Variables.py
index a468ee1cd14825cbbc5f4d345cd0ccc58243d7aa..ffc2f2d09690b16be037d590dbde4b8c285b081c 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for nemo engine functionality
-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           RequestsLibrary
 Library           OperatingSystem
index e00a2a4e8624f3190f37866d67a1b5fa2d545e44..4a1630ea64a99d21110c3d1a7a9980b4ea2072a1 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite to verify Restconf is OK
-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           RequestsLibrary
 Library           Collections
index cda704d14ac688bbbf6a2c8aa5d1bdbeba31f9e0..d9ffd64fe043de392d4670df752bcadde5da9c1e 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for SNMP
-Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
+Suite Setup       Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
 Suite Teardown    Delete All Sessions
 Library           SSHLibrary
 Library           Collections
index 4d19667e2db10a7ed7bd90beee3d8f2eb73e28f2..0e3425d521daa70d8ef0ac6250437dde34a79819 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite to verify Restconf is OK
-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           RequestsLibrary
 Variables         ../../../variables/Variables.py