c4bff52a912cc4a628c7e37114e8decb670d0494
[integration/test.git] / csit / suites / iotdm / basic / 020_ResourceAttributesCseBase.robot
1 *** Settings ***
2 Documentation     Test suite tests CRUD operations with cseBase resource attributes
3 ...               CseBase resource must not be CRUD-able through OneM2M API so this test suite
4 ...               implements also negative TCs which makes attemts to CRUD cseBase and its attributes
5 ...               through OneM2M API.
6 ...               TODO: implement TCs according to 000_ResourceAttributesNotes.txt
7 Suite Setup       Create Session    session    http://${ODL_SYSTEM_1_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
8 Suite Teardown    Delete All Sessions
9 Library           RequestsLibrary
10 Library           ../../../libraries/Common.py
11 Resource          ../../../libraries/Utils.robot
12 Resource          ../../../variables/Variables.robot
13
14 *** Variables ***
15
16 *** Test Cases ***
17 1.00 Add Test Cases
18     [Documentation]    no test cases defined
19     [Tags]    not-implemented    exclude
20     TODO
21
22 2.00 Add Test Cases using IoTDM's core RESTCONF call
23     [Documentation]    CRUD cseBase resouce by IoTDM's RESTCONF call
24     [Tags]    not-implemented    exclude
25     TODO
26
27 3.00 Test OneM2M API CRUD operations with cseBase
28     [Documentation]    CRUD operations with cseBase using OneM2M API must be dropped. Verify each failed operation by Retrieve operation.
29     [Tags]    not-implemented    exclude
30     TODO
31
32 *** Keywords ***
33 TODO
34     Fail    "Not implemented"