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
cb67577b
Commit
cb67577b
authored
7 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Added TC_CSE_REG_CRE_026_CST
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
a8124c9f
No related branches found
Branches containing commit
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.ttcn
+11
-2
11 additions, 2 deletions
OneM2M_Testcases_CSE.ttcn
with
11 additions
and
2 deletions
OneM2M_Testcases_CSE.ttcn
+
11
−
2
View file @
cb67577b
...
...
@@ -2199,6 +2199,15 @@ module OneM2M_Testcases_CSE {
f_CSE_REG_CRE_026(v_utRequest,v_request,v_action);
}
testcase TC_CSE_REG_CRE_026_CST() runs on CseSimu system CseSystem {
var template UtTriggerPrimitive v_utRequest := m_utCreateRemoteCSE;
var template RequestPrimitive v_request := mw_createRemoteCSE;
var charstring v_action := __SCOPE__ & ": Please, send a CSE registration request with optional attribute cseType";
v_utRequest.primitiveContent.remoteCSE.cseType := "UNINITIALIZED";
v_request.primitiveContent.remoteCSE.cseType := ?;
f_CSE_REG_CRE_026(v_utRequest,v_request,v_action);
}
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;
...
...
@@ -2226,10 +2235,10 @@ module OneM2M_Testcases_CSE {
}
[] mccPortIn.receive {
tc_ac.stop;
setverdict(
inconc
, __SCOPE__&":INFO: Unexpected message received");
setverdict(
fail
, __SCOPE__&":INFO: Unexpected message received");
}
[] tc_ac.timeout {
setverdict(
inconc
, __SCOPE__&":INFO: No request received for creating resource type remoteCSE");
setverdict(
fail
, __SCOPE__&":INFO: No request received for creating resource type remoteCSE");
}
}
...
...
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