Update Robot Framework format - step 8
[integration/test.git] / csit / suites / iotdm / basic / 020_ResourceAttributesCseBase.robot
index c4bff52a912cc4a628c7e37114e8decb670d0494..6fbe4514d711bb0830fe7f072579e5f5cc1bc4d5 100644 (file)
@@ -1,17 +1,18 @@
 *** Settings ***
-Documentation     Test suite tests CRUD operations with cseBase resource attributes
-...               CseBase resource must not be CRUD-able through OneM2M API so this test suite
-...               implements also negative TCs which makes attemts to CRUD cseBase and its attributes
-...               through OneM2M API.
-...               TODO: implement TCs according to 000_ResourceAttributesNotes.txt
-Suite Setup       Create Session    session    http://${ODL_SYSTEM_1_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
-Suite Teardown    Delete All Sessions
-Library           RequestsLibrary
-Library           ../../../libraries/Common.py
-Resource          ../../../libraries/Utils.robot
-Resource          ../../../variables/Variables.robot
-
-*** Variables ***
+Documentation       Test suite tests CRUD operations with cseBase resource attributes
+...                 CseBase resource must not be CRUD-able through OneM2M API so this test suite
+...                 implements also negative TCs which makes attemts to CRUD cseBase and its attributes
+...                 through OneM2M API.
+...                 TODO: implement TCs according to 000_ResourceAttributesNotes.txt
+
+Library             RequestsLibrary
+Library             ../../../libraries/Common.py
+Resource            ../../../libraries/Utils.robot
+Resource            ../../../variables/Variables.robot
+
+Suite Setup         Create Session    session    http://${ODL_SYSTEM_1_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
+Suite Teardown      Delete All Sessions
+
 
 *** Test Cases ***
 1.00 Add Test Cases
@@ -29,6 +30,7 @@ Resource          ../../../variables/Variables.robot
     [Tags]    not-implemented    exclude
     TODO
 
+
 *** Keywords ***
 TODO
     Fail    "Not implemented"