Skip to content
Snippets Groups Projects
Commit 88ad9eb2 authored by Bogdan Stanca-Kaposta's avatar Bogdan Stanca-Kaposta
Browse files

deactivate default cf03 for AE testing during UT calls

parent 38fba9c0
No related branches found
No related tags found
1 merge request!40Fix/racing condition altstep vs default cf3
...@@ -189,7 +189,7 @@ module OneM2M_Functions { ...@@ -189,7 +189,7 @@ module OneM2M_Functions {
map(self:utPort, system:utPort); map(self:utPort, system:utPort);
} }
activate(a_default()); activate(a_default());
activate(a_ae_cf03()); vc_a_ae_cf03 := activate(a_ae_cf03());
// Connect // Connect
...@@ -3532,6 +3532,7 @@ module OneM2M_Functions { ...@@ -3532,6 +3532,7 @@ module OneM2M_Functions {
p_utRequest.from_ := "UNINITIALIZED"; p_utRequest.from_ := "UNINITIALIZED";
p_utRequest.requestIdentifier := "m_uttriggerPrimitive" & f_rnd(1, 1000000); p_utRequest.requestIdentifier := "m_uttriggerPrimitive" & f_rnd(1, 1000000);
deactivate(vc_a_ae_cf03);
utPort.send(valueof(p_utRequest)); utPort.send(valueof(p_utRequest));
tc_wait.start; tc_wait.start;
...@@ -3548,6 +3549,7 @@ module OneM2M_Functions { ...@@ -3548,6 +3549,7 @@ module OneM2M_Functions {
setverdict(inconc, __SCOPE__, " : Timeout due to no response received from requested SUT!"); setverdict(inconc, __SCOPE__, " : Timeout due to no response received from requested SUT!");
} }
} }
vc_a_ae_cf03 := activate(a_ae_cf03());
}else{ }else{
......
...@@ -39,6 +39,7 @@ module OneM2M_TestSystem { ...@@ -39,6 +39,7 @@ module OneM2M_TestSystem {
var AccessControlPolicy_optional vc_acpAux; var AccessControlPolicy_optional vc_acpAux;
var MsgIn vc_request; var MsgIn vc_request;
var MsgIn vc_response; var MsgIn vc_response;
var default vc_a_ae_cf03;
}; };
type component AeSimu extends Tester { type component AeSimu extends Tester {
......
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