Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TST
ATS
Commits
88ad9eb2
Commit
88ad9eb2
authored
7 years ago
by
Bogdan Stanca-Kaposta
Browse files
Options
Downloads
Patches
Plain Diff
deactivate default cf03 for AE testing during UT calls
parent
38fba9c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!40
Fix/racing condition altstep vs default cf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LibOneM2M/OneM2M_Functions.ttcn
+3
-1
3 additions, 1 deletion
LibOneM2M/OneM2M_Functions.ttcn
LibOneM2M/OneM2M_TestSystem.ttcn
+1
-0
1 addition, 0 deletions
LibOneM2M/OneM2M_TestSystem.ttcn
with
4 additions
and
1 deletion
LibOneM2M/OneM2M_Functions.ttcn
+
3
−
1
View file @
88ad9eb2
...
...
@@ -189,7 +189,7 @@ module OneM2M_Functions {
map
(
self
:
utPort
,
system
:
utPort
);
}
activate
(
a_default
());
activate
(
a_ae_cf03
());
vc_a_ae_cf03
:=
activate
(
a_ae_cf03
());
// Connect
...
...
@@ -3532,6 +3532,7 @@ module OneM2M_Functions {
p_utRequest
.
from_
:=
"UNINITIALIZED"
;
p_utRequest
.
requestIdentifier
:=
"m_uttriggerPrimitive"
&
f_rnd
(
1
,
1000000
);
deactivate
(
vc_a_ae_cf03
);
utPort
.
send
(
valueof
(
p_utRequest
));
tc_wait
.
start
;
...
...
@@ -3548,6 +3549,7 @@ module OneM2M_Functions {
setverdict
(
inconc
,
__SCOPE__
,
" : Timeout due to no response received from requested SUT!"
);
}
}
vc_a_ae_cf03
:=
activate
(
a_ae_cf03
());
}
else
{
...
...
This diff is collapsed.
Click to expand it.
LibOneM2M/OneM2M_TestSystem.ttcn
+
1
−
0
View file @
88ad9eb2
...
...
@@ -39,6 +39,7 @@ module OneM2M_TestSystem {
var
AccessControlPolicy_optional
vc_acpAux
;
var
MsgIn
vc_request
;
var
MsgIn
vc_response
;
var
default
vc_a_ae_cf03
;
};
type
component
AeSimu
extends
Tester
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment