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

Fix for TC_CSE_SM_014

parent eeedfdd7
No related branches found
No related tags found
1 merge request!63Merge Release4-onwards into Release4
...@@ -14337,7 +14337,7 @@ module OneM2M_Testcases_CSE_Release_4 { ...@@ -14337,7 +14337,7 @@ module OneM2M_Testcases_CSE_Release_4 {
v_actionGeneric.evalCriteria.subject := "tempContainer.content";//string example v_actionGeneric.evalCriteria.subject := "tempContainer.content";//string example
v_actionGeneric.evalCriteria.operator := int1; v_actionGeneric.evalCriteria.operator := int1;
v_actionGeneric.evalCriteria.threshold := 3; v_actionGeneric.evalCriteria.threshold := 3;
v_createSoftwareCampaignRequest := m_createSoftwareCampaignNoSoftwareTargets(v_actionGeneric); v_createSoftwareCampaignRequest := m_createSoftwareCampaignNoSoftwareTargets(valueof(v_actionGeneric));
   
v_request := f_getCreateRequestPrimitive(int61, v_createSoftwareCampaignRequest, v_aeIndex); v_request := f_getCreateRequestPrimitive(int61, v_createSoftwareCampaignRequest, v_aeIndex);
f_send(e_mcaPort, m_request(v_request)); f_send(e_mcaPort, m_request(v_request));
...@@ -14459,7 +14459,7 @@ module OneM2M_Testcases_CSE_Release_4 { ...@@ -14459,7 +14459,7 @@ module OneM2M_Testcases_CSE_Release_4 {
v_actionGeneric.evalCriteria.subject := "tempContainer.content";//string example v_actionGeneric.evalCriteria.subject := "tempContainer.content";//string example
v_actionGeneric.evalCriteria.operator := int1; v_actionGeneric.evalCriteria.operator := int1;
v_actionGeneric.evalCriteria.threshold := 3; v_actionGeneric.evalCriteria.threshold := 3;
v_createSoftwareCampaignRequest := m_createSoftwareCampaignNoSoftwareTriggerCriteria(-, v_actionGeneric); v_createSoftwareCampaignRequest := m_createSoftwareCampaignNoSoftwareTriggerCriteria(-, valueof(v_actionGeneric));
// Software Campaign resource created with no resource referenced in softwareTriggerCriteria attribute // Software Campaign resource created with no resource referenced in softwareTriggerCriteria attribute
v_request := f_getCreateRequestPrimitive(int61, v_createSoftwareCampaignRequest, v_aeIndex); v_request := f_getCreateRequestPrimitive(int61, v_createSoftwareCampaignRequest, v_aeIndex);
...@@ -15214,7 +15214,7 @@ module OneM2M_Testcases_CSE_Release_4 { ...@@ -15214,7 +15214,7 @@ module OneM2M_Testcases_CSE_Release_4 {
f_cseSimu_checkComponentDoneAndGetVerdict(vc_ae1); f_cseSimu_checkComponentDoneAndGetVerdict(vc_ae1);
v_softwareCampaignResourceIndex := f_getLatestResourceIndex(vc_ae1); v_softwareCampaignResourceIndex := f_getLatestResourceIndex(vc_ae1);
   
v_resourceIndexNode:= f_cse_createResource(int14, m_createNodeBase, vc_remoteCseIndex);//node resource v_resourceIndexNode:= f_cse_createResource_cseSimu(int14, m_createNodeBase, vc_remoteCseIndex);//node resource
   
// Test Body // Test Body
vc_ae1.start(f_getCreateRequestPrimitive(v_resourceTypeSoftwareCampaign, v_createSoftwareCampaignRequest, v_aeIndex)); vc_ae1.start(f_getCreateRequestPrimitive(v_resourceTypeSoftwareCampaign, v_createSoftwareCampaignRequest, v_aeIndex));
......
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