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

Fixed TC_CSE_REG_UPD_003 - removal of f_getLocalResourceAddress usage before config is up

parent 54de7ee9
No related branches found
No related tags found
No related merge requests found
...@@ -2277,7 +2277,7 @@ module OneM2M_PermutationFunctions { ...@@ -2277,7 +2277,7 @@ module OneM2M_PermutationFunctions {
var RequestPrimitive v_request; var RequestPrimitive v_request;
var ResourceType v_resourceType := int16; //remoteCSE var ResourceType v_resourceType := int16; //remoteCSE
var template UtTriggerPrimitive v_utRequest := m_utCreateRemoteCSE; var template UtTriggerPrimitive v_utRequest := m_utCreateRemoteCSE;
var universal charstring v_action := __SCOPE__ & ": Please, send a valid UPDATE Request containing To set to " & f_getLocalResourceAddress() & " and Content containing remoteCSE resource containing a valid attribute " & p_attribute[0]; // Test control var universal charstring v_action := __SCOPE__ & ": Please, send a valid UPDATE Request for remoteCSE resource containing a valid attribute " & p_attribute[0]; // Test control
if(not(PICS_MN_CSE)) { if(not(PICS_MN_CSE)) {
setverdict(inconc, __SCOPE__ & ": IUT shall be MN-CSE to run this test case"); setverdict(inconc, __SCOPE__ & ": IUT shall be MN-CSE to run this test case");
stop; stop;
......
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