Definitions of needed test suites and test cases
[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 Suite Setup       Create Session    session    http://${ODL_SYSTEM_1_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
5 Suite Teardown    Delete All Sessions
6 Library           RequestsLibrary
7 Library           ../../../libraries/Common.py
8 Resource          ../../../libraries/Utils.robot
9 Resource          ../../../variables/Variables.robot
10
11 *** Variables ***
12
13 *** Test Cases ***
14 1.00 Add Test Cases
15     [Documentation]    no test cases defined
16     [Tags]    not-implemented    exclude
17     TODO
18
19 *** Keywords ***
20 TODO
21     Fail    "Not implemented"