6fbe4514d711bb0830fe7f072579e5f5cc1bc4d5
[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
8 Library             RequestsLibrary
9 Library             ../../../libraries/Common.py
10 Resource            ../../../libraries/Utils.robot
11 Resource            ../../../variables/Variables.robot
12
13 Suite Setup         Create Session    session    http://${ODL_SYSTEM_1_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
14 Suite Teardown      Delete All Sessions
15
16
17 *** Test Cases ***
18 1.00 Add Test Cases
19     [Documentation]    no test cases defined
20     [Tags]    not-implemented    exclude
21     TODO
22
23 2.00 Add Test Cases using IoTDM's core RESTCONF call
24     [Documentation]    CRUD cseBase resouce by IoTDM's RESTCONF call
25     [Tags]    not-implemented    exclude
26     TODO
27
28 3.00 Test OneM2M API CRUD operations with cseBase
29     [Documentation]    CRUD operations with cseBase using OneM2M API must be dropped. Verify each failed operation by Retrieve operation.
30     [Tags]    not-implemented    exclude
31     TODO
32
33
34 *** Keywords ***
35 TODO
36     Fail    "Not implemented"