X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Fsuites%2Flispflowmapping%2Fbasic%2F010_Restconf_OK.robot;fp=test%2Fcsit%2Fsuites%2Flispflowmapping%2Fbasic%2F010_Restconf_OK.robot;h=0000000000000000000000000000000000000000;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=83d3ddd2df7e09b5afc63cc03fc94bf98681e27b;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/test/csit/suites/lispflowmapping/basic/010_Restconf_OK.robot b/test/csit/suites/lispflowmapping/basic/010_Restconf_OK.robot deleted file mode 100644 index 83d3ddd2df..0000000000 --- a/test/csit/suites/lispflowmapping/basic/010_Restconf_OK.robot +++ /dev/null @@ -1,20 +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 -Library ../../../libraries/Common.py -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 -