Skip to content
Snippets Groups Projects
Commit d610bdb6 authored by Pramod Kulkarni's avatar Pramod Kulkarni
Browse files

f_CSE_SEC_ACP_001 and f_CSE_SEC_ACP_012 - Postamble corrected for DEL permutation

parent 12f08fb1
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -17956,6 +17956,10 @@ module OneM2M_Testcases {
}
//Postamble
//We are forced to delete the Ae because the delete request in the postamble_deleteResources is sent by Ae itself, witch doesn't have privileges
if(testcasename() == "TC_CSE_SEC_ACP_001_DEL") {
f_cse_deleteResource(v_aeIndex, m_delete(f_getResourceAddress(v_aeIndex), f_getOriginator()));//Use of PX_SUPER_AE_ID to remove AE
}
f_cse_postamble_deleteResources();
//Tear down
......@@ -18401,6 +18405,10 @@ module OneM2M_Testcases {
}
//Postamble
//We are forced to delete the Ae because the delete request in the postamble_deleteResources is sent by Ae itself, witch doesn't have privileges
if(testcasename() == "TC_CSE_SEC_ACP_012_DEL") {
f_cse_deleteResource(v_aeIndex, m_delete(f_getResourceAddress(v_aeIndex), f_getOriginator()));//Use of PX_SUPER_AE_ID to remove AE
}
f_cse_postamble_deleteResources();
//Tear down
......
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