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
30f10302
Commit
30f10302
authored
6 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Fix
#42
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
0e138452
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Testcases_AE_Release_1.ttcn
+6
-1
6 additions, 1 deletion
OneM2M_Testcases_AE_Release_1.ttcn
with
6 additions
and
1 deletion
OneM2M_Testcases_AE_Release_1.ttcn
+
6
−
1
View file @
30f10302
...
...
@@ -668,6 +668,8 @@ module OneM2M_Testcases_AE_Release_1 {
//variables
var
MsgIn
v_request
;
var
ResponsePrimitive
v_responsePrimitive
;
var
PrimitiveContent
v_localResource
;
var
integer
v_auxInteger
:=
-
1
;
var
universal
charstring
v_action
:=
__SCOPE__
&
": Please, send a valid AE DELETE Registration Request"
;
//primitives for utPort
...
...
@@ -675,12 +677,15 @@ module OneM2M_Testcases_AE_Release_1 {
f_cf03Up
();
v_localResource
:=
f_ae_generateLocalResource
(
valueof
(
m_primitiveContentAe
(
m_contentCreateAe
(
omit
,
-
,
-
,
omit
))),
vc_cSEBaseIndex
,
int2
);
v_auxInteger
:=
f_setLocalResource
(
v_localResource
,
int2
);
v_utRequest
.
requestPrimitive
.
to_
:=
f_getLocalResourceAddress
(
v_auxInteger
,
-
,
-
);
f_sendUtPrimitive
(
v_utRequest
,
v_action
);
//Test behavior
tc_ac
.
start
;
alt
{
[]
mcaPortIn
.
receive
(
mw_request
(
mw_delete
))
->
value
v_request
{
[]
mcaPortIn
.
receive
(
mw_request
(
mw_delete
(
v_utRequest
.
requestPrimitive
.
to_
)
))
->
value
v_request
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
,
" : AE deregistration request is accepted!"
);
...
...
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