* @desc Check that the IUT sends a Notify request to the subscriber resource when eventType attribute is set to "Delete_of_Resource" and an delete operation has been performed the subscribed-to resource
*
*/
testcase TC_CSE_SUB_DEL_008() runs on CseTester system CseSystem {
testcase TC_CSE_SUB_DEL_002() runs on CseTester system CseSystem {
* @desc Check that the IUT sends a Notify request to the subscriber resource when eventType attribute is set to "Delete_of_Direct_Child_Resource" and an delete operation has been performed on a child resource of the subscribed-to resource
*
*/
testcase TC_CSE_SUB_DEL_009() runs on CseTester system CseSystem {
testcase TC_CSE_SUB_DEL_003() runs on CseTester system CseSystem {
* @desc Check that the IUT stores Originator ID in the notification creator attribute when a <SUBSCRIPTION> creation request which needs verification is received and the notificationURI is not the Originator.
*
*/
testcase TC_CSE_SUB_CRE_010() runs on CseTester system CseSystem {
testcase TC_CSE_SUB_CRE_004() runs on CseTester system CseSystem {
//Local variables
var MsgIn v_response;
var template RequestPrimitive v_request := m_createSubscriptionBase;
* @desc Check that the IUT sends a Notify request to the subscriber resource when the notificationContentType attribute is set to “modified attributes” and an update operation has been performed on the subscribed-to resource
*
*/
testcase TC_CSE_SUB_UPD_011() runs on CseTester system CseSystem {
testcase TC_CSE_SUB_UPD_002() runs on CseTester system CseSystem {
* @desc Check that the IUT sends a Notify request to the subscriber resource when the notificationContentType attribute is set to “ResourceID” and an update operation has been performed on the subscribed-to resource
*
*/
testcase TC_CSE_SUB_UPD_012() runs on CseTester system CseSystem {
testcase TC_CSE_SUB_UPD_003() runs on CseTester system CseSystem {
* @desc Check that the IUT doesn’t send a Notify request to the subscriber resource when the “attribute” condition tag of eventNotificationCriteria attribute is set to LIST_OF_ATTRIBUTE and doesn’t contain the ATTRIBUTE_NAME attribute updated.
*
*/
testcase TC_CSE_SUB_UPD_016() runs on CseTester system CseSystem {
testcase TC_CSE_SUB_UPD_006() runs on CseTester system CseSystem {
// Local variables
var MsgIn v_response;
var Labels v_labels_1:= {"VALUE_1"};
...
...
@@ -13944,7 +13944,7 @@ module OneM2M_Testcases {
};
// Test Body
v_notifyHandler.start(f_CSE_SUB_UPD_016()); // check that no notification is received
v_notifyHandler.start(f_CSE_SUB_UPD_006()); // check that no notification is received
* @desc Check that the IUT sends aggregated notification to the subscriber resource when the number value of the batchNotify attribute is set to GROUP_LIMIT and when this number have been reached
*
*/
testcase TC_CSE_SUB_UPD_018() runs on CseTester system CseSystem {
testcase TC_CSE_SUB_UPD_007() runs on CseTester system CseSystem {
* @desc Check that the IUT sends the latest notification to the subscriber resource when latestNotify is set to TRUE, the number value of the batchNotify attribute is set to GROUP_LIMIT and when this number have been reached
*
*/
testcase TC_CSE_SUB_UPD_020() runs on CseTester system CseSystem {
testcase TC_CSE_SUB_UPD_008() runs on CseTester system CseSystem {