Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
6ccf0ae2
Commit
6ccf0ae2
authored
6 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Log messages corrected for TC_CSE_GMG permutations
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
82455b0e
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_PermutationFunctions.ttcn
+6
-6
6 additions, 6 deletions
OneM2M_PermutationFunctions.ttcn
with
6 additions
and
6 deletions
OneM2M_PermutationFunctions.ttcn
+
6
−
6
View file @
6ccf0ae2
...
...
@@ -5910,7 +5910,7 @@ module OneM2M_PermutationFunctions {
alt
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int4103
)))
->
value
v_response
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
&
":
Update
failed due to lack of privilege"
);
setverdict
(
pass
,
__SCOPE__
&
":
Operation
failed due to lack of privilege"
);
}
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitiveKO
))
->
value
v_response
{
tc_ac
.
stop
;
...
...
@@ -5918,7 +5918,7 @@ module OneM2M_PermutationFunctions {
}
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitiveOK
))
->
value
v_response
{
tc_ac
.
stop
;
setverdict
(
fail
,
__SCOPE__
&
": Error operation successful while
doesn't have
privileges"
);
setverdict
(
fail
,
__SCOPE__
&
": Error
,
operation successful while
no
privileges"
);
}
[]
tc_ac
.
timeout
{
setverdict
(
fail
,
__SCOPE__
&
": No answer while executing operation"
);
...
...
@@ -6054,7 +6054,7 @@ module OneM2M_PermutationFunctions {
alt
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int4103
)))
->
value
v_response
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
&
":
Update
failed due to lack of privilege"
);
setverdict
(
pass
,
__SCOPE__
&
":
Operation
failed due to lack of privilege"
);
}
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitiveKO
))
->
value
v_response
{
tc_ac
.
stop
;
...
...
@@ -6062,7 +6062,7 @@ module OneM2M_PermutationFunctions {
}
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitiveOK
))
->
value
v_response
{
tc_ac
.
stop
;
setverdict
(
fail
,
__SCOPE__
&
": Error operation successful while
doesn't have
privileges"
);
setverdict
(
fail
,
__SCOPE__
&
": Error
,
operation successful while
no
privileges"
);
}
[]
tc_ac
.
timeout
{
setverdict
(
fail
,
__SCOPE__
&
": No answer while executing operation"
);
...
...
@@ -6117,10 +6117,10 @@ module OneM2M_PermutationFunctions {
alt
{
[]
mcaPort
.
receive
(
mw_response
(
mw_responsePrimitive
(
int2000
)))
->
value
v_response
{
tc_ac
.
stop
;
setverdict
(
pass
,
__SCOPE__
&
":
cre
ation successfull by using fanOutPoint in group resource"
);
setverdict
(
pass
,
__SCOPE__
&
":
Oper
ation
performed
successfull
y
by using fanOutPoint in group resource"
);
if
(
not
ispresent
(
v_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
aggregatedResponse
.
responsePrimitive_list
)){
setverdict
(
fail
,
__SCOPE__
&
": Error, aggregatedResponse
attribute
not provided"
);
setverdict
(
fail
,
__SCOPE__
&
": Error, aggregatedResponse
element
not provided"
);
}
else
{
if
(
lengthof
(
v_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
aggregatedResponse
.
responsePrimitive_list
)
!=
c_numberOfResponsePrimitive
){
...
...
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