X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Fsuites%2Fintegration%2Fbasic%2F010_Restconf_OK.robot;fp=test%2Fcsit%2Fsuites%2Fintegration%2Fbasic%2F010_Restconf_OK.robot;h=0000000000000000000000000000000000000000;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=48cd649deb383977346907c4853a5b060beeb866;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/test/csit/suites/integration/basic/010_Restconf_OK.robot b/test/csit/suites/integration/basic/010_Restconf_OK.robot deleted file mode 100644 index 48cd649deb..0000000000 --- a/test/csit/suites/integration/basic/010_Restconf_OK.robot +++ /dev/null @@ -1,19 +0,0 @@ -*** Settings *** -Documentation Test suite to verify Restconf is OK -Suite Setup Create Session session http://${CONTROLLER}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_XML} -Suite Teardown Delete All Sessions -Library RequestsLibrary -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} - Log ${resp.content} - Should Be Equal As Strings ${resp.status_code} 200 - Should Contain ${resp.content} ietf-restconf -