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
9ce0582f
Commit
9ce0582f
authored
7 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Minor
parent
8940ebe8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!25
Ae fixes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LibOneM2M/OneM2M_Templates.ttcn
+1
-1
1 addition, 1 deletion
LibOneM2M/OneM2M_Templates.ttcn
OneM2M_Testcases.ttcn
+5
-5
5 additions, 5 deletions
OneM2M_Testcases.ttcn
with
6 additions
and
6 deletions
LibOneM2M/OneM2M_Templates.ttcn
+
1
−
1
View file @
9ce0582f
...
...
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
* $Id: OneM2M_Templates.ttcn 33
5
2017-07-31 09:
04:53
Z reinaortega $
* $Id: OneM2M_Templates.ttcn 33
6
2017-07-31 09:
46:16
Z reinaortega $
* @desc Module containing templates for oneM2M
*
*/
...
...
This diff is collapsed.
Click to expand it.
OneM2M_Testcases.ttcn
+
5
−
5
View file @
9ce0582f
...
...
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_Testcases.ttcn $
* $Id: OneM2M_Testcases.ttcn 33
5
2017-07-31 09:
04:53
Z reinaortega $
* $Id: OneM2M_Testcases.ttcn 33
6
2017-07-31 09:
46:16
Z reinaortega $
* @desc Module containing test cases for oneM2M
*
*/
...
...
@@ -10355,8 +10355,8 @@ module OneM2M_Testcases {
group g_CSE_DMR_UPD_017{
/**
* @desc Check that the IUT updates successfully the value of the optional attribute OPTIONAL_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
/**
* @desc Check that the IUT updates successfully the value of the optional attribute OPTIONAL_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
*/
testcase TC_CSE_DMR_UPD_017_CSR_LBL() runs on CseTester system CseSystem {
var Labels v_labels := {"MyLabel"};
...
...
@@ -11363,8 +11363,8 @@ module OneM2M_Testcases {
group g_CSE_DMR_UPD_018 {
/**
* @desc Check that the IUT updates successfully the value of the attribute MANDATORY_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
/**
* @desc Check that the IUT updates successfully the value of the attribute MANDATORY_ATTRIBUTE of the RESOURCE_TYPE resource under CSEBase
*/
testcase TC_CSE_DMR_UPD_018_CSR_ET() runs on CseTester system CseSystem {
var Timestamp v_expirationTime := "20001231T012345";
...
...
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