From 34cfe62fbfeb347a9e03c361d73bb4df174ed358 Mon Sep 17 00:00:00 2001 From: reinaortega <miguelangel.reinaortega@etsi.org> Date: Mon, 22 Jul 2019 17:18:35 +0200 Subject: [PATCH] f_CSE_RT_NBA_001 - Small correction Request resource retrieval cannot be performed in this test Signed-off-by: reinaortega <miguelangel.reinaortega@etsi.org> --- OneM2M_PermutationFunctions.ttcn | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/OneM2M_PermutationFunctions.ttcn b/OneM2M_PermutationFunctions.ttcn index 2aef57f..6d05f96 100644 --- a/OneM2M_PermutationFunctions.ttcn +++ b/OneM2M_PermutationFunctions.ttcn @@ -10631,8 +10631,7 @@ module OneM2M_PermutationFunctions { var RequestPrimitive v_request; var integer v_aeIndex := -1; var integer v_resourceIndex := -1; - var integer v_acpAuxIndex := -1; - + // Test control if(PICS_NON_BLOCKING_REQUEST_ASYNCH){ setverdict(inconc, __SCOPE__ & ": It is required to not support Non-blocking access resource in asynchronous mode to run this test case"); @@ -10682,15 +10681,6 @@ module OneM2M_PermutationFunctions { } } - f_checkAeSimuStatus(); - - //Check to see if the resource is present or not - if (f_cse_isResourcePresent(v_resourceIndex)){ - setverdict(pass, __SCOPE__ & ":INFO: Resource created"); - } else { - setverdict(fail, __SCOPE__ & ":ERROR: Resource not created"); - } - // Postamble f_cse_postamble_deleteResources(); -- GitLab