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

f_CSE_SEC_ACP_001 and f_CSE_SEC_ACP_012 - Postamble corrected for DEL permutation

parent 49efbfce
No related branches found
No related tags found
No related merge requests found
...@@ -17953,6 +17953,10 @@ module OneM2M_Testcases { ...@@ -17953,6 +17953,10 @@ module OneM2M_Testcases {
} }
//Postamble //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(); f_cse_postamble_deleteResources();
//Tear down //Tear down
...@@ -18398,6 +18402,10 @@ module OneM2M_Testcases { ...@@ -18398,6 +18402,10 @@ module OneM2M_Testcases {
} }
//Postamble //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(); f_cse_postamble_deleteResources();
//Tear down //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