X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fusc%2Fchannel%2FUSC_CHANNEL.robot;fp=csit%2Fsuites%2Fusc%2Fchannel%2FUSC_CHANNEL.robot;h=a69b1c54842f44ea525ff039918edf3fc4f561f9;hb=63342e0454b82783a6ef7a9b19e1698b9b5cd621;hp=00cd23339073fdf162e7b69bcf3f965380488d9b;hpb=73376068e4b6073a0e59e8c57d22fd6a3c824558;p=integration%2Ftest.git diff --git a/csit/suites/usc/channel/USC_CHANNEL.robot b/csit/suites/usc/channel/USC_CHANNEL.robot index 00cd233390..a69b1c5484 100644 --- a/csit/suites/usc/channel/USC_CHANNEL.robot +++ b/csit/suites/usc/channel/USC_CHANNEL.robot @@ -1,6 +1,6 @@ *** Settings *** Documentation Test suite for usc channel 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 ../../../libraries/Common.py @@ -8,12 +8,11 @@ Variables ../../../variables/Variables.py Resource ../../../libraries/Utils.robot *** Variables *** -${REST_CONTEXT} /restconf/modules *** Test Cases *** Get Controller Modules [Documentation] Get the controller modules via Restconf - ${resp} RequestsLibrary.Get session ${REST_CONTEXT} + ${resp} RequestsLibrary.Get session ${MODULES_API} Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 Should Contain ${resp.content} ietf-restconf