Update Robot Framework format - step 8
[integration/test.git] / csit / suites / iotdm / basic / 026_ResourceAttributesGroup.robot
1 *** Settings ***
2 Documentation       Test suite tests CRUD operations with Group resource and its attributes.
3 ...                 TODO: implement TCs according to 000_ResourceAttributesNotes.txt
4
5 Library             RequestsLibrary
6 Library             ../../../libraries/Common.py
7 Resource            ../../../libraries/Utils.robot
8 Resource            ../../../variables/Variables.robot
9
10 Suite Setup         Create Session    session    http://${ODL_SYSTEM_1_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
11 Suite Teardown      Delete All Sessions
12
13
14 *** Test Cases ***
15 1.00 Add Test Cases
16     [Documentation]    no test cases defined
17     [Tags]    not-implemented    exclude
18     TODO
19
20
21 *** Keywords ***
22 TODO
23     Fail    "Not implemented"