Skip to content
Snippets Groups Projects
Commit 0a73fe78 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Changes according to TDE-2020-030 contribution

parent 9c779f11
No related branches found
No related tags found
No related merge requests found
...@@ -6254,41 +6254,12 @@ module OneM2M_Testcases_CSE_Release_3 { ...@@ -6254,41 +6254,12 @@ module OneM2M_Testcases_CSE_Release_3 {
* @desc Check that the IUT rejects a DELETE Request target to TARGET_RESOURCE_ADDRESS resource when the Result Content set to RESULT_CONTENT * @desc Check that the IUT rejects a DELETE Request target to TARGET_RESOURCE_ADDRESS resource when the Result Content set to RESULT_CONTENT
* *
*/ */
testcase TC_CSE_DMR_DEL_011_RCN_4() runs on Tester system CseSystem {
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int4));//ResultContent = 4 (attributes and child resources)
v_ae1.done;
}
testcase TC_CSE_DMR_DEL_011_RCN_5() runs on Tester system CseSystem {
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int5));//ResultContent = 5 (attributes and child resource references)
v_ae1.done;
}
testcase TC_CSE_DMR_DEL_011_RCN_6() runs on Tester system CseSystem {
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int6));//ResultContent = 6 (child resource references)
v_ae1.done;
}
testcase TC_CSE_DMR_DEL_011_RCN_7() runs on Tester system CseSystem { testcase TC_CSE_DMR_DEL_011_RCN_7() runs on Tester system CseSystem {
// Local variables // Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive; var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int7));//ResultContent = 7 (original resource) v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int7));//ResultContent = 7 (original resource)
v_ae1.done;
}
testcase TC_CSE_DMR_DEL_011_RCN_8() runs on Tester system CseSystem {
// Local variables
var AeSimu v_ae1 := AeSimu.create("AE1") alive;
v_ae1.start(f_CSE_DMR_DEL_011(int3, m_createContainerBase, int8));//ResultContent = 8 (child resources)
v_ae1.done; v_ae1.done;
} }
} // end g_CSE_DMR_DEL_011 } // end g_CSE_DMR_DEL_011
}//end group Delete }//end group Delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment