Skip to content
Snippets Groups Projects
Commit f68c216d authored by Naum Spaseski's avatar Naum Spaseski
Browse files

Added the component start configuration for each test

parent af650a87
No related branches found
No related tags found
1 merge request!3Reg
...@@ -115,6 +115,9 @@ module OneM2M_Testcases { ...@@ -115,6 +115,9 @@ module OneM2M_Testcases {
var integer v_cseBaseIndex := -1; var integer v_cseBaseIndex := -1;
var integer v_resourceIndex := -1; var integer v_resourceIndex := -1;
var ResourceType v_resourceType := int2; var ResourceType v_resourceType := int2;
// Test component configuration
f_cf01Up();
//Preambule //Preambule
v_cseBaseIndex := f_preamble_prepareCSE({"C-AE-ID-STEM"});//c_CRUDNDi); v_cseBaseIndex := f_preamble_prepareCSE({"C-AE-ID-STEM"});//c_CRUDNDi);
...@@ -151,8 +154,10 @@ module OneM2M_Testcases { ...@@ -151,8 +154,10 @@ module OneM2M_Testcases {
var M2MResponsePrimitive v_response; var M2MResponsePrimitive v_response;
var RequestPrimitive v_request; var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1; var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2; var ResourceType v_resourceType := int2;
// Test component configuration
f_cf01Up();
//Preambule //Preambule
v_cseBaseIndex := f_preamble_prepareCSE({"C-AE-ID-STEM"});//c_CRUDNDi); v_cseBaseIndex := f_preamble_prepareCSE({"C-AE-ID-STEM"});//c_CRUDNDi);
...@@ -189,6 +194,9 @@ module OneM2M_Testcases { ...@@ -189,6 +194,9 @@ module OneM2M_Testcases {
var RequestPrimitive v_request; var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1; var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2; var ResourceType v_resourceType := int2;
// Test component configuration
f_cf01Up();
//Preambule //Preambule
v_cseBaseIndex := f_preamble_prepareCSE(omit);//c_CRUDNDi); v_cseBaseIndex := f_preamble_prepareCSE(omit);//c_CRUDNDi);
...@@ -225,6 +233,9 @@ module OneM2M_Testcases { ...@@ -225,6 +233,9 @@ module OneM2M_Testcases {
var RequestPrimitive v_request; var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1; var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2; var ResourceType v_resourceType := int2;
// Test component configuration
f_cf01Up();
//Preambule //Preambule
v_cseBaseIndex := f_preamble_prepareCSE(omit);//c_CRUDNDi); v_cseBaseIndex := f_preamble_prepareCSE(omit);//c_CRUDNDi);
...@@ -261,6 +272,9 @@ module OneM2M_Testcases { ...@@ -261,6 +272,9 @@ module OneM2M_Testcases {
var RequestPrimitive v_request; var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1; var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2; var ResourceType v_resourceType := int2;
// Test component configuration
f_cf01Up();
//Preambule //Preambule
v_cseBaseIndex := f_preamble_prepareCSE({"S"});//c_CRUDNDi); v_cseBaseIndex := f_preamble_prepareCSE({"S"});//c_CRUDNDi);
......
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