Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
TST
ATS
Commits
6ccf0ae2
Commit
6ccf0ae2
authored
Jan 23, 2019
by
Miguel Angel Reina Ortega
Browse files
Log messages corrected for TC_CSE_GMG permutations
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
82455b0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
OneM2M_PermutationFunctions.ttcn
OneM2M_PermutationFunctions.ttcn
+6
-6
No files found.
OneM2M_PermutationFunctions.ttcn
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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment