Update Robot Framework format - step 8
[integration/test.git] / csit / suites / integration / basic / restconf_modules.robot
index b4811b1caff8999c9c5c3c11eca9f904d1bc65f4..2e8afe568c11440995dfa533c899d965d8e6df00 100644 (file)
@@ -1,9 +1,12 @@
 *** Settings ***
-Documentation     Test suite to verify Restconf is OK.
-Suite Setup       RequestsLibrary.Create_Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
-Suite Teardown    RequestsLibrary.Delete_All_Sessions
-Library           RequestsLibrary
-Resource          ${CURDIR}/../../../variables/Variables.robot
+Documentation       Test suite to verify Restconf is OK.
+
+Library             RequestsLibrary
+Resource            ${CURDIR}/../../../variables/Variables.robot
+
+Suite Setup         RequestsLibrary.Create_Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
+Suite Teardown      RequestsLibrary.Delete_All_Sessions
+
 
 *** Test Cases ***
 Get Controller Modules