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
7c2897c9
Commit
7c2897c9
authored
7 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Minor
parent
65cac212
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!25
Ae fixes
,
!21
New dmr test cases
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LibOneM2M/OneM2M_Functions.ttcn
+10
-10
10 additions, 10 deletions
LibOneM2M/OneM2M_Functions.ttcn
LibOneM2M/OneM2M_Templates.ttcn
+1
-1
1 addition, 1 deletion
LibOneM2M/OneM2M_Templates.ttcn
OneM2M_Testcases.ttcn
+1
-1
1 addition, 1 deletion
OneM2M_Testcases.ttcn
with
12 additions
and
12 deletions
LibOneM2M/OneM2M_Functions.ttcn
+
10
−
10
View file @
7c2897c9
...
...
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
* $Id: OneM2M_Functions.ttcn 33
3
2017-07-
28
08:1
7
:4
7
Z reinaortega $
* $Id: OneM2M_Functions.ttcn 33
4
2017-07-
31
08:1
1
:4
8
Z reinaortega $
* @desc Module containing functions for oneM2M
*
*/
...
...
@@ -620,10 +620,10 @@ module OneM2M_Functions {
}
// end f_cse_deleteResource
/**
* @desc Check that a resource is present in the IUT (resourceId is known)
* @param p_resourceIndex Resource index
* @return boolean
/**
* @desc Check that a resource is present in the IUT (resourceId is known)
* @param p_resourceIndex Resource index
* @return boolean
*/
function
f_isResourcePresent
(
integer
p_resourceIndex
)
runs
on
CseTester
return
boolean
{
...
...
@@ -650,11 +650,11 @@ module OneM2M_Functions {
}
}
/**
* @desc Check that a resource is not present in the IUT (resourceId is NOT known)
* @param p_parentIndex Index of the parent resource
* @param p_resourceName Resource name (Hierarchical method is used)
* @return boolean
/**
* @desc Check that a resource is not present in the IUT (resourceId is NOT known)
* @param p_parentIndex Index of the parent resource
* @param p_resourceName Resource name (Hierarchical method is used)
* @return boolean
*/
function
f_isResourceNotPresent
(
integer
p_parentIndex
,
XSD
.
String
p_resourceName
)
runs
on
CseTester
return
boolean
{
...
...
This diff is collapsed.
Click to expand it.
LibOneM2M/OneM2M_Templates.ttcn
+
1
−
1
View file @
7c2897c9
...
...
@@ -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
1
2017-07-
27 15:41:51
Z reinaortega $
* $Id: OneM2M_Templates.ttcn 33
4
2017-07-
31 08:11:48
Z reinaortega $
* @desc Module containing templates for oneM2M
*
*/
...
...
This diff is collapsed.
Click to expand it.
OneM2M_Testcases.ttcn
+
1
−
1
View file @
7c2897c9
...
...
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_Testcases.ttcn $
* $Id: OneM2M_Testcases.ttcn 33
3
2017-07-
28
08:1
7
:4
7
Z reinaortega $
* $Id: OneM2M_Testcases.ttcn 33
4
2017-07-
31
08:1
1
:4
8
Z reinaortega $
* @desc Module containing test cases for oneM2M
*
*/
...
...
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