Skip to content
Snippets Groups Projects
Commit 4af3fc00 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files
parent 5d3f9ca9
No related branches found
No related tags found
No related merge requests found
...@@ -3083,7 +3083,7 @@ module OneM2M_Testcases_CSE_Release_2 { ...@@ -3083,7 +3083,7 @@ module OneM2M_Testcases_CSE_Release_2 {
* @desc Check that the IUT responds with an error when the AE tries to retrieve a non-existing attributes of the TARGET_RESOURCE_ADDRESS resource (“multiple” attributes case) * @desc Check that the IUT responds with an error when the AE tries to retrieve a non-existing attributes of the TARGET_RESOURCE_ADDRESS resource (“multiple” attributes case)
* *
*/ */
testcase TC_CSE_DMR_RET_008_CNT_AT() runs on Tester system CseSystem { testcase TC_CSE_DMR_RET_008_CNT_LBL_AT() 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_setProtocolBinding(PX_PROTOCOL_BINDING_AE1)); v_ae1.start(f_setProtocolBinding(PX_PROTOCOL_BINDING_AE1));
...@@ -3093,7 +3093,7 @@ module OneM2M_Testcases_CSE_Release_2 { ...@@ -3093,7 +3093,7 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1.done; v_ae1.done;
} }
   
testcase TC_CSE_DMR_RET_008_GRP_AT() runs on Tester system CseSystem { testcase TC_CSE_DMR_RET_008_GRP_LBL_AT() 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_setProtocolBinding(PX_PROTOCOL_BINDING_AE1)); v_ae1.start(f_setProtocolBinding(PX_PROTOCOL_BINDING_AE1));
...@@ -3103,7 +3103,7 @@ module OneM2M_Testcases_CSE_Release_2 { ...@@ -3103,7 +3103,7 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1.done; v_ae1.done;
} }
testcase TC_CSE_DMR_RET_008_ACP_AT() runs on Tester system CseSystem { testcase TC_CSE_DMR_RET_008_ACP_LBL_AT() 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_setProtocolBinding(PX_PROTOCOL_BINDING_AE1)); v_ae1.start(f_setProtocolBinding(PX_PROTOCOL_BINDING_AE1));
...@@ -3113,7 +3113,7 @@ module OneM2M_Testcases_CSE_Release_2 { ...@@ -3113,7 +3113,7 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1.done; v_ae1.done;
} }
testcase TC_CSE_DMR_RET_008_SCH_AT() runs on Tester system CseSystem { testcase TC_CSE_DMR_RET_008_SCH_LBL_AT() 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_setProtocolBinding(PX_PROTOCOL_BINDING_AE1)); v_ae1.start(f_setProtocolBinding(PX_PROTOCOL_BINDING_AE1));
...@@ -3123,7 +3123,7 @@ module OneM2M_Testcases_CSE_Release_2 { ...@@ -3123,7 +3123,7 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1.done; v_ae1.done;
} }
testcase TC_CSE_DMR_RET_008_SUB_AT() runs on Tester system CseSystem { testcase TC_CSE_DMR_RET_008_SUB_LBL_AT() 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_setProtocolBinding(PX_PROTOCOL_BINDING_AE1)); v_ae1.start(f_setProtocolBinding(PX_PROTOCOL_BINDING_AE1));
...@@ -3133,7 +3133,7 @@ module OneM2M_Testcases_CSE_Release_2 { ...@@ -3133,7 +3133,7 @@ module OneM2M_Testcases_CSE_Release_2 {
v_ae1.done; v_ae1.done;
} }
testcase TC_CSE_DMR_RET_008_TS_AT() runs on Tester system CseSystem { testcase TC_CSE_DMR_RET_008_TS_LBL_AT() 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;
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment