X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=csit%2Fsuites%2Fiotdm%2Fbasic%2F020_ResourceAttributesCseBase.robot;h=6fbe4514d711bb0830fe7f072579e5f5cc1bc4d5;hp=c4bff52a912cc4a628c7e37114e8decb670d0494;hb=5e304afdb3f47430988419228f9b217ad339dd59;hpb=eb6f6620ee35cce6f31c0e0288934ef04f03dd78 diff --git a/csit/suites/iotdm/basic/020_ResourceAttributesCseBase.robot b/csit/suites/iotdm/basic/020_ResourceAttributesCseBase.robot index c4bff52a91..6fbe4514d7 100644 --- a/csit/suites/iotdm/basic/020_ResourceAttributesCseBase.robot +++ b/csit/suites/iotdm/basic/020_ResourceAttributesCseBase.robot @@ -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"