X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Ftopoprocessing%2Fbasic%2F010_Restconf_OK.robot;h=0e3425d521daa70d8ef0ac6250437dde34a79819;hb=39ee1426c6814d5d5a045d48a48600dae983530e;hp=4d19667e2db10a7ed7bd90beee3d8f2eb73e28f2;hpb=b75cf48c2c53177f3e8b57bab8543d2227ccc939;p=integration%2Ftest.git diff --git a/csit/suites/topoprocessing/basic/010_Restconf_OK.robot b/csit/suites/topoprocessing/basic/010_Restconf_OK.robot index 4d19667e2d..0e3425d521 100644 --- a/csit/suites/topoprocessing/basic/010_Restconf_OK.robot +++ b/csit/suites/topoprocessing/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