From 7f07cd9bb0385c8ef243ff010b7d35ecc09e4003 Mon Sep 17 00:00:00 2001 From: Deepak Date: Fri, 29 Jan 2016 14:07:19 +0530 Subject: [PATCH] Replace deprecated variables in suites/ (2). 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 --- csit/suites/centinel/basic/010_Restconf_OK.robot | 2 +- csit/suites/nemo/engine/NEMO_ENGINE.robot | 2 +- csit/suites/nic/basic/010_Restconf_OK.robot | 2 +- csit/suites/snmp/snmp-get/010__snmp_get.robot | 2 +- csit/suites/ttp/basic/010_Restconf_OK.robot | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/csit/suites/centinel/basic/010_Restconf_OK.robot b/csit/suites/centinel/basic/010_Restconf_OK.robot index 4d19667e2d..0e3425d521 100644 --- a/csit/suites/centinel/basic/010_Restconf_OK.robot +++ b/csit/suites/centinel/basic/010_Restconf_OK.robot @@ -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 diff --git a/csit/suites/nemo/engine/NEMO_ENGINE.robot b/csit/suites/nemo/engine/NEMO_ENGINE.robot index a468ee1cd1..ffc2f2d096 100644 --- a/csit/suites/nemo/engine/NEMO_ENGINE.robot +++ b/csit/suites/nemo/engine/NEMO_ENGINE.robot @@ -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 diff --git a/csit/suites/nic/basic/010_Restconf_OK.robot b/csit/suites/nic/basic/010_Restconf_OK.robot index e00a2a4e86..4a1630ea64 100644 --- a/csit/suites/nic/basic/010_Restconf_OK.robot +++ b/csit/suites/nic/basic/010_Restconf_OK.robot @@ -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 diff --git a/csit/suites/snmp/snmp-get/010__snmp_get.robot b/csit/suites/snmp/snmp-get/010__snmp_get.robot index cda704d14a..d9ffd64fe0 100644 --- a/csit/suites/snmp/snmp-get/010__snmp_get.robot +++ b/csit/suites/snmp/snmp-get/010__snmp_get.robot @@ -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 diff --git a/csit/suites/ttp/basic/010_Restconf_OK.robot b/csit/suites/ttp/basic/010_Restconf_OK.robot index 4d19667e2d..0e3425d521 100644 --- a/csit/suites/ttp/basic/010_Restconf_OK.robot +++ b/csit/suites/ttp/basic/010_Restconf_OK.robot @@ -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 -- 2.36.6