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
e72bd54c
Commit
e72bd54c
authored
5 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
TC_CSE_REG_CRE_003, TC_CSE_REG_CRE_005: Missing test control part
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
3d96bd2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
OneM2M_Testcases_CSE_Release_1.ttcn
+8
-0
8 additions, 0 deletions
OneM2M_Testcases_CSE_Release_1.ttcn
with
8 additions
and
0 deletions
OneM2M_Testcases_CSE_Release_1.ttcn
+
8
−
0
View file @
e72bd54c
...
@@ -455,6 +455,10 @@ module OneM2M_Testcases_CSE_Release_1 {
...
@@ -455,6 +455,10 @@ module OneM2M_Testcases_CSE_Release_1 {
var
template
RequestPrimitive
v_requestPrimitive
;
var
template
RequestPrimitive
v_requestPrimitive
;
//Test control
//Test control
if
(
not
(
PICS_MN_CSE
))
{
setverdict
(
inconc
,
__SCOPE__
&
": IUT shall be MN-CSE to run this test case"
);
stop
;
}
// Test component configuration
// Test component configuration
f_cf02UpCseSimuMaster
(
int1
);
f_cf02UpCseSimuMaster
(
int1
);
...
@@ -590,6 +594,10 @@ module OneM2M_Testcases_CSE_Release_1 {
...
@@ -590,6 +594,10 @@ module OneM2M_Testcases_CSE_Release_1 {
template
XSD
.
AnyURI
v_link
:=
pattern
"{v_cseId}/S"
;
template
XSD
.
AnyURI
v_link
:=
pattern
"{v_cseId}/S"
;
//Test control
//Test control
if
(
not
(
PICS_MN_CSE
))
{
setverdict
(
inconc
,
__SCOPE__
&
": IUT shall be MN-CSE to run this test case"
);
stop
;
}
// Test component configuration
// Test component configuration
f_cf02UpCseSimuMaster
(
int1
);
f_cf02UpCseSimuMaster
(
int1
);
...
...
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