Update Robot Framework format - step 4
[integration/test.git] / csit / suites / centinel / basic / 040_Stream.robot
index 823fb241a52ed61ca4e2921ef3b7c1f3541fa125..5c3ba4ad05b8a44d9f6b735a1e54f92d730113e1 100644 (file)
@@ -1,17 +1,20 @@
 *** Settings ***
-Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
-Suite Teardown    Delete All Sessions
-Library           RequestsLibrary
-Library           Collections
-Library           json
-Library           String
-Library           OperatingSystem
-Resource          ../../../libraries/KarafKeywords.robot
-Variables         ../../../variables/Variables.py
+Library             RequestsLibrary
+Library             Collections
+Library             json
+Library             String
+Library             OperatingSystem
+Resource            ../../../libraries/KarafKeywords.robot
+Variables           ../../../variables/Variables.py
+
+Suite Setup         Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
+Suite Teardown      Delete All Sessions
+
 
 *** Variables ***
 ${SET_STREAMRECORD_JSON}    ${CURDIR}/../../../variables/centinel/set_streamRecord.json
 
+
 *** Test Cases ***
 Set StreamRecord
     ${body}    OperatingSystem.Get File    ${SET_STREAMRECORD_JSON}