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
bfa51416
Commit
bfa51416
authored
7 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'remotes/origin/STF531-REG-CRE' into Release1
parents
b5209abd
3d254f07
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_CSE.ttcn
+45
-6
45 additions, 6 deletions
OneM2M_Testcases_CSE.ttcn
with
45 additions
and
6 deletions
OneM2M_Testcases_CSE.ttcn
+
45
−
6
View file @
bfa51416
...
...
@@ -924,6 +924,8 @@ module OneM2M_Testcases_CSE {
var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2;
//Test control
// Test component configuration
f_cf01Up();
...
...
@@ -991,6 +993,8 @@ module OneM2M_Testcases_CSE {
var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2;
//Test control
// Test component configuration
f_cf01Up();
...
...
@@ -1038,6 +1042,8 @@ module OneM2M_Testcases_CSE {
var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2;
//Test control
// Test component configuration
f_cf02UpCseSimuMaster();
...
...
@@ -1091,6 +1097,12 @@ module OneM2M_Testcases_CSE {
var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2;
//Test control
if(not(PICS_MN_CSE)) {
setverdict(inconc, __SCOPE__ & ": IUT shall be MN-CSE to run this test case");
stop;
}
// Test component configuration
f_cf02UpCseSimuMaster();
...
...
@@ -1146,6 +1158,12 @@ module OneM2M_Testcases_CSE {
var RequestPrimitive v_request;
var integer v_aeAnncIndex := -1;
var ResourceType v_resourceType := int2;
//Test control
if(not(PICS_IN_CSE)) {
setverdict(inconc, __SCOPE__ & ": IUT shall be MN-CSE to run this test case");
stop;
}
// Test component configuration
f_cf04Up();
...
...
@@ -1201,6 +1219,12 @@ module OneM2M_Testcases_CSE {
var MsgIn v_response;
var RequestPrimitive v_request;
var integer v_aeIndex := -1;
//Test control
if(not(PICS_MN_CSE)) {
setverdict(inconc, __SCOPE__ & ": IUT shall be MN-CSE to run this test case");
stop;
}
// Test component configuration
f_cf02Up();
...
...
@@ -1268,6 +1292,8 @@ module OneM2M_Testcases_CSE {
var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2;
//Test control
// Test component configuration
...
...
@@ -1540,6 +1566,8 @@ module OneM2M_Testcases_CSE {
var RequestPrimitive v_request;
var integer v_cseBaseIndex := -1;
var ResourceType v_resourceType := int2;
//Test control
// Test component configuration
f_cf01Up();
...
...
@@ -2054,7 +2082,11 @@ module OneM2M_Testcases_CSE {
var template UtTriggerPrimitive v_utRequest := m_utCreateRemoteCSE;
var charstring v_action := __SCOPE__ & ": Please, send a CSE registration request with attributes multiplicity equals to 1";
// 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
f_cf04Up();
...
...
@@ -2211,6 +2243,12 @@ module OneM2M_Testcases_CSE {
function f_CSE_REG_CRE_026(template UtTriggerPrimitive p_utRequest, template RequestPrimitive p_request, in charstring p_action) runs on CseSimu {
var ResponsePrimitive v_responsePrimitive;
//Test control
if(not(PICS_MN_CSE)) {
setverdict(inconc, __SCOPE__ & ": IUT shall be MN-CSE to run this test case");
stop;
}
//Test component configuration
f_cf04Up();
...
...
@@ -3223,10 +3261,6 @@ module OneM2M_Testcases_CSE {
var template UtTriggerPrimitive v_utRequest := m_utCreateRemoteCSE;
// Test control
if(not(PICS_MN_CSE)) {
setverdict(inconc, __SCOPE__ & ": IUT shall be MN-CSE to run this test case");
stop;
}
// Test component configuration
f_cf04Up();
...
...
@@ -3736,7 +3770,12 @@ module OneM2M_Testcases_CSE {
var UtTriggerAckPrimitive v_trigger_response;
var integer v_auxInteger;
var charstring v_action := __SCOPE__ & ": Please, send a valid DELETE Request containing To set to " & PX_CSE1_ADDRESS;
// 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
f_cf04Up();
...
...
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